These patches complete NAND flash support for ipq8064 based boards. Andy Gross (3): dtbindings: qcom_adm: Fix channel specifiers dmaengine: Add ADM driver arm: qcom: dts: ipq8064: Add ADM device node Archit Taneja (2): arm: qcom: dts: Add NAND controller node for ipq806x arm: qcom: dts: Enable NAND node on IPQ8064 AP148 platform Documentation/devicetree/bindings/dma/qcom_adm.txt | 16 +- arch/arm/boot/dts/qcom-ipq8064-ap148.dts | 42 + arch/arm/boot/dts/qcom-ipq8064.dtsi | 38 + drivers/dma/qcom/Kconfig | 10 + drivers/dma/qcom/Makefile | 1 + drivers/dma/qcom/qcom_adm.c | 900 +++++++++++++++++++++ 6 files changed, 997 insertions(+), 10 deletions(-) create mode 100644 drivers/dma/qcom/qcom_adm.c -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- 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