summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add kirby boardVic Yang2013-08-041-2/+16
* Move onewire bus support from chip/lm4 to commonRandall Spangler2013-08-022-0/+145
* x86: use charge state hook to wake up power button taskRandall Spangler2013-08-022-13/+14
* Move input character processing from UART interrupt to console taskRandall Spangler2013-08-022-480/+433
* Remove unneeded includes of registers.hRandall Spangler2013-08-023-3/+0
* Host commands don't set the response pointerRandall Spangler2013-08-023-26/+11
* Falco: Stop charging after a timeout of 10 hoursDave Parker2013-08-021-0/+10
* Track the duration of each charge/discharge state.Dave Parker2013-08-021-2/+5
* spring: Shorten delay for charger redetectVic Yang2013-08-011-1/+1
* spring: Allow a minimum 100mA current inputVic Yang2013-08-011-9/+2
* spring: Always pull 500mA before charger type is determinedVic Yang2013-08-011-11/+2
* spring: Show yellow LED for battery not fully charged in idle stateVic Yang2013-08-011-3/+1
* spring: Increase CABLE_DET voltage thresholdVic Yang2013-08-011-1/+1
* spring: Ignore battery assist mode when deciding LED colorVic Yang2013-08-011-15/+2
* Word-align the host memory mapRandall Spangler2013-08-011-1/+5
* Add hook for changes in the charge state machineDave Parker2013-08-012-0/+2
* Abstract polite AP throttling into a functionBill Richardson2013-07-312-10/+16
* Add build-time checks on board-specific array sizes.Bill Richardson2013-07-312-8/+0
* Add led_slippy build rule back to common/build.mkDave Parker2013-07-311-1/+1
* Add PMU powerinfo host command and console commandRong Chang2013-07-292-0/+151
* Add new hostevents to ask the AP to throttle itselfBill Richardson2013-07-251-0/+10
* Pulse EC_ENTERING_RW instead of just leaving it highRandall Spangler2013-07-251-1/+8
* Add turbo mode charger support, and tests for it.Bill Richardson2013-07-253-21/+244
* Clean up onewire config optionsRandall Spangler2013-07-242-1/+1
* Clean up more config options - FMAP, etc.Randall Spangler2013-07-242-6/+2
* Clean up and document UART config optionsRandall Spangler2013-07-242-16/+3
* Collect board X specific files into build.mk common-$(BOARD_X)Rong Chang2013-07-241-10/+10
* Move TPSChrome charging temperature range to battery packRong Chang2013-07-2410-178/+238
* x86: build chipset_x86_common.o conditionallyAaron Durbin2013-07-241-2/+3
* Clean up and document more config optionsRandall Spangler2013-07-241-2/+2
* Clean up and document keyboard config optionsRandall Spangler2013-07-232-2/+3
* Fixed two i8042 bugs.Louis Yung-Chieh Lo2013-07-231-12/+31
* Test sysjump tag in kb_8042 testVic Yang2013-07-231-2/+6
* Clean up and document PMU config optionsRandall Spangler2013-07-231-20/+2
* Clean up and document battery config optionsRandall Spangler2013-07-231-1/+1
* Clean up charger config optionsRandall Spangler2013-07-236-14/+11
* Slippy: Detect physical presence of battery before waking itDave Parker2013-07-221-0/+9
* Battery LED control for SlippyDave Parker2013-07-222-0/+92
* Falco: Swap battery LED colors to follow HW changeDave Parker2013-07-191-4/+4
* Truncate version string to 32 charactersRandall Spangler2013-07-191-2/+2
* Constrain charging voltage to values chargers can provide.Dave Parker2013-07-192-3/+19
* Peppy: Detect physical presence of battery before waking itDave Parker2013-07-192-7/+27
* Add ectool discharge command to Falco and Peppy.Dave Parker2013-07-192-24/+46
* Add EC_CMD_GET_FLASH_INFO version 1Randall Spangler2013-07-181-5/+39
* Move switch module from chip/lm4 to commonRandall Spangler2013-07-172-6/+130
* Split x86 power button logic out of switch.cRandall Spangler2013-07-173-2/+407
* bq24715: compilation fixAaron Durbin2013-07-161-6/+6
* Make a top-level config.h file to include sub-configsRandall Spangler2013-07-162-2/+0
* Remove unneeded direct includes of board.h and config.hRandall Spangler2013-07-168-8/+0
* spring: lower LED brightness to save powerVic Yang2013-07-151-3/+3