Message ID | 20230117180429.305266-1-brgl@bgdev.pl (mailing list archive) |
---|---|
Headers | show |
Series | qcom: sa8775p: add the GCC clock driver for Qualcomm SA8775P platforms | expand |
On Tue, 17 Jan 2023 19:04:27 +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> > > Add the DT bindings and driver for the GCC clock on the sa8775p platform > from Qualcomm. > > v1 -> v2: > - fix examples in DT bindings and make sure they pass tests > - use lowercase letters in hex numbers > - fix the name of DT compatible and headers (gcc-sa8775p -> sa8775p-gcc) > - fix licensing of DT bindings > - fix the regmap's max_register property > - use clk_regmap_phy_mux_ops where applicable > - other minor tweaks and improvements > > [...] Applied, thanks! [1/2] dt-bindings: clock: qcom: document the GCC clock on Qualcomm sa8775p commit: 0fff9fa043f972b83935016b0e81d44d9a2229bd [2/2] clk: qcom: add the GCC driver for sa8775p commit: 08c51ceb12f7ce2252513a38ad8a8ed26103a4e2 Best regards,
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Add the DT bindings and driver for the GCC clock on the sa8775p platform from Qualcomm. v1 -> v2: - fix examples in DT bindings and make sure they pass tests - use lowercase letters in hex numbers - fix the name of DT compatible and headers (gcc-sa8775p -> sa8775p-gcc) - fix licensing of DT bindings - fix the regmap's max_register property - use clk_regmap_phy_mux_ops where applicable - other minor tweaks and improvements Bartosz Golaszewski (1): dt-bindings: clock: qcom: document the GCC clock on Qualcomm sa8775p Shazad Hussain (1): clk: qcom: add the GCC driver for sa8775p .../bindings/clock/qcom,sa8775p-gcc.yaml | 79 + drivers/clk/qcom/Kconfig | 9 + drivers/clk/qcom/Makefile | 1 + drivers/clk/qcom/gcc-sa8775p.c | 4805 +++++++++++++++++ include/dt-bindings/clock/qcom,sa8775p-gcc.h | 320 ++ 5 files changed, 5214 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/qcom,sa8775p-gcc.yaml create mode 100644 drivers/clk/qcom/gcc-sa8775p.c create mode 100644 include/dt-bindings/clock/qcom,sa8775p-gcc.h