summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turn on 3.3V rail earlier in power sequence for pitRandall Spangler2013-04-221-6/+22
* PMIC_PWROK is active-high on pitRandall Spangler2013-04-162-18/+36
* Remove _OFF from GPIO register macrosRandall Spangler2013-04-161-2/+2
* Fix flash testsVic Yang2013-04-152-3/+3
* Move gpio_get_name() to gpio_common.cRandall Spangler2013-04-112-4/+12
* Fix kb_deghost testVic Yang2013-04-111-1/+1
* Clean up USB external power moduleRandall Spangler2013-04-102-150/+224
* Turn on/off 3.3V output properlyVic Yang2013-04-101-2/+26
* Decouple gaia_power from keyscan taskVic Yang2013-04-101-0/+2
* Rename usb_charging.c to extpower_usb.c and move to common/Randall Spangler2013-04-092-0/+677
* Decouple keyboard MKBP code from key scan codeVic Yang2013-04-081-36/+58
* Rename onewire_led functions and constantsRandall Spangler2013-04-051-30/+29
* Clean up board configurationRandall Spangler2013-04-051-3/+6
* Move board hard reset code into tpschrome driverRandall Spangler2013-04-052-27/+64
* Improve deferred function callsRandall Spangler2013-04-041-18/+18
* Inhibit host interrupt for battery_key.Todd Broch2013-04-041-2/+3
* Add common implementation for daisy/snow extpower_is_presentRandall Spangler2013-04-032-0/+47
* Clean up board.c filesRandall Spangler2013-04-031-1/+1
* Split lid switch code out of switch.c to its own fileRandall Spangler2013-04-024-5/+132
* Move enabling AC_PRESENT interrupt to extpower_gpio.cRandall Spangler2013-04-021-0/+7
* Add support for calling deferred functionsRandall Spangler2013-04-023-36/+97
* Add parse_bool() to centralize parsing boolean optionsRandall Spangler2013-03-297-46/+52
* Rename charging task to CHARGER, charger_taskRandall Spangler2013-03-293-6/+5
* Rename I8042CMD task to KEYPROTORandall Spangler2013-03-293-6/+6
* Merge typematic task info i8042cmd taskRandall Spangler2013-03-291-31/+24
* Convert typematic task from countdown to deadline-basedRandall Spangler2013-03-291-52/+56
* Merge i8042.c into keyboard_8042.cRandall Spangler2013-03-294-230/+249