summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge lm4 and stm32 implementations of keyboard_scanRandall Spangler2013-03-294-609/+324
* Initialize LP5562 power on initVic Yang2013-03-291-1/+1
* tsu6721: accept new revision of the chipVincent Palatin2013-03-281-1/+1
* Move files in preparation for merging keyboard_scan modulesRandall Spangler2013-03-278-31/+1184
* Move keyboard dimension and key constants to keyboard_config.hRandall Spangler2013-03-222-12/+11
* Use timeout instead of retry count for pre-chargingVic Yang2013-03-201-9/+12
* spring: keep AP off when battery level is too lowVic Yang2013-03-202-3/+40
* Move battery LED code on spring to commonRandall Spangler2013-03-203-2/+138
* Move gaia event handler declarations to gaia_power.hRandall Spangler2013-03-201-0/+1
* Use chipset_reset() interface instead of system_warm_reboot()Randall Spangler2013-03-201-19/+19
* Move I2C arbitration to its own fileRandall Spangler2013-03-202-0/+105
* spring: reset TSU6721 when Toad's ID changesVic Yang2013-03-201-0/+11
* spring: More stable battery LED controlstabilize-3881.0.BVic Yang2013-03-191-14/+11
* Rename board_get_ac() to extpower_is_present()Randall Spangler2013-03-192-11/+12
* Rename tasks to HOOKS and CHIPSETRandall Spangler2013-03-195-19/+19
* Move external power detect for link to its own fileChromeOS Developer2013-03-194-9/+42
* Call AC change hook from the hook taskRandall Spangler2013-03-191-5/+40
* Add external power present flag to charge_get_flags()Randall Spangler2013-03-152-5/+12
* Rename power_led.c to onewire_led.cRandall Spangler2013-03-142-2/+2
* Clean up power LED state machine on linkRandall Spangler2013-03-142-48/+81
* Give the AP 30 sec warning before shutting down due to low batteryRandall Spangler2013-03-051-18/+27
* After shutting down AP, hibernate EC if battery is lowRandall Spangler2013-03-051-9/+29
* Wait to power on system until battery state is knownRandall Spangler2013-03-051-0/+8
* spring: battery LED breath yellow on battery assistVic Yang2013-03-041-0/+50
* Add reinit state to charge_state module to distinguish it from at-ec-boot initRandall Spangler2013-02-282-29/+37
* keep ADC reference voltage on between successive readsVincent Palatin2013-02-251-7/+11
* Allow TSU6721 auto mode under any conditionVic Yang2013-02-251-1/+1