On 15-11-21, 23:38, quic_vamslank@xxxxxxxxxxx wrote: > From: Vamsi Krishna Lanka <quic_vamslank@xxxxxxxxxxx> > > Hello, > > Changes from v3: > - Fixed DTbindings and unused varaibles errors reported by kernel test bot > - Rebased on top of v5.16-rc1 > > Changes from v2: > - Addressed Taniya Das and Vinod Koul's comments related to adding LUCID_EVO Ah wasnt aware the comments are fixed. It is a good practice to reply to reviewers about the comments > PLL type and rpmh support patches > - Collected Rob's Acked-by for the dt-bindings patches > > Changes from v1: > - Addressed Bjorn's comments related to the GCC support patch > - Collected Bjorn's and Rob's Reviewed-by for the dt-bindings patches > > This patch series adds bindings and device driver changes for GCC, pdc and RPMh > clock support for SDX65 Platform. > > Thanks, > Vamsi > > .../bindings/clock/qcom,gcc-sdx65.yaml | 78 + > .../bindings/clock/qcom,rpmhcc.yaml | 1 + > .../interrupt-controller/qcom,pdc.txt | 1 + > drivers/clk/qcom/Kconfig | 8 + > drivers/clk/qcom/Makefile | 1 + > drivers/clk/qcom/clk-alpha-pll.c | 171 ++ > drivers/clk/qcom/clk-alpha-pll.h | 3 + > drivers/clk/qcom/clk-rpmh.c | 25 + > drivers/clk/qcom/gcc-sdx65.c | 1589 +++++++++++++++++ > include/dt-bindings/clock/qcom,gcc-sdx65.h | 122 ++ > 10 files changed, 1999 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-sdx65.yaml > create mode 100644 drivers/clk/qcom/gcc-sdx65.c > create mode 100644 include/dt-bindings/clock/qcom,gcc-sdx65.h > > > base-commit: 8ab774587903771821b59471cc723bba6d893942 > -- > 2.33.1 -- ~Vinod