summaryrefslogtreecommitdiff
path: root/board/daisy/board.c
Commit message (Expand)AuthorAgeFilesLines
* Remove bolt, daisy, kirby, puppy, slippy boardsRandall Spangler2013-11-211-142/+0
* daisy: Clean up pmu initializationRandall Spangler2013-10-231-22/+1
* cleanup: Consolidate power interruptsRandall Spangler2013-10-211-5/+5
* 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
* Fix a bug that GPIO cannot be set as input on stm32lVic Yang2013-09-041-1/+1
* daisy: remove I2C port detectionRandall Spangler2013-08-081-40/+0
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-12/+8
* 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-0/+29
* Rename GPIO_HI_Z macros to more descriptive GPIO_ODR_HIGH/LOWBill Richardson2013-06-131-2/+2
* Support write protect GPIO on pitRandall Spangler2013-05-171-0/+3
* Move i2cread and i2cwrite functions to i2c_commonRandall Spangler2013-04-301-0/+6
* Unify lid switch processingRandall Spangler2013-04-241-1/+2
* Clean up daisy GPIO and SPI initRandall Spangler2013-04-081-32/+2
* Clean up board configurationRandall Spangler2013-04-051-1/+1
* Add common implementation for daisy/snow extpower_is_presentRandall Spangler2013-04-031-33/+0
* Trigger dma_init() via HOOK_INITRandall Spangler2013-04-031-3/+0
* Move files in preparation for merging keyboard_scan modulesRandall Spangler2013-03-271-1/+1
* Add keyboard_raw interfaceRandall Spangler2013-03-221-9/+9
* Move asserting host keyboard interrupt signal to keyboard_scanRandall Spangler2013-03-201-6/+0
* Move gaia event handler declarations to gaia_power.hRandall Spangler2013-03-201-11/+1
* Use common declaration of keyboard_scan_interrupt()Randall Spangler2013-03-191-11/+17
* Rename board_get_ac() to extpower_is_present()Randall Spangler2013-03-191-3/+3
* Rename tasks to HOOKS and CHIPSETRandall Spangler2013-03-191-6/+6
* tpschrome: AC detection is board specific.Vincent Palatin2012-09-201-0/+34
* daisy: add GPIO_I2C_* pins to board header and GPIO tableDavid Hendricks2012-09-051-1/+8
* Handle IRQ from TPS65090, pass AC status to APSimon Que2012-08-141-0/+1
* Get AC state from GPIO instead of PMURong Chang2012-07-111-0/+1
* snow/daisy: enable lid openDavid Hendricks2012-07-071-1/+3
* stm32: Use SPI ports for i2c arbitrationSimon Glass2012-06-281-16/+2
* stm32: drive the keyboard power LEDVincent Palatin2012-06-221-0/+4
* Enable daisy I2C host auto detectionRong Chang2012-06-191-0/+41
* Set daisy and snow PB6 PB7 GPIO pinmux to I2CRong Chang2012-06-181-8/+14
* stm32: use level interrupt instead of edgeVincent Palatin2012-05-301-4/+3
* daisy/snow: seperate EC_INT and CODEC_INT handlingDavid Hendricks2012-05-151-5/+8
* daisy: Rename power signals to indicate polaritySimon Glass2012-05-031-2/+2
* daisy: EVT1 pin mappingDavid Hendricks2012-05-021-7/+7
* introducing chip variant for stm32 family [1/3]Vincent Palatin2012-05-011-15/+15
* daisy v1.02: power sequencing updatesDavid Hendricks2012-04-271-2/+2
* Fix test configurations build errorsVincent Palatin2012-04-251-0/+7
* stm32l: set SYSCFGEN for boards using stm32lDavid Hendricks2012-04-251-4/+3
* daisy: move i2c port initialization back into configure_boardDavid Hendricks2012-04-231-7/+11
* daisy: Plumb in I2C driverDavid Hendricks2012-04-171-0/+7
* daisy v1.02: setup GPIO signal to audio codecDavid Hendricks2012-04-171-0/+5
* stm32l: eliminate GPIO initialization done in keyboard codeDavid Hendricks2012-04-131-8/+24
* daisy: Set up EC_INT as open-drain outputDavid Hendricks2012-04-131-1/+1
* daisy: Plumb in SPI supportDavid Hendricks2012-04-131-1/+34