summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add BQ27541 battery driverVic Yang2013-09-0513-304/+683
* Add a generic get/set host commandBill Richardson2013-09-056-1/+160
* kirby: Rename AC_PRESENT to AC_PRESENT_LVic Yang2013-09-052-2/+2
* Add Kirby ADC channel definitionVic Yang2013-09-052-0/+31
* STM32L ADC driverVic Yang2013-09-0511-4/+307
* kirby: Add delay before enabling 3.3V railVic Yang2013-09-051-1/+12
* Implement emulator clock fast-forwardingVic Yang2013-09-042-5/+34
* Add host command testVic Yang2013-09-043-1/+179
* Also test temp sensor read delegation in thermal testVic Yang2013-09-043-8/+8
* Flush test coverage information before rebooting emulatorVic Yang2013-09-043-1/+18
* Add unit test for 'chan' commandVic Yang2013-09-041-1/+30
* Add more charge state machine testVic Yang2013-09-043-0/+127
* Fix a bug that GPIO cannot be set as input on stm32lVic Yang2013-09-047-40/+44
* kirby: Pull XPSHOLD low to shut down the APVic Yang2013-09-041-0/+9
* Peppy: Set battery pre-charge current to worst case value.Dave Parker2013-09-031-1/+1
* Peppy: Clean up some outdated comments.Dave Parker2013-09-031-6/+0
* Peppy: Correct adc calculation of charger currentDave Parker2013-09-031-4/+6
* Add LIGHTBAR_CMD_VERSION command to detect lightbar features.stabilize-4636.BBill Richardson2013-08-304-2/+32
* Kirby LED driverVic Yang2013-08-304-1/+97
* Add config options for power rail controlsVic Yang2013-08-303-5/+11
* Add BQ24192 charger driverVic Yang2013-08-3010-82/+293
* Update Peppy keyboard mask for Japanese keyboardsDave Parker2013-08-301-1/+1
* Update keyboard scanmatrix for Japanese keyboards.Dave Parker2013-08-302-7/+7
* pit: i2c: try unwedging the bus when i2c_xfer fails at sending STARTHung-ying Tyan2013-08-291-36/+164
* i2c: stm32l: Don't do i2c transactions during freq changesDoug Anderson2013-08-291-1/+23
* pit: pulse AP_RESET_L when resetting EC or forcing AP shutdownRandall Spangler2013-08-291-0/+25
* stm32l: Add a "PRE_FREQ_CHANGE" hook to allow other code to prepareDoug Anderson2013-08-296-2/+21
* pit: Move suspend/resume hook callbacks to a deferred taskDoug Anderson2013-08-291-2/+17
* Peppy: Make power LED turn amber when entering suspendDave Parker2013-08-291-15/+31
* battery: Add sleep param; make errors fatal in the loopDoug Anderson2013-08-281-2/+18
* Falco: LED should flash white when battery is < 12%, not 7%.Bill Richardson2013-08-281-1/+6
* Rename extpower_usb to extpower_springVic Yang2013-08-288-22/+15
* Remove normal mode in USB extpower moduleVic Yang2013-08-281-47/+8
* kirby: Always assume adaptor power sourceVic Yang2013-08-271-1/+1
* stm32l: Wait for stop condition to complete after i2c transferRandall Spangler2013-08-272-4/+22
* pit: i2c: dump after ADDR bit is cleared instead of beforeHung-ying Tyan2013-08-271-1/+2
* Refactor PWM moduleVic Yang2013-08-2737-319/+606
* Remove unused test configVic Yang2013-08-241-19/+1
* pit: Disable CONFIG_HOST_COMMAND_STATUSAndrew Bresticker2013-08-241-1/+0
* Don't send IN_PROGRESS response if GET_COMMS_STATUS is unsupportedAndrew Bresticker2013-08-241-1/+1
* bolt: workaround board sequencing deficienciesAaron Durbin2013-08-233-18/+34
* bolt: add board support to flash_ecAaron Durbin2013-08-231-1/+1
* Falco: throttle if battery current drain is too highBill Richardson2013-08-234-0/+179
* Completely new thermal/fan implementationBill Richardson2013-08-2340-819/+1573
* Fix a bug that I2C error may cause incorrect LED colorVic Yang2013-08-211-1/+6
* Lock BOOTCFG to safe values for all LM4sBill Richardson2013-08-2110-40/+19
* Remove default values for undefined tasks from charge state moduleDave Parker2013-08-211-7/+0
* kirby: Add kirby support to util/flash_ec.Jeremy Thorpe2013-08-211-1/+1
* Change peppy battery led error blink timingDavid Huang2013-08-211-1/+2
* falco: delay backlight enable by 420msAaron Durbin2013-08-203-2/+90