mbox series

[GIT,PULL] interconnect fixes for 5.10

Message ID 20201030112110.2362-1-georgi.djakov@linaro.org (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] interconnect fixes for 5.10 | expand

Pull-request

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

Message

Georgi Djakov Oct. 30, 2020, 11:21 a.m. UTC
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@linaro.org>

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

Comments

Greg Kroah-Hartman Oct. 30, 2020, 12:26 p.m. UTC | #1
On Fri, Oct 30, 2020 at 01:21:10PM +0200, Georgi Djakov wrote:
> 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)

Pulled and pushed out, thanks.

greg k-h