summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* charger: Add delay in tasker task to avoid lockupSimon Glass2012-07-131-0/+3
* Add a test of charging state machineVic Yang2012-07-083-0/+208
* Add new event for host interface readyRandall Spangler2012-07-071-3/+5
* Increase UART output buffer size on LM4Randall Spangler2012-07-071-12/+23
* gaia: add lid switch functionality to power statesDavid Hendricks2012-07-071-8/+40
* Support host event get/set/clear on all host interfacesRandall Spangler2012-07-075-37/+58
* Add memory-mapped data support for I2C and SPI protocolsRandall Spangler2012-07-073-29/+62
* snow: Add pmu command to print out pmu registersSimon Glass2012-07-051-0/+52
* CHERRY-PICK: stm32: de-activate all flash accesses for pstateRong Chang2012-07-031-1/+6
* Initialize PMU default settings using board configurationRong Chang2012-07-032-17/+25
* x86power module must init before power button moduleRandall Spangler2012-07-031-2/+1
* Fix flash_dataptr() to support flash at zeroSimon Glass2012-07-031-11/+13
* Add host_command_process() to process a command immediatelySimon Glass2012-07-031-11/+20
* Lower PECI baud rate and increase poll frequencyVic Yang2012-07-031-6/+16
* Remove hardcoded size in temp_sensor_command_get_info()Vic Yang2012-07-031-1/+1
* Prevent strzcpy access out-of-boundVic Yang2012-07-031-0/+2
* flash: Provide direct flash access with flash_dataptr()Simon Glass2012-07-021-20/+22
* Add a repeat count parameter to the battery commandSimon Glass2012-07-021-42/+66
* Retry to update power led after 1wire errorRong Chang2012-07-021-3/+10
* Remove unnecessary host_send_result()Simon Glass2012-07-022-9/+7
* Daisy/Snow: Drive power LED with PWMDavid Hendricks2012-07-021-57/+5
* Fix multiple charging issues on snowRong Chang2012-07-012-15/+48
* Remove flash checksum host commandRandall Spangler2012-06-291-46/+8
* Add x86shutdown console commandRandall Spangler2012-06-291-50/+94
* Fix a bug in battery temperature cut offVic Yang2012-06-281-1/+2
* Use __packed instead of __attribute__((packed))Randall Spangler2012-06-281-3/+4
* Do not trickle charge when battery ask for no currentVic Yang2012-06-281-1/+2
* Fix a bug of temperature unit mismatchVic Yang2012-06-271-2/+2
* Stub smart battery read/write functionsVic Yang2012-06-272-1/+22
* Add a test of i8042 scancode setVic Yang2012-06-271-1/+5
* tpschrome: skip bad I2C readVincent Palatin2012-06-262-5/+7
* TPSChrome charging loopRong Chang2012-06-263-107/+349
* Refactor boot key detectionRandall Spangler2012-06-261-8/+13
* Only one RW image is now the defaultRandall Spangler2012-06-266-12/+18
* Strip out vboot signature code and stay in RO for linkRandall Spangler2012-06-264-212/+245
* Add hash supportRandall Spangler2012-06-253-3/+309
* Remove proto1 workaroundsRandall Spangler2012-06-252-32/+1
* Add a test of checking power button handlingVic Yang2012-06-252-0/+107
* Thermal engine unit testVic Yang2012-06-252-0/+141
* Add 'fanduty' command both EC console and ectool.Bill Richardson2012-06-221-0/+10
* link: update VR settingsVincent Palatin2012-06-221-2/+2
* IR357x core/gfx regulator supportVincent Palatin2012-06-222-0/+191
* stm32: drive the keyboard power LEDVincent Palatin2012-06-221-4/+73
* Disable thermal thresholds for TMP006 sensor near CPUVic Yang2012-06-221-1/+6
* Enable checking for divide by 0 and alignment faultsSimon Glass2012-06-211-0/+2
* Add reboot-at-shutdown flagRandall Spangler2012-06-202-53/+67
* Fix deep discharging poweroff functionRong Chang2012-06-201-8/+2
* Support KBC I8042_TEST_KB_PORT (0xab) command.Louis Yung-Chieh Lo2012-06-191-0/+4
* Set GPIO_ENTERING_RW before jumping between images.release-R21-2465.BRandall Spangler2012-06-191-0/+9
* Implement x86 force shutdownRong Chang2012-06-191-2/+14