[GIT PULL] interconnect fixes for 5.14-rc

From: Georgi Djakov
Date: Tue Aug 03 2021 - 07:27:39 EST


Hello Greg,

This pull request contains interconnect core and driver fixes for 5.14-rc.
The details are in the signed tag. Please pull them into char-misc-linus
when possible. The patches have been also in linux-next.

Thanks,
Georgi

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.14-rc5

for you to fetch changes up to 85b1ebfea2b0d8797266bcc6f04b6cc87e38290a:

interconnect: Fix undersized devress_alloc allocation (2021-08-02 12:25:00 +0300)

----------------------------------------------------------------
interconnect fixes for v5.14

This contains a few core and driver fixes that have been reported.
- core: Fix undersized devres_alloc allocation
- core: Zero initial BW after sync-state
- core: Always call pre_aggregate before aggregate
- qcom: rpmh: Ensure floor BW is enforced for all nodes
- qcom: rpmh: Add BCMs to commit list in pre_aggregate

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

----------------------------------------------------------------
Colin Ian King (1):
interconnect: Fix undersized devress_alloc allocation

Mike Tipton (4):
interconnect: Zero initial BW after sync-state
interconnect: Always call pre_aggregate before aggregate
interconnect: qcom: icc-rpmh: Ensure floor BW is enforced for all nodes
interconnect: qcom: icc-rpmh: Add BCMs to commit list in pre_aggregate

drivers/interconnect/core.c | 9 ++-
drivers/interconnect/qcom/icc-rpmh.c | 22 ++++----
2 files changed, 18 insertions(+), 13 deletions(-)