Message ID | 20220525144404.200390-1-luca.weiss@fairphone.com (mailing list archive) |
---|---|
Headers | show |
Series | Add interconnect support for SM6350 | expand |
Hi all, On Wed May 25, 2022 at 4:43 PM CEST, Luca Weiss wrote: > This series adds interconnect support for the various NoCs found on > sm6350. > > A more special modification is allowing child NoC devices, like done for > rpm-based qcm2290 which was already merged, but now for rpmh-based > interconnect. any feedback on the two interconnect patches and the dts patch? Georgi? Bjorn? Thanks Krzysztof for the dt-binding review! Regards Luca > > See also downstream dts: > https://android.googlesource.com/kernel/msm-extra/devicetree/+/refs/tags/android-11.0.0_r0.81/qcom/lagoon-bus.dtsi > > Luca Weiss (5): > interconnect: qcom: icc-rpmh: Support child NoC device probe > dt-bindings: interconnect: qcom: Split out rpmh-common bindings > dt-bindings: interconnect: Add Qualcomm SM6350 NoC support > interconnect: qcom: Add SM6350 driver support > arm64: dts: qcom: sm6350: Add interconnect support > > .../interconnect/qcom,rpmh-common.yaml | 43 ++ > .../bindings/interconnect/qcom,rpmh.yaml | 22 +- > .../interconnect/qcom,sm6350-rpmh.yaml | 82 +++ > arch/arm64/boot/dts/qcom/sm6350.dtsi | 109 ++++ > drivers/interconnect/qcom/Kconfig | 9 + > drivers/interconnect/qcom/Makefile | 2 + > drivers/interconnect/qcom/icc-rpmh.c | 4 + > drivers/interconnect/qcom/sm6350.c | 493 ++++++++++++++++++ > drivers/interconnect/qcom/sm6350.h | 139 +++++ > .../dt-bindings/interconnect/qcom,sm6350.h | 148 ++++++ > 10 files changed, 1034 insertions(+), 17 deletions(-) > create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,rpmh-common.yaml > create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sm6350-rpmh.yaml > create mode 100644 drivers/interconnect/qcom/sm6350.c > create mode 100644 drivers/interconnect/qcom/sm6350.h > create mode 100644 include/dt-bindings/interconnect/qcom,sm6350.h > > -- > 2.36.1
On 15.07.22 16:34, Luca Weiss wrote: > Hi all, > > On Wed May 25, 2022 at 4:43 PM CEST, Luca Weiss wrote: >> This series adds interconnect support for the various NoCs found on >> sm6350. >> >> A more special modification is allowing child NoC devices, like done for >> rpm-based qcm2290 which was already merged, but now for rpmh-based >> interconnect. > > any feedback on the two interconnect patches and the dts patch? > Georgi? Bjorn? I merged the interconnect patches. Thanks, Georgi
On Wed, 25 May 2022 16:43:56 +0200, Luca Weiss wrote: > This series adds interconnect support for the various NoCs found on > sm6350. > > A more special modification is allowing child NoC devices, like done for > rpm-based qcm2290 which was already merged, but now for rpmh-based > interconnect. > > [...] Applied, thanks! [5/5] arm64: dts: qcom: sm6350: Add interconnect support commit: 38c5c4fe17014130dee4f85e663c5d919655801e Best regards,