Message ID | 20231214-topic-sc8180_fixes-v1-0-421904863006@linaro.org |
---|---|
Headers | show |
Series | SC8180X fixes | expand |
On Thu, 14 Dec 2023 19:13:37 +0100, Konrad Dybcio wrote: > 8180 has quite a big of bugs, this series fixes some of them. > clk_ignore_unused & d_ignore_unused are no longer necessary (at least > as far as I could test, through remote console access..) > > p1 for Georgi, rest for qcom > > The keen-eyed among you (hi Krzysztof) will notice that there are no > bindings updates, mostly because half of 8180x is undocumented.. I > intend to help fix that up in a separate series, hopefully soon :) > > [...] Applied, thanks! [2/6] arm64: dts: qcom: sc8180x: Add UFS GDSC commit: 2564209891a436f71c6c8a245d3b56cf4382d65d [3/6] arm64: dts: qcom: sc8180x: Add missing MDP clocks commit: 4978dfde89b1f454c88bc5519dc996cc5b58d72e [4/6] arm64: dts: qcom: sc8180x: Add interconnects to UFS commit: 384ea2aa2066d27c20257550ba91418401b91199 [5/6] arm64: dts: qcom: sc8180x: Describe the GIC redistributor commit: c879ee11791adf7e29d2fb615bf176504ed51465 [6/6] arm64: dts: qcom: sc8180x-primus: Allow UFS regulators load/mode setting commit: b7b9a6aa7aea2bcba2d35d65e4ce2913115485a3 Best regards,
8180 has quite a big of bugs, this series fixes some of them. clk_ignore_unused & d_ignore_unused are no longer necessary (at least as far as I could test, through remote console access..) p1 for Georgi, rest for qcom The keen-eyed among you (hi Krzysztof) will notice that there are no bindings updates, mostly because half of 8180x is undocumented.. I intend to help fix that up in a separate series, hopefully soon :) Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Konrad Dybcio (6): interconnect: qcom: sc8180x: Mark CO0 BCM keepalive arm64: dts: qcom: sc8180x: Add UFS GDSC arm64: dts: qcom: sc8180x: Add missing MDP clocks arm64: dts: qcom: sc8180x: Add interconnects to UFS arm64: dts: qcom: sc8180x: Describe the GIC redistributor arm64: dts: qcom: sc8180x-primus: Allow UFS regulators load/mode setting arch/arm64/boot/dts/qcom/sc8180x-primus.dts | 6 ++++++ arch/arm64/boot/dts/qcom/sc8180x.dtsi | 19 +++++++++++++++++-- drivers/interconnect/qcom/sc8180x.c | 1 + 3 files changed, 24 insertions(+), 2 deletions(-) --- base-commit: 11651f8cb2e88372d4ed523d909514dc9a613ea3 change-id: 20231214-topic-sc8180_fixes-7847a108d352 Best regards,