[PATCH 0/4] WCNSS Peripheral Image Loader

From: Bjorn Andersson
Date: Sat Sep 26 2015 - 01:27:27 EST


This series provides the minimum changes needed to use remotproc on the
Qualcomm platform, it then introduces the Peripheral Image Loader for
the WCNSS core.


The implementation depends on https://lkml.org/lkml/2015/9/24/723

Bjorn Andersson (4):
remoteproc: core: Make the loaded resource table optional
remoteproc: Add additional crash reasons
remoteproc: qcom: Introduce WCNSS peripheral image loader
dt-binding: remoteproc: Introduce Qualcomm WCNSS loader binding

.../bindings/remoteproc/qcom,wcnss-pil.txt | 107 ++++
drivers/remoteproc/Kconfig | 11 +
drivers/remoteproc/Makefile | 2 +
drivers/remoteproc/qcom_mdt_loader.c | 213 +++++++
drivers/remoteproc/qcom_mdt_loader.h | 8 +
drivers/remoteproc/qcom_wcnss.c | 615 +++++++++++++++++++++
drivers/remoteproc/remoteproc_core.c | 10 +-
include/linux/remoteproc.h | 4 +
8 files changed, 964 insertions(+), 6 deletions(-)
create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,wcnss-pil.txt
create mode 100644 drivers/remoteproc/qcom_mdt_loader.c
create mode 100644 drivers/remoteproc/qcom_mdt_loader.h
create mode 100644 drivers/remoteproc/qcom_wcnss.c

--
1.8.2.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/