summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add new event for host interface readyRandall Spangler2012-07-071-1/+15
* Support host event get/set/clear on all host interfacesRandall Spangler2012-07-071-3/+34
* Add memory-mapped data support for I2C and SPI protocolsRandall Spangler2012-07-072-0/+27
* Initialize PMU default settings using board configurationRong Chang2012-07-031-0/+18
* Fix flash_dataptr() to support flash at zeroSimon Glass2012-07-031-7/+7
* Add host_command_process() to process a command immediatelySimon Glass2012-07-031-0/+13
* gpio: Add fast access to GPIO levelSimon Glass2012-07-021-0/+12
* flash: Provide direct flash access with flash_dataptr()Simon Glass2012-07-021-0/+37
* stm32: Use a timer as the watchdog warningSimon Glass2012-07-021-0/+44
* Remove unnecessary host_send_result()Simon Glass2012-07-021-8/+3
* Daisy/Snow: Drive power LED with PWMDavid Hendricks2012-07-021-0/+10
* Fix multiple charging issues on snowRong Chang2012-07-011-0/+38
* Remove unneeded include from ec_commands.hRandall Spangler2012-06-291-2/+0
* Tidy ec command header file. Whitespace/comment changes only.Randall Spangler2012-06-291-56/+127
* Remove flash checksum host commandRandall Spangler2012-06-291-24/+2
* Tidy util headers and make ec_commands.h not include other headersRandall Spangler2012-06-291-2/+0
* Implement board-level I2C arbitrationSimon Glass2012-06-291-0/+28
* Include board and config headers in common.hRandall Spangler2012-06-291-0/+9
* Use __packed instead of __attribute__((packed))Randall Spangler2012-06-283-52/+62
* Add time_since32() to return microseconds since a start timeSimon Glass2012-06-281-0/+17
* Stub smart battery read/write functionsVic Yang2012-06-272-13/+24
* TPSChrome charging loopRong Chang2012-06-262-3/+20
* Refactor boot key detectionRandall Spangler2012-06-262-14/+31
* Strip out vboot signature code and stay in RO for linkRandall Spangler2012-06-261-7/+14
* Add hash supportRandall Spangler2012-06-251-1/+44
* Add 'fanduty' command both EC console and ectool.Bill Richardson2012-06-222-0/+9
* Disable thermal thresholds for TMP006 sensor near CPUVic Yang2012-06-221-0/+2
* Add a dedicated panic() functionSimon Glass2012-06-221-0/+7
* Make ASSERT() report assertion failuresSimon Glass2012-06-222-1/+22
* Add reboot-at-shutdown flagRandall Spangler2012-06-202-13/+28
* Optimize performance of flash reads/writesRandall Spangler2012-06-181-5/+3
* Move watchdog_trace() into the generic watchdog fileSimon Glass2012-06-151-0/+12
* Convert panic() to C codeSimon Glass2012-06-081-0/+69
* Add option to adjust delay for indiviual temperature sensorVic Yang2012-06-081-0/+3
* Refactor the i8042 module to be thread-safe.Louis Yung-Chieh Lo2012-06-071-0/+40
* Misc keyboard module cleanupRandall Spangler2012-06-071-45/+7
* Put correct RO_FRID, RW_FWID_A, RW_FWID_B entries in FMAPBill Richardson2012-06-071-0/+1
* Move printf() formatting to its own file to enable re-useRandall Spangler2012-06-074-30/+62
* Unify the watchdog API over stm32 and lm4Simon Glass2012-06-051-1/+9
* Release keyboard recovery button on next power-onRandall Spangler2012-06-042-4/+10
* Add host command to switch LCD backlight and WLAN/BluetoothVic Yang2012-06-011-0/+19
* Assorted keyboard module cleanupRandall Spangler2012-05-311-1/+1
* Detect recovery key combinationVincent Palatin2012-05-311-0/+1
* Add basic SPI support to linkRandall Spangler2012-05-302-0/+12
* Merge "Add host command to simulate key press"Gerrit2012-05-291-0/+8
|\
| * Add host command to simulate key pressVic Yang2012-05-291-0/+8
* | Merge "usleep() chains to udelay() if called before task_start()"v1.1.0Gerrit2012-05-291-6/+10
|\ \
| * | usleep() chains to udelay() if called before task_start()Randall Spangler2012-05-291-6/+10
| |/
* | Add a way to set indiviual sensitivity factor for each TMP006 sensorVic Yang2012-05-281-0/+2
|/
* Make ectool correctly report when keyboard backlight is offVic Yang2012-05-262-0/+4