On Fri Jun 27, 2025 at 5:10 PM CEST, Konrad Dybcio wrote: > On 6/25/25 11:12 AM, Luca Weiss wrote: >> Document and add the clock drivers for GCC, CAMCC, DISPCC, GPUCC and >> VIDEOCC on the SM7635 SoC. >> >> Signed-off-by: Luca Weiss <luca.we...@fairphone.com> >> --- >> Luca Weiss (10): >> dt-bindings: clock: qcom: document the SM7635 Global Clock Controller >> clk: qcom: Add Global Clock controller (GCC) driver for SM7635 >> dt-bindings: clock: qcom: document the SM7635 Camera Clock Controller >> clk: qcom: Add Camera Clock controller (CAMCC) driver for SM7635 >> dt-bindings: clock: qcom: document the SM7635 Display Clock Controller >> clk: qcom: Add Display Clock controller (DISPCC) driver for SM7635 >> dt-bindings: clock: qcom: document the SM7635 GPU Clock Controller >> clk: qcom: Add Graphics Clock controller (GPUCC) driver for SM7635 >> dt-bindings: clock: qcom: document the SM7635 Video Clock Controller >> clk: qcom: Add Video Clock controller (VIDEOCC) driver for SM7635 > > We had a massive yak shaving patchset go in this season, please move > the magic settings in .probe to qcom_cc_driver_data {}
Okay cool, I found them https://lore.kernel.org/linux-arm-msm/174970084192.547582.612305407582982706.b4...@kernel.org/ > > Konrad