summaryrefslogtreecommitdiff
path: root/board/spring
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Add support for per-board symlinks to top levelAnton Staaf2014-07-301-0/+1
* GPIO: Move definition of alternate functions to gpio.incAnton Staaf2014-07-171-9/+0
* gpio: Reformat gpio.inc files to use longer than 80-column linesAnton Staaf2014-07-011-15/+8
* gpio: Replace duplication in gpio declarations with X-macro fileAnton Staaf2014-06-263-122/+74
* cleanup: Combined i2c unwedge code into one common functionAlec Berg2014-03-061-1/+1
* Convert vboot hash calculation from task to deferred functionRandall Spangler2014-01-092-3/+3
* x86: generalize power state machine for all platforms (2/2)Louis Yung-Chieh Lo2014-01-091-4/+9
* Move battery temp ranges to battery_info structRandall Spangler2013-12-031-1/+6
* Add battery_get_params()Randall Spangler2013-12-021-0/+9
* spring: Increase stack for keyscan taskRandall Spangler2013-11-201-1/+1
* cleanup: Even more TODO commentsRandall Spangler2013-11-011-5/+3
* cleanup: TODO comments in extpower_springRandall Spangler2013-10-311-0/+2
* Rename pwm_data.h to pwm_chip.hBill Richardson2013-10-281-1/+1
* cleanup: Consolidate module IDs into a single shared enumRandall Spangler2013-10-251-8/+0
* cleanup: Re-enable keyboard console channel for ARM boardsRandall Spangler2013-10-251-3/+0
* cleanup: rename I2C_PORT_HOST to I2C_PORT_MASTERRandall Spangler2013-10-252-4/+4
* cleanup: Rename and move header filesRandall Spangler2013-10-232-2/+2
* cleanup: Consolidate power interruptsRandall Spangler2013-10-211-5/+4
* cleanup: Don't use [N] = {} when initializing arraysBill Richardson2013-10-101-3/+2
* cleanup: Battery header files and filenamesRandall Spangler2013-10-073-14/+13
* cleanup: Move board-specific LED state machines to board dirsRandall Spangler2013-10-072-1/+195
* cleanup: Replace awkward I2C_PORTS_USED macro with constantBill Richardson2013-10-072-2/+1
* stm32: Fix polarity of charger interruptRandall Spangler2013-09-232-2/+2
* cleanup: move board-specific battery files to board dirsRandall Spangler2013-09-192-1/+38
* Fix task priorities for console and hostcmd tasksRandall Spangler2013-09-141-2/+2
* Rename extpower_usb to extpower_springVic Yang2013-08-281-1/+1
* Refactor PWM moduleVic Yang2013-08-272-0/+18
* Put knowledge of task-config dependency in config.hRandall Spangler2013-08-081-2/+0
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-072-0/+16
* Revert "spring: always enable the PP3300_WWAN rail"Vincent Palatin2013-08-012-3/+4
* Add build-time checks on board-specific array sizes.Bill Richardson2013-07-311-3/+6
* Clean up more config optionsRandall Spangler2013-07-241-1/+0
* Clean up and document UART config optionsRandall Spangler2013-07-241-3/+1
* Collect board X specific files into build.mk common-$(BOARD_X)Rong Chang2013-07-241-1/+0
* Move TPSChrome charging temperature range to battery packRong Chang2013-07-241-0/+11
* Clean up and document more config optionsRandall Spangler2013-07-241-1/+0
* Clean up debug config optionsRandall Spangler2013-07-231-3/+0
* Clean up and document PMU config optionsRandall Spangler2013-07-232-3/+0
* Clean up and document battery config optionsRandall Spangler2013-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