[PATCH v1 0/5] Add multimode invoke request IOCTl support

From: Ekansh Gupta
Date: Thu Aug 31 2023 - 12:28:26 EST


Add changes to support multimode invocation ioctl request. This
ioctl call facilitates multiple types of requests from user including
CRC check, performance counters, shared context bank usage, etc.
This series also carries patch to save and restore interrupted
context.

Ekansh Gupta (5):
misc: fastrpc: Add fastrpc multimode invoke request support
misc: fastrpc: Add CRC support for remote buffers
misc: fastrpc: Capture kernel and DSP performance counters
misc: fastrpc: Add support to save and restore interrupted
misc: fastrpc: Add support to allocate shared context bank

drivers/misc/fastrpc.c | 478 ++++++++++++++++++++++++++++++++++++--------
include/uapi/misc/fastrpc.h | 39 ++++
2 files changed, 433 insertions(+), 84 deletions(-)

--
2.7.4