interconnect: qcom: Add SDM660 interconnect provider driver
authorAngeloGioacchino Del Regno <kholk11@gmail.com>
Mon, 8 Mar 2021 13:09:45 +0000 (15:09 +0200)
committerGeorgi Djakov <georgi.djakov@linaro.org>
Mon, 8 Mar 2021 13:09:45 +0000 (15:09 +0200)
commitf80a1d41432869dd78dfe8373060371918a05326
tree2ac3858af35211b8ef393fb09d4a450785a86dac
parent33ad2800348e6c20f05b86ef01e8216fc3e3c762
interconnect: qcom: Add SDM660 interconnect provider driver

Introduce a driver for the Qualcomm interconnect busses found in
the SDM630/SDM636/SDM660 SoCs.
The topology consists of several NoCs that are controlled by a
remote processor that collects the aggregated bandwidth for each
master-slave pairs.

On a note, these chips are managing the "bus QoS" in a "hybrid"
fashion: some of the paths in the topology are managed through
(and by, of course) the RPM uC, while some others are "AP Owned",
meaning that the AP shall do direct writes to the appropriate
QoS registers for the specific paths and ports, instead of sending
an indication to the RPM and leaving the job to that one.

Signed-off-by: AngeloGioacchino Del Regno <kholk11@gmail.com>
Link: https://lore.kernel.org/r/20201017133718.31327-3-kholk11@gmail.com
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
drivers/interconnect/qcom/Kconfig
drivers/interconnect/qcom/Makefile
drivers/interconnect/qcom/sdm660.c [new file with mode: 0644]