Message ID | 20220926203800.16771-1-quic_bjorande@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | clock: qcom: SC8280XP display clock controller | expand |
On Mon, 26 Sep 2022 13:37:58 -0700, Bjorn Andersson wrote: > This adds binding and implementation of the SC8280XP display clock controller. > > Bjorn Andersson (2): > dt-bindings: clock: Add Qualcomm SC8280XP display clock bindings > clk: qcom: Add SC8280XP display clock controller > > .../bindings/clock/qcom,dispcc-sc8280xp.yaml | 97 + > drivers/clk/qcom/Kconfig | 9 + > drivers/clk/qcom/Makefile | 1 + > drivers/clk/qcom/dispcc-sc8280xp.c | 3218 +++++++++++++++++ > .../dt-bindings/clock/qcom,dispcc-sc8280xp.h | 100 + > 5 files changed, 3425 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/qcom,dispcc-sc8280xp.yaml > create mode 100644 drivers/clk/qcom/dispcc-sc8280xp.c > create mode 100644 include/dt-bindings/clock/qcom,dispcc-sc8280xp.h > > [...] Applied, thanks! [1/2] dt-bindings: clock: Add Qualcomm SC8280XP display clock bindings commit: 73d9c10a96e52aaa2cd19806ac127a3a0e87c410 [2/2] clk: qcom: Add SC8280XP display clock controller commit: 4a66e76fdb6d0c742ad13db45888c14a9c1ef1a9 Best regards,