summaryrefslogtreecommitdiff
path: root/include/host_command.h
Commit message (Expand)AuthorAgeFilesLines
* host_command: Count suppressed host commands individuallyDaisuke Nojiri2018-02-161-3/+0
* host_command: Suppress individual host command debug logDaisuke Nojiri2018-01-221-0/+3
* host_events: Introduce unified host event commandJenny TC2017-12-061-0/+23
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-17/+14
* ec_features: Move feature flags out of ec_command into its own unitPatrick Georgi2017-08-301-0/+4
* Enable two-byte responses from host command handlers.Jeff Andersen2017-05-251-4/+17
* host_command: Add host_is_event_setDaisuke Nojiri2017-05-241-0/+11
* system: Fixups in emulated sysrq codeNicolas Boichat2017-04-061-0/+8
* ec: Minor cleanup of private host command macros.Carl Hamilton2017-01-111-9/+6
* iec: Improve efficiency of host command dispatcherSam Hurst2017-01-061-8/+32
* Revert "ec: Improve efficiency of host command dispatcher"Vadim Bendebury2016-11-261-10/+5
* ec: Improve efficiency of host command dispatcherSam Hurst2016-11-231-5/+10
* include/host_command: Conditionally define host event functionsNicolas Boichat2016-11-161-0/+2
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* common: Include host/console commands based on HAS_TASK_HOSTCMD/CONSOLEShawn Nematbakhsh2015-12-181-0/+6
* pd: Allow EC to request PD hibernate via host commandShawn Nematbakhsh2015-10-051-0/+6
* acpi: Ensure continuity of memmap data with a read cacheShawn Nematbakhsh2015-07-281-19/+0
* Fix assertion crash in __wait_evt()Chiranjeevi Rapolu2015-06-251-0/+5
* Add option to enable GCC LTOVincent Palatin2015-05-191-1/+1
* ACPI: Support accessing memmap data over ACPI CMD / DATA portsstabilize-6915.BShawn Nematbakhsh2015-03-251-0/+14
* samus: fix lightbar tap sequence doesn't always show on AC eventAlec Berg2015-02-041-6/+3
* samus: automatically recover from charge circuit failuresstabilize-6752.BAlec Berg2015-02-031-1/+3
* lightbar: ask the PD MCU for the charge directionBill Richardson2014-12-111-0/+10
* EC: Add smart battery firmware update driverSheng-Liang Song2014-09-031-0/+10
* samus: Allow samus to charge w/o battery or with dead batterystabilize-5942.BAlec Berg2014-06-091-0/+6
* samus: Add EC <-> PD i2c interface using host commandsAlec Berg2014-06-051-0/+14
* lpc: Clean up processing wake eventsRandall Spangler2013-10-021-5/+0
* Host commands don't set the response pointerRandall Spangler2013-08-021-8/+8
* Abstract polite AP throttling into a functionBill Richardson2013-07-311-0/+8
* Refactor host command interface to support version 3 packetsRandall Spangler2013-06-201-4/+70
* Move i2c_old_response flag to i2c interface moduleRandall Spangler2013-06-141-1/+0
* Move lpc-specific flags out of host command argsRandall Spangler2013-06-141-1/+0
* haswell: fix driving of WAKE# pin on power button pressAaron Durbin2013-06-041-0/+5
* Fix host command in 64-bit executableVic Yang2013-05-081-3/+3
* Copy host command params out of LPC space during checksummingRandall Spangler2012-08-281-0/+1
* host_command: Add host_send_response() to send responsesSimon Glass2012-08-161-0/+10
* Change host command params/response pointers to void *Randall Spangler2012-07-261-2/+2
* Revert "Revert "i2c: Support command version numbers""Simon Glass2012-07-241-0/+1
* host_command: Add send_result() to the arg structureSimon Glass2012-07-231-11/+18
* Revert "host_command: Add send_result() to the arg structure"Randall Spangler2012-07-221-18/+11
* Revert "i2c: Support command version numbers"Randall Spangler2012-07-221-1/+0
* i2c: Support command version numbersSimon Glass2012-07-221-0/+1
* host_command: Add send_result() to the arg structureSimon Glass2012-07-221-11/+18
* Add second copy of event stateRandall Spangler2012-07-121-1/+1
* Use response pointer and size from host command args structRandall Spangler2012-07-121-4/+5
* Pass maximum size of response buffer in via host command handler argsRandall Spangler2012-07-121-1/+7
* Move host_cmd_handler_args farther up the call chainRandall Spangler2012-07-111-12/+3
* Refactor API for host commands, and handle variable length data betterRandall Spangler2012-07-111-7/+26
* Host command interface has only one slot nowRandall Spangler2012-07-101-17/+13
* Support host event get/set/clear on all host interfacesRandall Spangler2012-07-071-3/+34