mbox series

[v2,0/3] misc: fastrpc: add ioctl for attaching to sensors pd

Message ID 20200908131013.19630-1-jonathan@marek.ca
Headers show
Series misc: fastrpc: add ioctl for attaching to sensors pd | expand

Message

Jonathan Marek Sept. 8, 2020, 1:10 p.m. UTC
Initializing sensors requires attaching to pd 2. Add an ioctl for that.

This corresponds to FASTRPC_INIT_ATTACH_SENSORS in the downstream driver.

v2:
 - define names of PD values in a separate patch
 - split out identation fix in a separate patch

Jonathan Marek (3):
  misc: fastrpc: fix indentation error in uapi header
  misc: fastrpc: define names for protection domain ids
  misc: fastrpc: add ioctl for attaching to sensors pd

 drivers/misc/fastrpc.c      | 16 ++++++++++++----
 include/uapi/misc/fastrpc.h |  5 +++--
 2 files changed, 15 insertions(+), 6 deletions(-)