summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove fancy trickle charging logicRandall Spangler2013-07-153-276/+11
* Debug host command responses for error results too.Bill Richardson2013-07-151-5/+5
* x86: Enable all wireless switches when going into S0Dave Parker2013-07-122-2/+2
* Basic G781 temp sensor support for Falco and Peppy.Dave Parker2013-07-112-0/+47
* Split wireless power/radio control out of switch.cRandall Spangler2013-07-114-28/+60
* Move x86 backlight-enable passthru code to its own moduleRandall Spangler2013-07-112-0/+56
* Falco: AC adapter identification commandBill Richardson2013-07-112-0/+50
* Add flash host read command testVic Yang2013-07-111-1/+7
* Refactor x86 chipset codeRandall Spangler2013-07-105-1211/+793
* Improve over current detectionVic Yang2013-07-101-3/+25
* Remove fast PWM tweak modeVic Yang2013-07-101-10/+4
* spring: Fix a bug of PWM duty cycle upper boundVic Yang2013-07-101-5/+10
* spring: Update battery LED less frequently when chargingVic Yang2013-07-101-0/+21
* spring: Drop support for VFET2 video poewr outputVic Yang2013-07-102-3/+8
* Fix EC_ENTERING_RW not being assertedRandall Spangler2013-07-091-2/+0
* Falco: Implement battery cut off comamnd for factoryDave Parker2013-07-091-0/+18
* Add CONFIG_BOARD_VERSION flag for boards which have version strapping.Shawn Nematbakhsh2013-07-091-1/+1
* Implement battery cut-off host command for Peppy.Dave Parker2013-07-091-0/+12
* stm32l: Fix flash_is_erased() detectionRandall Spangler2013-07-081-4/+9
* Extend overcurrent delay to 1200 msVic Yang2013-07-081-1/+1
* spring: Switch ID_MUX back on redetectingVic Yang2013-07-081-0/+2
* spring: Poll CABLE_DET for a secondVic Yang2013-07-081-10/+27
* Notify kernel of USB device change after it stabilizesVic Yang2013-07-081-7/+21
* Rename files in common/ to be more consistentRandall Spangler2013-07-089-7/+7
* haswell: Enable LTE module in S0Dave Parker2013-07-031-0/+8
* Move protocol v2 constants to ec_commands.hRandall Spangler2013-07-031-2/+2
* charger: add support for TI BQ24715Aaron Durbin2013-07-032-0/+194
* ec: Add Puppy support to generic/common filesYen Lin2013-07-032-3/+3
* haswell: fix RCIN_L leakageAaron Durbin2013-07-021-6/+7
* Falco, Peppy: Set LED to indicate battery charged when near fullDave Parker2013-07-022-10/+11
* Add new hcdebug modes to skip printing duplicate host commandsRandall Spangler2013-07-021-13/+69
* Allow bigger flash write commandsRandall Spangler2013-07-011-3/+9
* EC_CMD_GET_BUILD_INFO only appends a single terminating nullRandall Spangler2013-07-011-7/+2
* stm32: Add CHIP_FAMILY definesRandall Spangler2013-07-012-4/+4
* keyboard: Preserve keystroke enable state.stabilize-daisy-4319.96.Brelease-R29-4319.BShawn Nematbakhsh2013-06-241-2/+5
* Power and battery LED control for Peppy.Dave Parker2013-06-242-0/+98
* Add charger/battery support for PeppyDave Parker2013-06-242-0/+53
* spring: Wait 80ms for CABLE_DET to be assertedVic Yang2013-06-221-1/+2
* spring: Check USB device type periodicallyVic Yang2013-06-221-0/+11