2024-05-03 10:21:01

by Georgi Djakov

[permalink] [raw]
Subject: [GIT PULL] interconnect changes for 6.10

Hello Greg,

This is the pull request with interconnect changes for the v6.10-rc1 merge
window. It contains tiny clean-up and fix. As always, the summary is
in the signed tag.

The patches have been in linux-next for more than a week with no reported
issues. Please pull into char-misc-next when possible.

Thanks,
Georgi

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.10-rc1

for you to fetch changes up to 230d05b1179f6ce6f8dc8a2b99eba92799ac22d7:

interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment (2024-04-11 20:46:26 +0300)

----------------------------------------------------------------
interconnect changes for 6.10

This pull request contains the interconnect changes for the 6.10-rc1 merge
window. It contains some small driver changes listed below:

Driver changes:
- Cleanup sm6115 QoS port numbering.
- Fix incorrect port value in qcm2290 driver.

Signed-off-by: Georgi Djakov <[email protected]>

----------------------------------------------------------------
Konrad Dybcio (2):
interconnect: qcom: sm6115: Unspaghettify SNoC QoS port numbering
interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment

drivers/interconnect/qcom/qcm2290.c | 2 +-
drivers/interconnect/qcom/sm6115.c | 33 ++++----
2 files changed, 19 insertions(+), 16 deletions(-)


2024-05-04 07:48:57

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] interconnect changes for 6.10

On Fri, May 03, 2024 at 01:19:01PM +0300, Georgi Djakov wrote:
> Hello Greg,
>
> This is the pull request with interconnect changes for the v6.10-rc1 merge
> window. It contains tiny clean-up and fix. As always, the summary is
> in the signed tag.
>
> The patches have been in linux-next for more than a week with no reported
> issues. Please pull into char-misc-next when possible.
>
> Thanks,
> Georgi
>
> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
>
> Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.10-rc1
>

Pulled and pushed out, thanks.

greg k-h