summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Clean up and document PMU config optionsRandall Spangler2013-07-232-7/+25
* Clean up and document battery config optionsRandall Spangler2013-07-231-1/+20
* Clean up charger config optionsRandall Spangler2013-07-231-126/+195
* Add system_common unit testVic Yang2013-07-221-0/+16
* Battery LED control for SlippyDave Parker2013-07-221-0/+1
* Truncate version string to 32 charactersRandall Spangler2013-07-191-6/+0
* Add an enum for the number of flash regionsSimon Glass2013-07-191-1/+3
* Constrain charging voltage to values chargers can provide.Dave Parker2013-07-191-0/+9
* Peppy: Detect physical presence of battery before waking itDave Parker2013-07-192-3/+17
* Add ectool discharge command to Falco and Peppy.Dave Parker2013-07-192-5/+16
* Add EC_CMD_GET_FLASH_INFO version 1Randall Spangler2013-07-181-0/+32
* Split x86 power button logic out of switch.cRandall Spangler2013-07-171-7/+2
* lm4: make configure_kblight_gpios() board dependentAaron Durbin2013-07-161-0/+5
* Make a top-level config.h file to include sub-configsRandall Spangler2013-07-162-7/+163
* Remove unneeded direct includes of board.h and config.hRandall Spangler2013-07-163-3/+0
* Remove unused board_version enumsRandall Spangler2013-07-161-1/+2
* spring: lower LED brightness to save powerVic Yang2013-07-151-3/+4
* Remove fancy trickle charging logicRandall Spangler2013-07-151-2/+4
* x86: Enable all wireless switches when going into S0Dave Parker2013-07-121-4/+5
* Basic G781 temp sensor support for Falco and Peppy.Dave Parker2013-07-111-0/+28
* Split wireless power/radio control out of switch.cRandall Spangler2013-07-113-8/+27
* Move x86 backlight-enable passthru code to its own moduleRandall Spangler2013-07-111-0/+20
* Add thermal host and console command testVic Yang2013-07-111-5/+5
* Add function to inject console input from testVic Yang2013-07-111-0/+4
* Refactor x86 chipset codeRandall Spangler2013-07-104-18/+126
* spring: Drop support for VFET2 video poewr outputVic Yang2013-07-101-2/+1
* Uprev panic data struct versionVic Yang2013-07-101-2/+5
* Move protocol v2 constants to ec_commands.hRandall Spangler2013-07-031-5/+44
* charger: add support for TI BQ24715Aaron Durbin2013-07-031-0/+130
* Add get-protocol-information commandRandall Spangler2013-07-021-0/+23
* Allow bigger flash write commandsRandall Spangler2013-07-011-5/+5
* stm32: Clean up DMA register usageRandall Spangler2013-06-271-79/+6
* Rename LPC packet size constant for version 3 protocolRandall Spangler2013-06-261-1/+1
* Clean up DMA module and interface.Randall Spangler2013-06-261-78/+59
* pit: Clean up timer init codeRandall Spangler2013-06-261-2/+3
* pit: Fix watchdog help for STM32LRandall Spangler2013-06-241-0/+7
* Add EC_CMD_TEST_PROTOCOL to fake certain responses.Bill Richardson2013-06-201-0/+17
* Refactor host command interface to support version 3 packetsRandall Spangler2013-06-202-5/+141
* More keyboard scan testVic Yang2013-06-181-9/+19
* A method to mock host commandVic Yang2013-06-171-0/+3
* Make target for test coverage report generationVic Yang2013-06-161-0/+6
* Move i2c_old_response flag to i2c interface moduleRandall Spangler2013-06-141-1/+0
* Move lpc-specific flags out of host command argsRandall Spangler2013-06-141-1/+0
* Rename GPIO_HI_Z macros to more descriptive GPIO_ODR_HIGH/LOWBill Richardson2013-06-131-2/+2
* Falco: Add support for bq24738 charger (and guess at battery).Bill Richardson2013-06-131-0/+58
* Retry when TSU6721 initialization failsVic Yang2013-06-111-5/+5
* Define watchdog_reload() to nothing if not CONFIG_WATCHDOGRandall Spangler2013-06-101-0/+4
* Unit test for queue implementationVic Yang2013-06-101-0/+12
* Initial support for Slippy batteryBill Richardson2013-06-071-0/+2
* Add support for TI's Smart Battery Charger BQ24707ABill Richardson2013-06-072-0/+52