2021-09-24 18:49:53

by Georgi Djakov

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

Hello Greg,

This pull request contains interconnect driver fixes for 5.15-rc.
The details are in the signed tag. Please pull them into char-misc-linus
when possible. The patches have been in linux-next during the last few
days.

Thanks,
Georgi

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.15-rc3

for you to fetch changes up to 13404ac8882f5225af07545215f4975a564c3740:

interconnect: qcom: sdm660: Add missing a2noc qos clocks (2021-09-13 15:49:55 +0300)

----------------------------------------------------------------
interconnect fixes for v5.15

This contains a few fixes for the sdm660 driver:
- sdm660: Fix id of slv_cnoc_mnoc_cfg
- sdm660: Correct NOC_QOS_PRIORITY shift and mask
- sdm660: Add missing a2noc qos clocks

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

----------------------------------------------------------------
Shawn Guo (4):
interconnect: qcom: sdm660: Fix id of slv_cnoc_mnoc_cfg
interconnect: qcom: sdm660: Correct NOC_QOS_PRIORITY shift and mask
dt-bindings: interconnect: sdm660: Add missing a2noc qos clocks
interconnect: qcom: sdm660: Add missing a2noc qos clocks

Documentation/devicetree/bindings/interconnect/qcom,sdm660.yaml | 46 +++++++-
drivers/interconnect/qcom/sdm660.c | 25 +++-
2 files changed, 61 insertions(+), 10 deletions(-)


2021-09-27 15:24:23

by Greg Kroah-Hartman

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

On Fri, Sep 24, 2021 at 04:14:51PM +0300, Georgi Djakov wrote:
> Hello Greg,
>
> This pull request contains interconnect driver fixes for 5.15-rc.
> The details are in the signed tag. Please pull them into char-misc-linus
> when possible. The patches have been in linux-next during the last few
> days.
>
> Thanks,
> Georgi
>
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
>
> Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.15-rc3

Pulled and pushed out, thanks.

greg k-h