mbox series

[v2,0/2] qcom: sa8775p: add the interconnect driver for Qualcomm SA8775P platforms

Message ID 20230118140825.242544-1-brgl@bgdev.pl (mailing list archive)
Headers show
Series qcom: sa8775p: add the interconnect driver for Qualcomm SA8775P platforms | expand

Message

Bartosz Golaszewski Jan. 18, 2023, 2:08 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Add the DT bindings and driver for the RPMh interconnect on the sa8775p
platform from Qualcomm.

v1 -> v2:
- create a separate DT binding document for the sa8775p interconnect
- drop the lemans code name from the driver
- constify the qcom_icc_desc structs
- minor tweaks and improvements to the driver
- make sure the bindings pass tests

Bartosz Golaszewski (1):
  dt-bindings: interconnect: qcom: document the interconnects for
    sa8775p

Shazad Hussain (1):
  interconnect: qcom: add a driver for sa8775p

 .../interconnect/qcom,sa8775p-rpmh.yaml       |   50 +
 drivers/interconnect/qcom/Kconfig             |    9 +
 drivers/interconnect/qcom/Makefile            |    2 +
 drivers/interconnect/qcom/sa8775p.c           | 2541 +++++++++++++++++
 .../interconnect/qcom,sa8775p-rpmh.h          |  231 ++
 5 files changed, 2833 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sa8775p-rpmh.yaml
 create mode 100644 drivers/interconnect/qcom/sa8775p.c
 create mode 100644 include/dt-bindings/interconnect/qcom,sa8775p-rpmh.h