mbox series

[GIT,PULL] interconnect fixes for 5.14-rc

Message ID 20210803112733.9408-1-djakov@kernel.org (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] interconnect fixes for 5.14-rc | expand

Pull-request

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

Message

Georgi Djakov Aug. 3, 2021, 11:27 a.m. UTC
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@kernel.org>

----------------------------------------------------------------
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(-)

Comments

Greg KH Aug. 3, 2021, 12:12 p.m. UTC | #1
On Tue, Aug 03, 2021 at 02:27:33PM +0300, Georgi Djakov wrote:
> 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

Pulled and pushed out, thanks.

greg k-h