From: AngeloGioacchino Del Regno <kholk11@xxxxxxxxx> This is the Global Clock Controller (GCC) driver for MSM8956, MSM8976 and APQ variants and it has been tested on two Sony phones featuring the Qualcomm MSM8956 SoC. This driver is responsible for providing clocks support for also the MDSS and GFX3D, as these clocks are located in the GCC space here. The personal aim is to upstream the MSM8956 SoC as much as possible and, at the end, to add support for the Xperia X, X Compact and if feasible also the Xperia Touch projector (APQ8056). Changes in v2: - Rebased onto linux-next 20191015 - Fixed platform driver name (qcom,gcc-8976 => gcc-msm8976) - Splitted changes to dt-bindings to a separate commit AngeloGioacchino Del Regno (2): clk: qcom: Add MSM8976/56 Global Clock Controller (GCC) driver dt-bindings: clock: Document MSM8976 gcc compatible .../devicetree/bindings/clock/qcom,gcc.txt | 1 + drivers/clk/qcom/Kconfig | 8 + drivers/clk/qcom/Makefile | 1 + drivers/clk/qcom/gcc-msm8976.c | 4215 +++++++++++++++++ include/dt-bindings/clock/qcom,gcc-msm8976.h | 293 ++ 5 files changed, 4518 insertions(+) create mode 100644 drivers/clk/qcom/gcc-msm8976.c create mode 100644 include/dt-bindings/clock/qcom,gcc-msm8976.h -- 2.21.0