summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfactory-spring-3842.BBrian Norris2021-09-101-0/+1
* spring: Add host command to limit external power currentVic Yang2013-04-083-4/+74
* Rename power_led.c to onewire_led.cRandall Spangler2013-03-143-3/+3
* Clean up power LED state machine on linkRandall Spangler2013-03-144-76/+91
* spring: Fix a bug that yellow LED is not turned offVic Yang2013-03-141-12/+15
* Initial McCroskey supportDavid Hendricks2013-03-136-8/+346
* stm32: make read_raw_input_state() more portableDavid Hendricks2013-03-131-30/+16
* stm32: Force disconnect of UART prior to writing firmware.Todd Broch2013-03-131-0/+9
* stm32: remove unused kbc_gpio structDavid Hendricks2013-03-131-6/+0
* stm32: add some documentation to keyboard_scan.cDavid Hendricks2013-03-131-0/+6
* stm32: list keyboard output ports on a per-board basisDavid Hendricks2013-03-134-8/+7
* stm32f: Add support for ADC watchdogVic Yang2013-03-132-3/+122
* spring: stm32: Generate battery key when charging status changes.Todd Broch2013-03-133-0/+24
* Update lbplay.c with correct cooperative locking.Bill Richardson2013-03-131-6/+28
* stm32: Move KB_INPUTS to board.hDavid Hendricks2013-03-114-5/+6
* stm32: finish cleaning up row/column/input/output namingDavid Hendricks2013-03-111-35/+33
* stm32: Dynamically generate keyboard IRQ maskDavid Hendricks2013-03-081-6/+17
* spring: Fix ID_MUX polarityVic Yang2013-03-081-3/+3
* stm32f10x: Initial importDavid Hendricks2013-03-089-39/+123
* spring: support new ID detection circuitVic Yang2013-03-082-11/+78
* Rename CODEC_INT to ID_MUX.Jeremy Thorpe2013-03-072-9/+2
* spring: avoid AC bad when load suddenly increaseVic Yang2013-03-052-7/+28
* spring: switch default current limit mode to aggressive modeVic Yang2013-03-051-1/+1
* Give the AP 30 sec warning before shutting down due to low batteryRandall Spangler2013-03-052-18/+28
* After shutting down AP, hibernate EC if battery is lowRandall Spangler2013-03-052-12/+33
* Wait to power on system until battery state is knownRandall Spangler2013-03-052-14/+56
* spring: battery LED breath yellow on battery assistVic Yang2013-03-043-9/+133
* spring: set maximum allowed duty cycleVic Yang2013-03-041-0/+3
* Add reinit state to charge_state module to distinguish it from at-ec-boot initRandall Spangler2013-02-283-32/+43
* temp_metrics: use iotools wrmsr instead of wrmsrSameer Nanda2013-02-261-3/+3
* keep ADC reference voltage on between successive readsVincent Palatin2013-02-254-14/+27
* Allow TSU6721 auto mode under any conditionVic Yang2013-02-251-1/+1
* spring: a more aggressive current control approachVic Yang2013-02-251-3/+89
* spring: minimize the window that loses TSU6721 interruptVic Yang2013-02-253-2/+20
* Change the I8042_CMD_ENABLE (0xf4) for keystroke (not for KBC).Louis Yung-Chieh Lo2013-02-231-5/+16
* spring: Avoid picking up USB power from APVic Yang2013-02-221-6/+21
* spring: Tweak current limit and voltage thresholdVic Yang2013-02-211-6/+6
* spring: Handle AP VBUS powerVic Yang2013-02-212-2/+4
* spring: Handle dead battery and booting with low power chargerVic Yang2013-02-203-1/+26
* spring: Add current limit loopVic Yang2013-02-202-4/+70
* spring: Add host command to read power infoVic Yang2013-02-197-4/+149
* assert ENTERING_RW only if it existsDavid Hendricks2013-02-191-0/+2
* Unify dut-control command.Todd Broch2013-02-131-3/+5
* Allow flashing of EC binary from host with multiple servod invocations.Todd Broch2013-02-131-4/+7
* spring: always enable the PP3300_WWAN railVincent Palatin2013-02-132-4/+5
* tps65090: update LDOs configurationVincent Palatin2013-02-131-1/+3
* Add console command to fake battery state of chargetoolchain-3701.42.Bstabilize-3701.81.Bstabilize-3701.46.Bstabilize-3701.30.0bstabilize-3701.30.0release-R26-3701.BRandall Spangler2013-02-122-2/+49
* Rename and document battery constantsRandall Spangler2013-02-123-32/+28
* link: If a required power rail drops, shut downRandall Spangler2013-02-121-4/+52
* spring: Distinguish Apple Chargersstabilize-bluetooth-smartVic Yang2013-02-073-18/+61