mbox series

[GIT,PULL] interconnect changes for 6.10

Message ID 20240503101901.1681356-1-djakov@kernel.org
State New
Headers show
Series [GIT,PULL] interconnect changes for 6.10 | expand

Pull-request

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

Message

Georgi Djakov May 3, 2024, 10:19 a.m. UTC
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 <djakov@kernel.org>

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

Comments

Greg Kroah-Hartman May 4, 2024, 7:48 a.m. UTC | #1
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