summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set WLAN_OFF_L to open drainstabilize-4731.85.Bstabilize-4731.62.Bstabilize-4731.31.Brelease-R31-4731.BPaul Stewart2013-09-241-1/+1
* Support compiling with chipset task disabledRandall Spangler2013-09-235-15/+31
* Fix thermal.c compilation if fans are not present.Randall Spangler2013-09-233-1/+9
* stm32: Fix polarity of charger interruptRandall Spangler2013-09-2312-12/+12
* Record average runtime and delay of hooksVic Yang2013-09-231-12/+43
* lm4: make CONFIG_UART_HOST optionalRandall Spangler2013-09-202-6/+36
* cleanup: move test mocks to board/host and remove unused mocksRandall Spangler2013-09-197-212/+1
* Turn off backlight power when lid is closed.Jeremy Thorpe2013-09-191-11/+9
* cleanup: move board-specific battery files to board dirsRandall Spangler2013-09-1915-59/+22
* Fix console channel name listVic Yang2013-09-181-1/+3
* Haswell: Add control for touchscreen resetDave Parker2013-09-181-0/+17
* ec: fix duplicate 'const' declarartion.Yunlian Jiang2013-09-171-1/+1
* Remove 'sb' and 'sbc' console commandsstabilize-4701.BVic Yang2013-09-171-78/+0
* Mock smart battery at lower levelVic Yang2013-09-172-26/+19
* Fake I2C device support for emulatorVic Yang2013-09-174-0/+128
* stm32: Use DMA for UART receiveRandall Spangler2013-09-165-36/+170
* Add hook statisticsVic Yang2013-09-143-1/+70
* Simplify uart_tx_start()Randall Spangler2013-09-144-23/+15
* Fix task priorities for console and hostcmd tasksRandall Spangler2013-09-148-16/+16
* Remove unused uart functionsRandall Spangler2013-09-132-68/+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-127-159/+60
* stm32: Support DMA-based UART outputRandall Spangler2013-09-116-8/+127
* Split uart_process() into input and output processingRandall Spangler2013-09-115-57/+51
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-118-10/+51
* 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-1123-35/+1322
* Initalize DMA before UARTRandall Spangler2013-09-105-3/+22
* 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-062-1/+40
* pit: Add board specific keyscan configWonjoon Lee2013-09-062-0/+16
* falco: delay LCD VCC enable by 270msAaron Durbin2013-09-064-17/+64
* Add command for Haswell to pause in s5 at shutdownBill Richardson2013-09-066-2/+48
* Introducing MPU module for Cortex-M3Daisuke Nojiri2013-09-057-0/+246
* Enable charging on KirbyVic Yang2013-09-056-22/+46
* Set termination current to minimum for BQ24192 chargerVic Yang2013-09-051-0/+22
* Allow parallel unit testing in make_all.shVic Yang2013-09-051-1/+1
* Add boot key testVic Yang2013-09-056-5/+100
* Add multi-step test supportVic Yang2013-09-054-51/+115
* Extend charge state machine to accommodate KirbyVic Yang2013-09-056-30/+184
* Temporary OTG and external power supportVic Yang2013-09-056-5/+98
* kirby: Enable backlight in S0Vic Yang2013-09-051-0/+15