2023-12-09 10:16:56

by Georgi Djakov

[permalink] [raw]
Subject: [GIT PULL] interconnect fixes for 6.7-rc

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 <[email protected]>

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


2023-12-12 08:44:13

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] interconnect fixes for 6.7-rc

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