summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* i2c: Add common i2cxfer console commandDuncan Laurie2013-10-211-0/+93
* ec: add nyan boardYen Lin2013-10-172-0/+603
* cleanup: Config definesRandall Spangler2013-10-161-3/+1
* x86: x86indebug command should print bit defintionsRandall Spangler2013-10-161-0/+12
* lm4: Add a low power idle task.stabilize-4825.BAlec Berg2013-10-154-5/+46
* Enforce a minimum number of clocks between keyboard scansRandall Spangler2013-10-141-0/+27
* Return hash status on HAST_START commandVic Yang2013-10-141-5/+4
* Add baytrail power sequencingRandall Spangler2013-10-112-0/+370
* Fix bug with hibernate delay when running off batteryAlec Berg2013-10-101-1/+1
* rambi: Control LEDs using PWMRandall Spangler2013-10-083-3/+198
* cleanup: Battery header files and filenamesRandall Spangler2013-10-0717-68/+36
* cleanup: Move board-specific LED state machines to board dirsRandall Spangler2013-10-076-735/+2
* cleanup: Replace awkward I2C_PORTS_USED macro with constantBill Richardson2013-10-071-1/+1
* samus: alternate functions, chargerBill Richardson2013-10-041-2/+20
* Cleanup use of config.h macrosBill Richardson2013-10-041-1/+1
* Internalize magic numbers for smart USB chargingBill Richardson2013-10-021-1/+4
* Always enable tpschrome low current chargingRong Chang2013-10-021-20/+4
* Clean up G781 temperature sensor power detectionRandall Spangler2013-10-012-5/+23
* Wake keyboard task when lid opensRandall Spangler2013-09-301-0/+13
* Battery command needs to delay between iterationsRandall Spangler2013-09-301-0/+8
* 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