summaryrefslogtreecommitdiff
path: root/board/spring
Commit message (Expand)AuthorAgeFilesLines
* CHERRY-PICK:Put knowledge of task-config dependency in config.hRandall Spangler2013-08-091-2/+0
* CHERRY-PICK:Clean up configuring GPIO alternate functionsRandall Spangler2013-08-092-0/+16
* Add build-time checks on board-specific array sizes.Duncan Laurie2013-08-011-3/+6
* Clean up more config optionsRandall Spangler2013-07-301-1/+0
* Clean up and document UART config optionsRandall Spangler2013-07-301-3/+1
* Collect board X specific files into build.mk common-$(BOARD_X)Rong Chang2013-07-301-1/+0
* Move TPSChrome charging temperature range to battery packRong Chang2013-07-301-0/+11
* Clean up and document more config optionsRandall Spangler2013-07-301-1/+0
* Clean up debug config optionsRandall Spangler2013-07-301-3/+0
* Clean up and document PMU config optionsDuncan Laurie2013-07-232-3/+0
* Clean up and document battery config optionsDuncan Laurie2013-07-231-1/+1
* Rename files in common/ to be more consistentRandall Spangler2013-07-081-2/+2
* stm32: Add CHIP_FAMILY definesRandall Spangler2013-07-011-0/+1
* pit: Fix watchdog help for STM32LRandall Spangler2013-06-241-0/+1
* spring: new TPS65090 parameters to avoid cap ringingVincent Palatin2013-06-191-19/+15
* Rename GPIO_HI_Z macros to more descriptive GPIO_ODR_HIGH/LOWBill Richardson2013-06-131-2/+2
* Move write protect GPIO handling to flash moduleRandall Spangler2013-05-231-1/+1
* Add console command to force enable consoleVic Yang2013-05-151-0/+1
* spring: Implement battery cut-off commandVic Yang2013-05-011-1/+1
* Move i2cread and i2cwrite functions to i2c_commonRandall Spangler2013-04-302-0/+6
* Allow disabling PMU charger task, and do so on pitRandall Spangler2013-04-261-0/+1
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-241-1/+1
* Unify lid switch processingRandall Spangler2013-04-242-1/+3
* Remove _OFF from GPIO register macrosRandall Spangler2013-04-161-9/+9
* Refactor gpio_set_level() and gpio_pre_init()Randall Spangler2013-04-151-3/+3
* Exclude chipset task from test binariesVic Yang2013-04-112-1/+3
* Clean up USB external power moduleRandall Spangler2013-04-102-68/+1
* Only includes necessary tasks for test binariesVic Yang2013-04-101-8/+10
* Rename usb_charging.c to extpower_usb.c and move to common/Randall Spangler2013-04-093-678/+3
* Clean up board configurationRandall Spangler2013-04-052-31/+15
* Move board hard reset code into tpschrome driverRandall Spangler2013-04-052-21/+4
* Trigger dma_init() via HOOK_INITRandall Spangler2013-04-031-3/+0
* Clean up board.c filesRandall Spangler2013-04-032-14/+1
* 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
* Add parse_bool() to centralize parsing boolean optionsRandall Spangler2013-03-291-8/+7
* Rename charging task to CHARGER, charger_taskRandall Spangler2013-03-292-3/+3
* Move files in preparation for merging keyboard_scan modulesRandall Spangler2013-03-272-2/+3
* spring: Enable low power mode.Todd Broch2013-03-262-2/+7
* Move keyboard dimension and key constants to keyboard_config.hRandall Spangler2013-03-221-4/+2
* Add keyboard_raw interfaceRandall Spangler2013-03-221-9/+9
* 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-202-9/+0
* Move battery LED code on spring to commonRandall Spangler2013-03-202-127/+0
* Move gaia event handler declarations to gaia_power.hRandall Spangler2013-03-201-11/+1
* spring: reset TSU6721 when Toad's ID changesVic Yang2013-03-201-1/+47
* Fix spring not compilingRandall Spangler2013-03-191-1/+1
* spring: More stable battery LED controlstabilize-3881.0.BVic Yang2013-03-193-21/+37