summaryrefslogtreecommitdiff
path: root/board
Commit message (Expand)AuthorAgeFilesLines
* Split pwm.c into pwm_fan.c and pwm_kblight.cBill Richardson2013-04-262-2/+3
* Allow disabling PMU charger task, and do so on pitRandall Spangler2013-04-265-1/+7
* Split out power button code from switch.cRandall Spangler2013-04-252-1/+3
* Create board directory for Slippy.Bill Richardson2013-04-244-0/+444
* Move LPC constants of out board.c and into chipset where they belongBill Richardson2013-04-241-29/+0
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-245-6/+6
* Specify the LM4 GPIOs to use for UART1Bill Richardson2013-04-242-0/+6
* Unify lid switch processingRandall Spangler2013-04-248-4/+12
* Allow keyboard_scan_config to be customized per-boardBill Richardson2013-04-242-0/+16
* Unify lid switch GPIO nameVic Yang2013-04-232-2/+2
* 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-129/+129
* Support power button LED on pitstabilize-4035.0.BRandall Spangler2013-04-191-0/+1
* Move temp sensor struct into board.cRandall Spangler2013-04-193-53/+42
* PMIC_PWROK is active-high on pitRandall Spangler2013-04-162-2/+2
* Correct GPIOs to match Pit EVT schematicsRandall Spangler2013-04-161-4/+4
* Remove _OFF from GPIO register macrosRandall Spangler2013-04-164-27/+27
* Refactor gpio_set_level() and gpio_pre_init()Randall Spangler2013-04-154-10/+9
* Fix test compilation error for linkVic Yang2013-04-131-0/+2
* Clean up alternate functions on STM32LRandall Spangler2013-04-121-21/+9
* Exclude chipset task from test binariesVic Yang2013-04-1110-5/+15
* Clean up USB external power moduleRandall Spangler2013-04-102-68/+1
* Remove unneeded USB_CHARGE_PORT_COUNTRandall Spangler2013-04-104-8/+0
* Only includes necessary tasks for test binariesVic Yang2013-04-107-53/+65
* Rename usb_charging.c to extpower_usb.c and move to common/Randall Spangler2013-04-093-678/+3
* Add pit boardRandall Spangler2013-04-094-0/+349
* Clean up daisy GPIO and SPI initRandall Spangler2013-04-084-39/+3
* Move power LED GPIO code from snow board.c into power_led.cRandall Spangler2013-04-082-30/+0
* Clean up board configurationRandall Spangler2013-04-0512-88/+45
* Move board hard reset code into tpschrome driverRandall Spangler2013-04-054-39/+5
* Add common implementation for daisy/snow extpower_is_presentRandall Spangler2013-04-034-66/+2
* Trigger dma_init() via HOOK_INITRandall Spangler2013-04-034-12/+0
* Clean up board.c filesRandall Spangler2013-04-034-38/+9
* spring: Add host command to limit external power currentVic Yang2013-04-021-2/+37
* spring: Retry when over current detectedVic Yang2013-04-021-2/+11
* Split lid switch code out of switch.c to its own fileRandall Spangler2013-04-022-4/+3
* Add parse_bool() to centralize parsing boolean optionsRandall Spangler2013-03-291-8/+7
* Rename charging task to CHARGER, charger_taskRandall Spangler2013-03-295-6/+6
* Rename I8042CMD task to KEYPROTORandall Spangler2013-03-291-1/+1
* Merge typematic task info i8042cmd taskRandall Spangler2013-03-291-1/+0
* Move files in preparation for merging keyboard_scan modulesRandall Spangler2013-03-278-10/+15
* spring: Enable low power mode.Todd Broch2013-03-262-2/+7
* Move keyboard dimension and key constants to keyboard_config.hRandall Spangler2013-03-225-14/+6
* Add keyboard_raw interfaceRandall Spangler2013-03-224-36/+36
* 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-201-0/+3
* Move asserting host keyboard interrupt signal to keyboard_scanRandall Spangler2013-03-208-33/+8
* Move battery LED code on spring to commonRandall Spangler2013-03-202-127/+0
* Move gaia event handler declarations to gaia_power.hRandall Spangler2013-03-203-33/+3