summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Minor tweaks to haswell power sequencingDuncan Laurie2013-05-141-8/+20
* do not store the keyboard state on the stackVincent Palatin2013-05-141-1/+1
* slippy: Basic power sequencingDuncan Laurie2013-05-141-44/+556
* spring: Fix a bug that ID_MUX is never switched backVic Yang2013-05-131-2/+9
* spring: Pull more current from video dongleVic Yang2013-05-131-6/+10
* Clarify help text for dumb USB port power controlDuncan Laurie2013-05-131-5/+5
* Clean up SPI GPIOsRandall Spangler2013-05-131-7/+0
* Slippy: Changes needed to boot EC without bricking.Bill Richardson2013-05-101-3/+40
* Implement I2C passthru commandRandall Spangler2013-05-091-0/+160
* Put test utility macros in headerVic Yang2013-05-082-0/+37
* spring: Hard-limit DCP current at 1.5AVic Yang2013-05-081-3/+12
* Add lid switch test and enable kb_mkbp testVic Yang2013-05-081-1/+1
* spring: Improve charging current controlVic Yang2013-05-071-20/+37
* Use uintptr_t when converting integer from/to pointerVic Yang2013-05-075-16/+17
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-072-2/+2
* spring: Fix S3 USB charging bugVic Yang2013-05-061-1/+1
* Define slippy GPIOs, make power sequencing task do nothing.Bill Richardson2013-05-021-626/+29
* Slippy uses dumb USB ports, not smart ones.Bill Richardson2013-05-021-104/+65
* Add some ifdefs to distinguish between Link and SlippyBill Richardson2013-05-021-1/+1
* Split the USB port power control into smart and dumb versions.Bill Richardson2013-05-013-3/+206
* spring: Implement battery cut-off commandVic Yang2013-05-012-0/+22
* Rename REINIT to IDLE0 in TPS65090 charge state machineVic Yang2013-05-012-25/+17
* Monitor video detachment with ADC watchdogVic Yang2013-04-301-41/+72
* Split x86_power.c into Ivybridge and Haswell variantsBill Richardson2013-04-303-3/+771
* Split STM32 i2c implementation for STM32F vs STM32LRandall Spangler2013-04-301-4/+4
* add option to de-activate EC console input when WP is onVincent Palatin2013-04-301-0/+10
* Move i2cread and i2cwrite functions to i2c_commonRandall Spangler2013-04-301-4/+171
* Handle battery charged alarmstabilize-4068.0.BVic Yang2013-04-291-10/+14
* Clean up gaia_power debug messagesRandall Spangler2013-04-291-15/+14
* Don't enable charger interrupt if charger task is disabledRandall Spangler2013-04-292-9/+8
* Fix charging state descriptionsRandall Spangler2013-04-291-0/+2
* spring: Enable both VFET2 and VFET4 for videoVic Yang2013-04-291-0/+2
* Split pwm.c into pwm_fan.c and pwm_kblight.cBill Richardson2013-04-262-3/+3
* Rename i2c_commands.c to i2c_common.cRandall Spangler2013-04-262-1/+1
* Allow disabling PMU charger task, and do so on pitRandall Spangler2013-04-262-1/+4
* Move PMU charger irq handler to charger moduleRandall Spangler2013-04-262-9/+10
* spring: Show yellow LED when not fully chargedVic Yang2013-04-261-0/+2
* Add new TPS65090 charge state REINIT and BAD_CONDVic Yang2013-04-261-20/+23
* Split out power button code from switch.cRandall Spangler2013-04-255-28/+172
* Temporarily enable all FETs at chipset poweronRandall Spangler2013-04-241-0/+15
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-248-19/+19
* Move common chipset console commands to chipset.cRandall Spangler2013-04-244-39/+48
* spring: Improve battery LED stabilityVic Yang2013-04-241-49/+140
* Unify lid switch processingRandall Spangler2013-04-241-18/+19
* Allow keyboard_scan_config to be customized per-boardBill Richardson2013-04-241-19/+13
* Add LP5562 functions to control engine execution stateVic Yang2013-04-231-0/+22
* Unify lid switch GPIO nameVic Yang2013-04-231-2/+2
* Software flow control in consoleVic Yang2013-04-231-2/+17
* Increase EC low-battery threshold to 14% to match kernelBill Richardson2013-04-231-1/+1
* Active-low Link GPIOs end with _L, not n.Randall Spangler2013-04-222-34/+34