Message ID | 20241025-sa8775p-mm-v4-resend-patches-v6-0-329a2cac09ae@quicinc.com |
---|---|
Headers | show |
Series | Add support for videocc, camcc, dispcc0 and dispcc1 on Qualcomm SA8775P platform. | expand |
On Fri, 25 Oct 2024 14:22:52 +0530, Taniya Das wrote: > [v6] > Update commit subject and commit message for both the DT patches [Bjorn] > Subset of the patch series applied: (Removed from this series) > Link to v5: https://lore.kernel.org/r/20241011-sa8775p-mm-v4-resend-patches-v5-0-4a9f17dc683a@quicinc.com > > [v5] > Rebased the device tree patch to add clock controller nodes. > > [...] Applied, thanks! [1/2] arm64: dts: qcom: sa8775p: Update sleep_clk frequency commit: 30f7dfd2c4899630becf477447e8bbe92683d2c6 [2/2] arm64: dts: qcom: sa8775p: Add support for clock controllers commit: 727dc481e50a4de846c49d6ef761616f299d127b Best regards,
[v6] Update commit subject and commit message for both the DT patches [Bjorn] Subset of the patch series applied: (Removed from this series) Link to v5: https://lore.kernel.org/r/20241011-sa8775p-mm-v4-resend-patches-v5-0-4a9f17dc683a@quicinc.com [v5] Rebased the device tree patch to add clock controller nodes. [v4] Changes in [v4] compared to [v3] Videocc: Update the mvs0/mvs1 gdsc to use HW_CTRL_TRIGGER [Konrad and Qualcomm internal discussions] Camcc: Add new clock to the clock tree. Change the patch order for 'Update sleep_clk frequency to 32000 on SA8775P' [Krzysztof] Changes in [v3] compared to [v2]: Update the qcom_cc_really_probe() to use &pdev->dev, for the CAMCC, DISPCC & VIDEOCC drivers. [v2] https://lore.kernel.org/all/20240612-sa8775p-mm-clock-controllers-v1-0-db295a846ee7@quicinc.com/ Changes in [v2] compared to [v1]: [PATCH 1/8]: Updated bindings to reference qcom,gcc.yaml [PATCH 3/8]: Updated bindings to reference qcom,gcc.yaml [PATCH 5/8]: Updated bindings to reference qcom,gcc.yaml [PATCH 7/8]: Split updating sleep_clk frequency to separate patch [PATCH 8/8]: Newly added to update sleep_clk frequency to 32000 These multimedia clock controller and device tree patches are split from the below [v1] series. [v1] https://lore.kernel.org/all/20240531090249.10293-1-quic_tdas@quicinc.com/ Signed-off-by: Taniya Das <quic_tdas@quicinc.com> --- Taniya Das (2): arm64: dts: qcom: sa8775p: Update sleep_clk frequency arm64: dts: qcom: sa8775p: Add support for clock controllers arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi | 2 +- arch/arm64/boot/dts/qcom/sa8775p.dtsi | 57 ++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 1 deletion(-) --- base-commit: 0cca97bf23640ff68a6e8a74e9b6659fdc27f48c change-id: 20241010-sa8775p-mm-v4-resend-patches-42735def52a0 Best regards,