summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Support backlight control via lid onlyRandall Spangler2013-09-272-8/+23
* Add a test for x86 backlight passthroughVic Yang2013-09-271-1/+2
* Make support for dedicated recovery GPIO signal optionalRandall Spangler2013-09-251-0/+4
* Mock flash erase/write function at physical layerVic Yang2013-09-241-2/+2
* Fix thermal.c compilation if fans are not present.Randall Spangler2013-09-231-0/+2
* stm32: Fix polarity of charger interruptRandall Spangler2013-09-231-1/+1
* Record average runtime and delay of hooksVic Yang2013-09-231-12/+43
* cleanup: move test mocks to board/host and remove unused mocksRandall Spangler2013-09-196-438/+0
* cleanup: move board-specific battery files to board dirsRandall Spangler2013-09-197-270/+5
* Fix console channel name listVic Yang2013-09-181-1/+3
* Haswell: Add control for touchscreen resetDave Parker2013-09-181-0/+17
* Remove 'sb' and 'sbc' console commandsstabilize-4701.BVic Yang2013-09-171-78/+0
* Mock smart battery at lower levelVic Yang2013-09-172-26/+19
* stm32: Use DMA for UART receiveRandall Spangler2013-09-161-23/+83
* Add hook statisticsVic Yang2013-09-141-1/+64
* Simplify uart_tx_start()Randall Spangler2013-09-141-6/+5
* Remove unused uart functionsRandall Spangler2013-09-131-42/+0
* Falco: correct input current limit for 45W adapter, Turbo offBill Richardson2013-09-131-1/+1
* Falco: Always update charger's input current limit.Bill Richardson2013-09-131-11/+10
* Implement LED control host commandVic Yang2013-09-121-0/+45
* pit: Change battery level warning and shutdown levelsDerek Basehore2013-09-121-4/+4
* kirby: Detect OTG dongle on EC bootVic Yang2013-09-121-11/+20
* Change get-set host command to be less genericBill Richardson2013-09-123-110/+37
* stm32: Support DMA-based UART outputRandall Spangler2013-09-111-0/+49
* Split uart_process() into input and output processingRandall Spangler2013-09-111-48/+31
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-111-0/+7
* Fix a bug in BQ24192 charger driverVic Yang2013-09-111-1/+2
* Avoid charging over battery's maximum voltageVic Yang2013-09-111-1/+2
* Handle multiple independent sources and types of CPU throttlingBill Richardson2013-09-116-16/+132
* Initalize DMA before UARTRandall Spangler2013-09-101-0/+6
* Generalize 'charger' command to support BQ24192Vic Yang2013-09-101-33/+40
* kirby: Update battery voltage parametersVic Yang2013-09-101-6/+4
* kirby: Set LED color according to charging statusVic Yang2013-09-101-0/+41
* Show charging allowed info for 'battery' commandVic Yang2013-09-101-0/+4
* Add comments about hooks and deferred functionsRandall Spangler2013-09-061-1/+12
* Add command for Haswell to pause in s5 at shutdownBill Richardson2013-09-061-1/+4
* Introducing MPU module for Cortex-M3Daisuke Nojiri2013-09-052-0/+28
* Enable charging on KirbyVic Yang2013-09-053-7/+40
* Set termination current to minimum for BQ24192 chargerVic Yang2013-09-051-0/+22
* Add boot key testVic Yang2013-09-051-0/+3
* Add multi-step test supportVic Yang2013-09-051-0/+45
* Extend charge state machine to accommodate KirbyVic Yang2013-09-054-27/+163
* Temporary OTG and external power supportVic Yang2013-09-053-0/+86
* Add BQ27541 battery driverVic Yang2013-09-056-192/+539
* Add a generic get/set host commandBill Richardson2013-09-052-1/+108
* kirby: Add delay before enabling 3.3V railVic Yang2013-09-051-1/+12
* Also test temp sensor read delegation in thermal testVic Yang2013-09-041-1/+1
* Flush test coverage information before rebooting emulatorVic Yang2013-09-041-1/+10
* kirby: Pull XPSHOLD low to shut down the APVic Yang2013-09-041-0/+9
* Peppy: Set battery pre-charge current to worst case value.Dave Parker2013-09-031-1/+1