mbox series

[GIT,PULL] interconnect fixes for 5.15-rc

Message ID 20210924131451.31371-1-djakov@kernel.org (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] interconnect fixes for 5.15-rc | expand

Pull-request

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

Message

Georgi Djakov Sept. 24, 2021, 1:14 p.m. UTC
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 <djakov@kernel.org>

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

Comments

Greg Kroah-Hartman Sept. 27, 2021, 3:23 p.m. UTC | #1
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