summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* ectool prefers /dev/cros_ec, then falls back to i2c, lpcBill Richardson2013-06-051-1/+7
* haswell: fix driving of WAKE# pin on power button pressAaron Durbin2013-06-041-0/+5
* Enable flash unit test on emulatorVic Yang2013-06-031-0/+2
* Clean up flash section defines and increase lm4 image sizeRandall Spangler2013-06-031-8/+8
* Make ectool LED command more genericVic Yang2013-06-031-7/+36
* Add wireless switch control for WWANDuncan Laurie2013-06-032-0/+6
* Add ectool command to control LED colorVic Yang2013-05-281-0/+14
* More low-level flash interface cleanupRandall Spangler2013-05-241-34/+15
* Move flash_get_protect() and flash_set_protect() to flash_common.cRandall Spangler2013-05-241-7/+14
* Move write protect GPIO handling to flash moduleRandall Spangler2013-05-231-0/+5
* Move flash persistent state to flash_commonRandall Spangler2013-05-231-0/+49
* Support flash write protect on STM32LRandall Spangler2013-05-221-0/+11
* haswell: fix RCIN# GPIO settingAaron Durbin2013-05-221-0/+1