mbox series

[v4,0/5] Add multimode invoke request IOCTL support

Message ID 1697534799-5124-1-git-send-email-quic_ekangupt@quicinc.com (mailing list archive)
Headers show
Series Add multimode invoke request IOCTL support | expand

Message

Ekansh Gupta Oct. 17, 2023, 9:26 a.m. UTC
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      | 491 ++++++++++++++++++++++++++++++++++++--------
 include/uapi/misc/fastrpc.h |  52 +++++
 2 files changed, 458 insertions(+), 85 deletions(-)