summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix tasklist for testsVic Yang2013-04-1016-136/+47
* Turn on/off 3.3V output properlyVic Yang2013-04-101-2/+26
* Only includes necessary tasks for test binariesVic Yang2013-04-1012-69/+110
* 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-094-2/+4
* Fix mccroskey buildRandall Spangler2013-04-091-0/+8
* Add pit boardRandall Spangler2013-04-094-0/+349
* Decouple keyboard MKBP code from key scan codeVic Yang2013-04-081-36/+58
* Clean up daisy GPIO and SPI initRandall Spangler2013-04-086-41/+12
* Move power LED GPIO code from snow board.c into power_led.cRandall Spangler2013-04-084-65/+27
* Add macros for mocking functionsVic Yang2013-04-081-0/+12
* Rename onewire_led functions and constantsRandall Spangler2013-04-051-30/+29
* Clean up board configurationRandall Spangler2013-04-0516-97/+91
* Move board hard reset code into tpschrome driverRandall Spangler2013-04-057-72/+70
* Dumping stack contents on crash.Daisuke Nojiri2013-04-051-5/+93
* Improve deferred function callsRandall Spangler2013-04-045-22/+33
* Inhibit host interrupt for battery_key.Todd Broch2013-04-041-2/+3
* Add common implementation for daisy/snow extpower_is_presentRandall Spangler2013-04-036-66/+49
* Trigger dma_init() via HOOK_INITRandall Spangler2013-04-037-21/+8
* Clean up board.c filesRandall Spangler2013-04-036-50/+20
* spring: Add host command to limit external power currentVic Yang2013-04-023-3/+73
* spring: Retry when over current detectedVic Yang2013-04-021-2/+11
* Remove unused EC_SWITCH_KEYBOARD_RECOVERYRandall Spangler2013-04-022-6/+4
* Split lid switch code out of switch.c to its own fileRandall Spangler2013-04-0210-139/+204
* Move enabling AC_PRESENT interrupt to extpower_gpio.cRandall Spangler2013-04-022-1/+7
* Add support for calling deferred functionsRandall Spangler2013-04-026-36/+147
* Add parse_bool() to centralize parsing boolean optionsRandall Spangler2013-03-2910-63/+85
* Rename charging task to CHARGER, charger_taskRandall Spangler2013-03-298-12/+11
* Rename I8042CMD task to KEYPROTORandall Spangler2013-03-2911-15/+15
* Merge typematic task info i8042cmd taskRandall Spangler2013-03-298-38/+24
* Convert typematic task from countdown to deadline-basedRandall Spangler2013-03-291-52/+56
* Merge i8042.c into keyboard_8042.cRandall Spangler2013-03-297-297/+257
* Merge lm4 and stm32 implementations of keyboard_scanRandall Spangler2013-03-295-609/+358
* 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-2724-114/+144
* spring: Enable low power mode.Todd Broch2013-03-263-2/+8
* stm32: unimplemented hibernate hard-reboots instead of hangingtoolchainAstabilize-3912.79.Brelease-R27-3912.BRandall Spangler2013-03-251-2/+9
* Move keyboard dimension and key constants to keyboard_config.hRandall Spangler2013-03-2215-141/+133
* Add keyboard_raw interfaceRandall Spangler2013-03-2215-439/+425
* Use timeout instead of retry count for pre-chargingVic Yang2013-03-201-9/+12
* spring: minor cleanup of USB charging codeVic Yang2013-03-201-61/+78
* spring: disable boost when AP is off and no charger is attachedVic Yang2013-03-201-2/+23
* spring: keep AP off when battery level is too lowVic Yang2013-03-204-3/+48
* Move asserting host keyboard interrupt signal to keyboard_scanRandall Spangler2013-03-2010-37/+25
* Move battery LED code on spring to commonRandall Spangler2013-03-206-130/+139
* Move gaia event handler declarations to gaia_power.hRandall Spangler2013-03-205-33/+34
* Use chipset_reset() interface instead of system_warm_reboot()Randall Spangler2013-03-205-29/+22
* Move I2C arbitration to its own fileRandall Spangler2013-03-207-147/+157
* spring: reset TSU6721 when Toad's ID changesVic Yang2013-03-204-3/+66