[PATCH v7 0/5] Add multimode invoke request IOCTL support

From: Ekansh Gupta
Date: Tue Nov 21 2023 - 04:49:07 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 | 492 +++++++++++++++++++++++++++++-------
include/uapi/misc/fastrpc.h | 52 ++++
2 files changed, 459 insertions(+), 85 deletions(-)

--
2.17.1