summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add system_is_locked() to prevent sysjump on consumer systemsRandall Spangler2012-05-252-26/+31
* Better help for console commandsRandall Spangler2012-05-252-5/+31
* Cleanup - includes go in include dirRandall Spangler2012-05-253-0/+204
* Keyboard scan must stop driving columns when power button is pressed.Louis Yung-Chieh Lo2012-05-243-1/+9
* Add EC command to report board versionVadim Bendebury2012-05-221-0/+6
* Add LPC command to handle vboot stuff.Bill Richardson2012-05-222-0/+40
* Add support for printing fixed-point numbersRandall Spangler2012-05-221-2/+6
* Disable touchscreen when lid is closed and in S3Randall Spangler2012-05-212-0/+6
* Even more debug command cleanup to save spaceRandall Spangler2012-05-211-34/+0
* Add host command to read temperature sensor infoVic Yang2012-05-221-0/+14
* Clean up debug commands to use less spaceRandall Spangler2012-05-211-0/+2
* Add LM4 support for hard resetRandall Spangler2012-05-211-29/+15
* Use common host command processing for Daisy I2CVincent Palatin2012-05-183-64/+19
* Add a list of I2C portsRandall Spangler2012-05-171-0/+7
* Add AC state change hookRandall Spangler2012-05-172-0/+4
* Fix some behaviors of keyboard command handlers.Louis Yung-Chieh Lo2012-05-172-1/+20
* stm32: add a FIFO for keyboard usageDavid Hendricks2012-05-161-0/+3
* de-LPCify the EC host interfaceVincent Palatin2012-05-152-154/+154
* Sort console commands at build timeVincent Palatin2012-05-151-1/+1
* Merge "Slightly update the host commands API"Gerrit2012-05-143-12/+50
|\
| * Slightly update the host commands APIVincent Palatin2012-05-143-12/+50
* | Change polarity of PROCHOT signal to match EVTRandall Spangler2012-05-141-0/+3
|/
* Allow console commands abbreviationVadim Bendebury2012-05-142-1/+5
* timer: Allow callers to pass 'now' to timestamp_expired()Simon Glass2012-05-141-1/+2
* Maintain timer value across sysjumps and clean up init debug outputRandall Spangler2012-05-111-2/+3
* Enable verified boot for EC firmwareBill Richardson2012-05-101-0/+8
* Allow boards to set the default console maskSimon Glass2012-05-101-0/+7
* Drop DPWROK when system is off for more than 10 secrelease-R20-2268.BRandall Spangler2012-05-091-7/+16