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-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html