summaryrefslogtreecommitdiff
path: root/board/daisy
Commit message (Expand)AuthorAgeFilesLines
* Remove bolt, daisy, kirby, puppy, slippy boardsRandall Spangler2013-11-214-286/+0
* cleanup: Consolidate module IDs into a single shared enumRandall Spangler2013-10-251-9/+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-251-3/+3
* daisy: Clean up pmu initializationRandall Spangler2013-10-231-22/+1
* cleanup: update comments with existing bug numbersRandall Spangler2013-10-221-5/+2
* cleanup: Consolidate power interruptsRandall Spangler2013-10-211-5/+5
* Correct the EC name in the build.mk comments for some boardsDavid Hendricks2013-10-171-1/+1
* cleanup: Config definesRandall Spangler2013-10-161-0/+1
* cleanup: Battery header files and filenamesRandall Spangler2013-10-071-1/+1
* 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
* Fix task priorities for console and hostcmd tasksRandall Spangler2013-09-141-2/+2
* STM32L ADC driverVic Yang2013-09-051-0/+1
* Fix a bug that GPIO cannot be set as input on stm32lVic Yang2013-09-041-1/+1
* Put knowledge of task-config dependency in config.hRandall Spangler2013-08-081-2/+0
* daisy: remove I2C port detectionRandall Spangler2013-08-082-46/+2
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-072-13/+16
* Add build-time checks on board-specific array sizes.Bill Richardson2013-07-311-2/+4
* Clean up more config optionsRandall Spangler2013-07-241-1/+0
* Clean up and document UART config optionsRandall Spangler2013-07-241-3/+0
* 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-0/+1
* Clean up debug config optionsRandall Spangler2013-07-231-4/+0
* Clean up and document PMU config optionsRandall Spangler2013-07-231-0/+29
* Clean up and document battery config optionsRandall Spangler2013-07-231-1/+1
* stm32: Add CHIP_FAMILY definesRandall Spangler2013-07-011-0/+1
* 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-172-0/+5
* Move i2cread and i2cwrite functions to i2c_commonRandall Spangler2013-04-302-0/+7
* 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
* Exclude chipset task from test binariesVic Yang2013-04-112-1/+3
* Remove unneeded USB_CHARGE_PORT_COUNTRandall Spangler2013-04-101-2/+0
* Only includes necessary tasks for test binariesVic Yang2013-04-101-8/+10
* Clean up daisy GPIO and SPI initRandall Spangler2013-04-082-33/+3
* Move power LED GPIO code from snow board.c into power_led.cRandall Spangler2013-04-081-1/+0
* Clean up board configurationRandall Spangler2013-04-052-11/+13
* Add common implementation for daisy/snow extpower_is_presentRandall Spangler2013-04-032-33/+1
* Trigger dma_init() via HOOK_INITRandall Spangler2013-04-031-3/+0
* Rename charging task to CHARGER, charger_taskRandall Spangler2013-03-291-1/+1
* Move files in preparation for merging keyboard_scan modulesRandall Spangler2013-03-272-4/+3
* Move keyboard dimension and key constants to keyboard_config.hRandall Spangler2013-03-221-3/+1
* Add keyboard_raw interfaceRandall Spangler2013-03-221-9/+9
* Move asserting host keyboard interrupt signal to keyboard_scanRandall Spangler2013-03-202-9/+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-192-13/+17
* Rename board_get_ac() to extpower_is_present()Randall Spangler2013-03-191-3/+3