summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fake I2C device support for emulatorVic Yang2013-09-172-0/+66
* stm32: Use DMA for UART receiveRandall Spangler2013-09-162-7/+38
* Add hook statisticsVic Yang2013-09-142-0/+6
* Simplify uart_tx_start()Randall Spangler2013-09-141-7/+2
* Remove unused uart functionsRandall Spangler2013-09-131-26/+0
* Change get-set host command to be less genericBill Richardson2013-09-123-41/+15
* stm32: Support DMA-based UART outputRandall Spangler2013-09-112-0/+16
* Split uart_process() into input and output processingRandall Spangler2013-09-111-5/+11
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-112-1/+11
* Handle multiple independent sources and types of CPU throttlingBill Richardson2013-09-113-5/+57
* Initalize DMA before UARTRandall Spangler2013-09-102-1/+12
* Add comments about hooks and deferred functionsRandall Spangler2013-09-061-0/+28
* Add command for Haswell to pause in s5 at shutdownBill Richardson2013-09-061-1/+1
* Add boot key testVic Yang2013-09-051-0/+6
* Add multi-step test supportVic Yang2013-09-051-0/+46
* Extend charge state machine to accommodate KirbyVic Yang2013-09-052-3/+21
* Temporary OTG and external power supportVic Yang2013-09-051-0/+6
* Add BQ27541 battery driverVic Yang2013-09-053-111/+104
* Add a generic get/set host commandBill Richardson2013-09-054-0/+52
* STM32L ADC driverVic Yang2013-09-052-0/+22
* Flush test coverage information before rebooting emulatorVic Yang2013-09-041-0/+6
* Fix a bug that GPIO cannot be set as input on stm32lVic Yang2013-09-041-22/+26
* Add LIGHTBAR_CMD_VERSION command to detect lightbar features.stabilize-4636.BBill Richardson2013-08-301-1/+7
* Add config options for power rail controlsVic Yang2013-08-301-0/+4
* Add BQ24192 charger driverVic Yang2013-08-301-0/+28
* stm32l: Add a "PRE_FREQ_CHANGE" hook to allow other code to prepareDoug Anderson2013-08-292-2/+9
* Rename extpower_usb to extpower_springVic Yang2013-08-283-15/+9
* Refactor PWM moduleVic Yang2013-08-272-32/+44
* Falco: throttle if battery current drain is too highBill Richardson2013-08-231-0/+1
* Completely new thermal/fan implementationBill Richardson2013-08-237-107/+111
* Lock BOOTCFG to safe values for all LM4sBill Richardson2013-08-211-0/+3
* Add test for console command historyVic Yang2013-08-181-0/+6
* Poll and cache g781 temperature valuesDave Parker2013-08-132-0/+5
* Add fan power enable GPIO for PeppyDave Parker2013-08-131-0/+3
* Add abstract "cond_t" type to detect state transitions.Bill Richardson2013-08-091-0/+47
* Hide battery vendor params override behind config optionRandall Spangler2013-08-092-0/+8
* Console command for g781 temperature sensor.Dave Parker2013-08-091-3/+42
* Put knowledge of task-config dependency in config.hRandall Spangler2013-08-081-1/+41
* daisy: remove I2C port detectionRandall Spangler2013-08-081-1/+0
* Use macros for C <-> K conversionsBill Richardson2013-08-072-3/+6
* Peppy ectool led commandDave Parker2013-08-072-1/+72
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-073-35/+77
* Clean up SPI state machine and add state codesRandall Spangler2013-08-051-19/+83
* Remove proxy config flags for unit testsVic Yang2013-08-041-0/+1
* Change one-wire bus to use normal gpio interfaceRandall Spangler2013-08-021-6/+0
* Move input character processing from UART interrupt to console taskRandall Spangler2013-08-022-17/+16
* Host commands don't set the response pointerRandall Spangler2013-08-021-8/+8
* Falco: Stop charging after a timeout of 10 hoursDave Parker2013-08-021-0/+9
* Track the duration of each charge/discharge state.Dave Parker2013-08-021-0/+1
* Fix documentation for lid change and power button hooksRandall Spangler2013-08-011-2/+2