mbox series

[GIT,PULL] interconnect fixes for 6.7-rc

Message ID 20231209101548.1240700-1-djakov@kernel.org
State New
Headers show
Series [GIT,PULL] interconnect fixes for 6.7-rc | expand

Pull-request

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

Message

Georgi Djakov Dec. 9, 2023, 10:15 a.m. UTC
Hello Greg,

This pull request contains a few tiny fixes for the current cycle. The
details are in the signed tag. All patches have been in linux-next
during the last few days. Please pull into char-misc-linus when possible.

Thanks,
Georgi


The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9085b23b668ad5aca62df4f071b306a47152e6b3:

  interconnect: qcom: icc-rpm: Fix peak rate calculation (2023-12-06 17:00:42 +0200)

----------------------------------------------------------------
interconnect fixes for v6.7-rc

This contains fixes for reported issues. One fix is in framework code to
explicitly treat returned NULL nodes as error when the device-tree data
is translated into endpoint nodes.
The other two fixes are in driver code. One is expected to improve the
power consumption on the sm8250 platforms and the other one is fixing a
bandwidth calculation formula that was introduced during this cycle.

- interconnect: Treat xlate() returning NULL node as an error
- interconnect: qcom: sm8250: Enable sync_state
- interconnect: qcom: icc-rpm: Fix peak rate calculation

Signed-off-by: Georgi Djakov <djakov@kernel.org>

----------------------------------------------------------------
Bjorn Andersson (1):
      interconnect: qcom: icc-rpm: Fix peak rate calculation

Konrad Dybcio (1):
      interconnect: qcom: sm8250: Enable sync_state

Mike Tipton (1):
      interconnect: Treat xlate() returning NULL node as an error

 drivers/interconnect/core.c         | 3 +++
 drivers/interconnect/qcom/icc-rpm.c | 2 +-
 drivers/interconnect/qcom/sm8250.c  | 1 +
 3 files changed, 5 insertions(+), 1 deletion(-)

Comments

Greg Kroah-Hartman Dec. 12, 2023, 8:43 a.m. UTC | #1
On Sat, Dec 09, 2023 at 12:15:48PM +0200, Georgi Djakov wrote:
> Hello Greg,
> 
> This pull request contains a few tiny fixes for the current cycle. The
> details are in the signed tag. All patches have been in linux-next
> during the last few days. Please pull into char-misc-linus when possible.
> 
> Thanks,
> Georgi
> 
> 
> The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
> 
>   Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.7-rc5

Pulled and pushed out, thanks.

greg k-h