Messages in this thread |  | | Date | Thu, 26 Dec 2019 11:48:03 -0700 | From | Rob Herring <> | Subject | Re: [PATCH v1 3/4] interconnect: qcom: sdm845: Split qnodes into their respective NoCs |
| |
On Sun, Dec 15, 2019 at 09:58:44PM -0800, David Dai wrote: > In order to better represent the hardware and its different Network-On-Chip > devices, split the sdm845 provider driver into NoC specific providers. > Remove duplicate functionality already provided by the icc rpmh and > bcm voter drivers to calculate and commit bandwidth requests to hardware.
This breaks backwards compatibility. Is that okay for all 845 users?
> Signed-off-by: David Dai <daidavid1@codeaurora.org> > --- > drivers/interconnect/qcom/sdm845.c | 1122 ++++++++++-------------- > include/dt-bindings/interconnect/qcom,sdm845.h | 263 +++--- > 2 files changed, 606 insertions(+), 779 deletions(-)
|  |