This patch set adds a driver for the TCSR (Top Control and Status Register) block that is present in the IPQ8064, APQ8064, and some later processors. The TCSR is responsible for accessing configuration and mux settings for a variety of peripherals. The initial version of this driver exposes configuration settings for the USB PHY selection and ADM DMA CRCI muxing. Andy Gross (2): soc: qcom: Add TCSR driver soc: qcom: Add device tree binding for TCSR .../devicetree/bindings/soc/qcom/qcom,tcsr.txt | 33 ++++++++ drivers/soc/qcom/Kconfig | 7 ++ drivers/soc/qcom/Makefile | 1 + drivers/soc/qcom/qcom_tcsr.c | 83 ++++++++++++++++++++ include/dt-bindings/soc/qcom,tcsr.h | 34 ++++++++ include/soc/qcom/qcom_tcsr.h | 21 +++++ 6 files changed, 179 insertions(+) create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,tcsr.txt create mode 100644 drivers/soc/qcom/qcom_tcsr.c create mode 100644 include/dt-bindings/soc/qcom,tcsr.h create mode 100644 include/soc/qcom/qcom_tcsr.h -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html