summaryrefslogtreecommitdiff
path: root/board/pit/board.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Consolidate power interruptsRandall Spangler2013-10-211-5/+5
* cleanup: Don't use [N] = {} when initializing arraysBill Richardson2013-10-101-3/+3
* cleanup: Battery header files and filenamesRandall Spangler2013-10-071-1/+1
* cleanup: Replace awkward I2C_PORTS_USED macro with constantBill Richardson2013-10-071-1/+1
* stm32: Fix polarity of charger interruptRandall Spangler2013-09-231-1/+1
* pit: Add board specific keyscan configWonjoon Lee2013-09-061-0/+15
* Refactor PWM moduleVic Yang2013-08-271-0/+9
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-12/+9
* pit: Don't configure PB3 in alternate function modeRandall Spangler2013-08-051-3/+0
* Add build-time checks on board-specific array sizes.Bill Richardson2013-07-311-2/+4
* Move TPSChrome charging temperature range to battery packRong Chang2013-07-241-0/+11
* Clean up and document PMU config optionsRandall Spangler2013-07-231-2/+0
* Rename GPIO_HI_Z macros to more descriptive GPIO_ODR_HIGH/LOWBill Richardson2013-06-131-7/+7
* pit: AC detect signal is a simple GPIO nowRandall Spangler2013-06-131-1/+2
* Set SPI lines to inputs when AP is offRandall Spangler2013-05-161-7/+0
* Clean up SPI GPIOsRandall Spangler2013-05-131-9/+2
* Fix and enable SPI for pitRandall Spangler2013-05-071-8/+9
* Fix I2C port configuration on pitRandall Spangler2013-05-021-8/+4
* Move i2cread and i2cwrite functions to i2c_commonRandall Spangler2013-04-301-0/+5
* Unify lid switch processingRandall Spangler2013-04-241-1/+2
* PMIC_PWROK is active-high on pitRandall Spangler2013-04-161-1/+1
* Correct GPIOs to match Pit EVT schematicsRandall Spangler2013-04-161-4/+4
* Remove _OFF from GPIO register macrosRandall Spangler2013-04-161-2/+2
* Refactor gpio_set_level() and gpio_pre_init()Randall Spangler2013-04-151-1/+1
* Clean up alternate functions on STM32LRandall Spangler2013-04-121-21/+9
* Add pit boardRandall Spangler2013-04-091-0/+187