summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add common implementation for daisy/snow extpower_is_presentRandall Spangler2013-04-036-66/+49
* Trigger dma_init() via HOOK_INITRandall Spangler2013-04-037-21/+8
* Clean up board.c filesRandall Spangler2013-04-036-50/+20
* spring: Add host command to limit external power currentVic Yang2013-04-023-3/+73
* spring: Retry when over current detectedVic Yang2013-04-021-2/+11
* Remove unused EC_SWITCH_KEYBOARD_RECOVERYRandall Spangler2013-04-022-6/+4
* Split lid switch code out of switch.c to its own fileRandall Spangler2013-04-0210-139/+204
* Move enabling AC_PRESENT interrupt to extpower_gpio.cRandall Spangler2013-04-022-1/+7
* Add support for calling deferred functionsRandall Spangler2013-04-026-36/+147
* Add parse_bool() to centralize parsing boolean optionsRandall Spangler2013-03-2910-63/+85
* Rename charging task to CHARGER, charger_taskRandall Spangler2013-03-298-12/+11
* Rename I8042CMD task to KEYPROTORandall Spangler2013-03-2911-15/+15
* Merge typematic task info i8042cmd taskRandall Spangler2013-03-298-38/+24
* Convert typematic task from countdown to deadline-basedRandall Spangler2013-03-291-52/+56
* Merge i8042.c into keyboard_8042.cRandall Spangler2013-03-297-297/+257
* Merge lm4 and stm32 implementations of keyboard_scanRandall Spangler2013-03-295-609/+358
* Initialize LP5562 power on initVic Yang2013-03-291-1/+1
* tsu6721: accept new revision of the chipVincent Palatin2013-03-281-1/+1
* Move files in preparation for merging keyboard_scan modulesRandall Spangler2013-03-2724-114/+144
* spring: Enable low power mode.Todd Broch2013-03-263-2/+8
* stm32: unimplemented hibernate hard-reboots instead of hangingtoolchainAstabilize-3912.79.Brelease-R27-3912.BRandall Spangler2013-03-251-2/+9
* Move keyboard dimension and key constants to keyboard_config.hRandall Spangler2013-03-2215-141/+133
* Add keyboard_raw interfaceRandall Spangler2013-03-2215-439/+425
* Use timeout instead of retry count for pre-chargingVic Yang2013-03-201-9/+12
* spring: minor cleanup of USB charging codeVic Yang2013-03-201-61/+78
* spring: disable boost when AP is off and no charger is attachedVic Yang2013-03-201-2/+23
* spring: keep AP off when battery level is too lowVic Yang2013-03-204-3/+48
* Move asserting host keyboard interrupt signal to keyboard_scanRandall Spangler2013-03-2010-37/+25
* Move battery LED code on spring to commonRandall Spangler2013-03-206-130/+139
* Move gaia event handler declarations to gaia_power.hRandall Spangler2013-03-205-33/+34
* Use chipset_reset() interface instead of system_warm_reboot()Randall Spangler2013-03-205-29/+22
* Move I2C arbitration to its own fileRandall Spangler2013-03-207-147/+157
* spring: reset TSU6721 when Toad's ID changesVic Yang2013-03-204-3/+66
* Fix spring not compilingRandall Spangler2013-03-191-1/+1
* spring: More stable battery LED controlstabilize-3881.0.BVic Yang2013-03-195-39/+52
* Use common declaration of keyboard_scan_interrupt()Randall Spangler2013-03-1910-60/+99
* Rename board_get_ac() to extpower_is_present()Randall Spangler2013-03-195-17/+19
* Rename tasks to HOOKS and CHIPSETRandall Spangler2013-03-1935-110/+112
* Move external power detect for link to its own fileChromeOS Developer2013-03-199-32/+72
* Call AC change hook from the hook taskRandall Spangler2013-03-192-31/+131
* spring: set boost PWM frequency to 32KhzVincent Palatin2013-03-151-5/+5
* Add external power present flag to charge_get_flags()Randall Spangler2013-03-153-5/+14
* Rename power_led.c to onewire_led.cRandall Spangler2013-03-143-3/+3
* Clean up power LED state machine on linkRandall Spangler2013-03-144-76/+91
* spring: Fix a bug that yellow LED is not turned offVic Yang2013-03-141-12/+15
* Initial McCroskey supportDavid Hendricks2013-03-136-8/+346
* stm32: make read_raw_input_state() more portableDavid Hendricks2013-03-131-30/+16
* stm32: Force disconnect of UART prior to writing firmware.Todd Broch2013-03-131-0/+9
* stm32: remove unused kbc_gpio structDavid Hendricks2013-03-131-6/+0
* stm32: add some documentation to keyboard_scan.cDavid Hendricks2013-03-131-0/+6