summaryrefslogtreecommitdiff
path: root/chip/ish/ipc_heci.c
Commit message (Expand)AuthorAgeFilesLines
* ish/heci: initialize msg.payload before using itPatrick Georgi2021-06-171-1/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* ish: chip enablement of ish5.4 on tgl rvp platformLeifu Zhao2019-11-091-1/+15
* ish: power management temp code is really neededDenis Brockus2019-06-201-8/+2
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-201-8/+8
* ish: remove conditional compilation where possibleDenis Brockus2019-06-171-13/+13
* ish: update firmware statusHyungwoo Yang2019-05-141-0/+3
* ish/heci: print protocol for discarded msgsJett Rink2019-05-031-1/+1
* ish: refactor IPC usage of REG macros into registers.hJack Rosenthal2019-05-021-42/+24
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-241-1/+1
* mkbp: take timestamp closer to hardware interruptJett Rink2019-04-241-5/+24
* ish: move register definitions to register.hJett Rink2019-04-181-21/+0
* ish: reduce hostcmd size to fit within HECIJett Rink2019-04-101-1/+1
* ish: remove sync fw clock printJett Rink2019-04-081-4/+1
* ish: ipc: fix no credit errorHyungwoo Yang2019-04-081-2/+7
* ish: print heci error messages when occurJett Rink2019-04-051-7/+2
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-14/+14
* ish: update power rail request (vnn)li feng2019-02-201-0/+25
* cleanup: do not try to copy to/from NULLJett Rink2019-02-141-1/+2
* ISH: IPC: implement generic IPC layerHyungwoo Yang2018-12-271-0/+729