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

From: Ekansh Gupta
Date: Wed Sep 20 2023 - 06:32:01 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 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 save and restore interrupted
misc: fastrpc: Add support to allocate shared context bank

drivers/misc/fastrpc.c | 355 +++++++++++++++++++++++++++++++++++++-------
include/uapi/misc/fastrpc.h | 26 ++++
2 files changed, 325 insertions(+), 56 deletions(-)

--
2.7.4