| From: |
| Bjorn Andersson <bjorn@kryo.se> |
| To: |
| Ohad Ben-Cohen <ohad@wizery.com> |
| Subject: |
| [PATCH v2 0/4] Qualcomm WCNSS Peripheral Image Loader |
| Date: |
| Sun, 27 Dec 2015 17:15:42 -0800 |
| Message-ID: |
| <1451265346-14969-1-git-send-email-bjorn.andersson@sonymobile.com> |
| Cc: |
| Ian Campbell <ijc+devicetree@hellion.org.uk>, Mark Rutland <mark.rutland@arm.com>, Pawel Moll <pawel.moll@arm.com>, Rob Herring <robh+dt@kernel.org>, devicetree@vger.kernel.org, fengwei.yin@linaro.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, srinivas.kandagatla@linaro.org |
| Archive‑link: | |
Article |
This series provides the minimum changes needed to use remotproc on the
Qualcomm platform and then introduces the Peripheral Image Loader for
the WCNSS core.
Bjorn Andersson (4):
remoteproc: core: Make the loaded resource table optional
remoteproc: Add additional crash reasons
dt-binding: remoteproc: Introduce Qualcomm WCNSS loader binding
remoteproc: qcom: Introduce WCNSS peripheral image loader
.../bindings/remoteproc/qcom,wcnss-pil.txt | 92 ++++
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 | 550 +++++++++++++++++++++
drivers/remoteproc/remoteproc_core.c | 10 +-
include/linux/remoteproc.h | 4 +
8 files changed, 884 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
--
2.5.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/