[GIT PULL] interconnect fixes for 5.10

From: Georgi Djakov
Date: Fri Oct 30 2020 - 07:21:13 EST


Hello Greg,

Here is a pull request with interconnect fixes for 5.10-rc. Please
take them into char-misc-linus when possible. All patches have been
in linux-next with no reported issues.

Thanks,
Georgi

The following changes since commit 86d6e5793e0fa3a510cff466894d0d3051fd716e:

interconnect: imx: simplify the return expression of imx_icc_unregister (2020-09-21 11:15:02 +0300)

are available in the Git repository at:

https://git.linaro.org/people/georgi.djakov/linux.git tags/icc-5.10-rc2

for you to fetch changes up to fce52ad3483281930dc9215a68d69837f219f889:

interconnect: qcom: use icc_sync state for sm8[12]50 (2020-10-27 16:01:22 +0200)

----------------------------------------------------------------
interconnect fixes for v5.10

This contains one core fix and a few driver fixes.
- Fix the core to perform also aggregation when setting the initial
bandwidth with sync_state.
- Fixes in some drivers to make sure the correct sequence is used for
initialization when we use sync_state.
- Fix in the sdm845 driver to prevent a board hang that was hit when
bandwidth scaling for display and multimedia was enabled.

Signed-off-by: Georgi Djakov <georgi.djakov@xxxxxxxxxx>

----------------------------------------------------------------
Dmitry Baryshkov (1):
interconnect: qcom: use icc_sync state for sm8[12]50

Georgi Djakov (5):
interconnect: qcom: sdm845: Enable keepalive for the MM1 BCM
interconnect: Aggregate before setting initial bandwidth
interconnect: qcom: sdm845: Init BCMs before creating the nodes
interconnect: qcom: sc7180: Init BCMs before creating the nodes
interconnect: qcom: Ensure that the floor bandwidth value is enforced

drivers/interconnect/core.c | 3 +++
drivers/interconnect/qcom/icc-rpmh.c | 7 +++++++
drivers/interconnect/qcom/sc7180.c | 6 +++---
drivers/interconnect/qcom/sdm845.c | 8 ++++----
drivers/interconnect/qcom/sm8150.c | 7 ++++---
drivers/interconnect/qcom/sm8250.c | 7 ++++---
6 files changed, 25 insertions(+), 13 deletions(-)