summaryrefslogtreecommitdiff
path: root/chip/lm4/lpc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge i8042.c into keyboard_8042.cRandall Spangler2013-03-291-3/+3
* Tidy ACPI debug outputRandall Spangler2012-12-181-1/+9
* More supports for A20 enable/disableLouis Yung-Chieh Lo2012-11-041-0/+7
* Switch PWM to use HOOK_SECOND instead of its own taskRandall Spangler2012-10-301-2/+2
* Clean up LPC moduleRandall Spangler2012-10-301-74/+52
* Switch LPC to use HOOK_TICK instead of taskRandall Spangler2012-10-301-10/+8
* Use SECOND and MSEC constantsRandall Spangler2012-10-291-1/+1
* Clean up i8042 moduleRandall Spangler2012-10-231-6/+2
* Hook functions no longer return valuesRandall Spangler2012-10-231-12/+6
* link: host command params must be 32-bit alignedRandall Spangler2012-10-171-1/+2
* link: don't rely on host-write interrupt statusRandall Spangler2012-10-171-36/+55
* Improve handling of bursts of port 80 writesRandall Spangler2012-09-171-2/+8
* Reset LPC from-host channel status on LPC resetRandall Spangler2012-09-171-2/+12
* Copy host command params out of LPC space during checksummingRandall Spangler2012-08-281-11/+22
* Add new EC_RES_IN_PROGRESS result codeSimon Glass2012-08-161-0/+4
* port80: Track and export last post code in previous bootDuncan Laurie2012-08-131-0/+4
* Enhance port 80 loggingRandall Spangler2012-08-071-0/+4
* Add support for ACPI read/write commandsRandall Spangler2012-07-301-45/+102
* Change host command params/response pointers to void *Randall Spangler2012-07-261-6/+7
* don't crash when receiving ACPI query on legacy channelVincent Palatin2012-07-251-0/+24
* Fix order of init hooks so chipset is called before power buttonRandall Spangler2012-07-241-1/+1
* host_command: Add send_result() to the arg structureSimon Glass2012-07-231-24/+24
* Revert "host_command: Add send_result() to the arg structure"Randall Spangler2012-07-221-25/+26
* Support up to 24 thermal sensorsRandall Spangler2012-07-221-1/+5
* host_command: Add send_result() to the arg structureSimon Glass2012-07-221-26/+25
* Add keyboard recovery eventRandall Spangler2012-07-121-1/+10
* Simplify host event processingRandall Spangler2012-07-121-37/+12
* Support new-style LPC command interface in EC, ectoolRandall Spangler2012-07-121-13/+99
* Use response pointer and size from host command args structRandall Spangler2012-07-121-3/+4
* Map 256 bytes of data for host command args/paramsRandall Spangler2012-07-121-25/+23
* Pass maximum size of response buffer in via host command handler argsRandall Spangler2012-07-121-0/+1
* Initialize memory mapped data and add data versionsRandall Spangler2012-07-121-1/+3
* Ensure at least one LPC status bit is 0 at init time.Louis Yung-Chieh Lo2012-07-111-13/+19
* Move host_cmd_handler_args farther up the call chainRandall Spangler2012-07-111-6/+12
* Host command interface has only one slot nowRandall Spangler2012-07-101-86/+87
* Move ACPI query-event handling to LPC interruptRandall Spangler2012-07-101-11/+49
* Add new event for host interface readyRandall Spangler2012-07-071-0/+2
* Add memory-mapped data support for I2C and SPI protocolsRandall Spangler2012-07-071-1/+1
* Remove unnecessary host_send_result()Simon Glass2012-07-021-9/+7
* Size-check EC LPC response sizeRandall Spangler2012-06-121-0/+6
* Use EC LPC arbitration to prevent host writes to memmap spaceRandall Spangler2012-06-121-5/+28
* Disable unused BDS functionalityRandall Spangler2012-05-171-8/+0
* Fix some behaviors of keyboard command handlers.Louis Yung-Chieh Lo2012-05-171-4/+34
* de-LPCify the EC host interfaceVincent Palatin2012-05-151-5/+5
* Slightly update the host commands APIVincent Palatin2012-05-141-2/+11
* Add hooks for chipset power transitionsRandall Spangler2012-05-091-0/+11
* Refactor async console outputRandall Spangler2012-04-241-6/+11
* Implement HOOK_SYSJUMP and use it to preserve LPC host event maskRandall Spangler2012-04-191-99/+131
* Added HOOK_INIT for driver module initsRandall Spangler2012-04-191-1/+3
* Clean up initsRandall Spangler2012-04-191-0/+3