soc: qcom: Remote filesystem memory driver
authorBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 16 Oct 2017 18:17:08 +0000 (13:17 -0500)
committerAndy Gross <andy.gross@linaro.org>
Sun, 22 Oct 2017 10:06:34 +0000 (05:06 -0500)
commitd1de6d6c639b7827c42c4750b8101ed1049e1c72
tree888df635b26875b4cdbc54454d12c070cf9f5788
parent2501ec14048d24d98651d2204cdf9cb33a127199
soc: qcom: Remote filesystem memory driver

The Qualcomm remote file system protocol is used by certain remoteprocs,
in particular the modem, to read and write persistent storage in
platforms where only the application CPU has physical storage access.

The protocol is based on a set of QMI-encoded control-messages and a
shared memory buffer for exchaning the data. This driver implements the
latter, providing the user space service access to the carved out chunk
of memory.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
drivers/of/platform.c
drivers/soc/qcom/Kconfig
drivers/soc/qcom/Makefile
drivers/soc/qcom/rmtfs_mem.c [new file with mode: 0644]