mbox series

[GIT,PULL] interconnect changes for 5.18

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

Pull-request

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

Message

Georgi Djakov March 11, 2022, 12:13 p.m. UTC
Hello Greg,

This is the pull request with interconnect changes for the 5.18-rc1 merge
window. It contains a few minor framework and driver updates. The details
are in the signed tag.

All patches have been in linux-next for more than a week. No issues have
been reported so far. Please pull into char-misc-next.

Thanks,
Georgi

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 52c85167e41341c2cbc2570f4bb6bc6cd8f8bc6e:

  Merge branch 'icc-msm8939' into icc-next (2022-03-01 16:31:35 +0200)

----------------------------------------------------------------
interconnect changes for 5.18

These are the interconnect changes for the 5.18-rc1 merge window
consisting of minor framework and driver updates.

Core changes:
 - Added stubs for the bulk API to expand compile testing coverage.

Driver changes:
 - imx: Implemented get_bw() function to get initial avg/peak bandwidth.
 - msm8939: Fix ioremap collision for snoc-mm.

Signed-off-by: Georgi Djakov <djakov@kernel.org>

----------------------------------------------------------------
Abel Vesa (1):
      interconnect: imx: Add imx_icc_get_bw function to set initial avg and peak

Bryan O'Donoghue (2):
      dt-bindings: interconnect: Convert snoc-mm to a sub-node of snoc
      interconnect: qcom: msm8939: Remove snoc_mm specific regmap

Georgi Djakov (2):
      interconnect: Add stubs for the bulk API
      Merge branch 'icc-msm8939' into icc-next

 Documentation/devicetree/bindings/interconnect/qcom,rpm.yaml | 33 ++++++-
 drivers/interconnect/imx/imx.c                               |  9 ++
 drivers/interconnect/qcom/msm8939.c                          | 10 +-
 include/linux/interconnect.h                                 | 36 ++++++--
 4 files changed, 70 insertions(+), 18 deletions(-)

Comments

Greg Kroah-Hartman March 11, 2022, 3:40 p.m. UTC | #1
On Fri, Mar 11, 2022 at 02:13:57PM +0200, Georgi Djakov wrote:
> Hello Greg,
> 
> This is the pull request with interconnect changes for the 5.18-rc1 merge
> window. It contains a few minor framework and driver updates. The details
> are in the signed tag.
> 
> All patches have been in linux-next for more than a week. No issues have
> been reported so far. Please pull into char-misc-next.
> 
> Thanks,
> Georgi
> 
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
>   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.18-rc1

Pulled and pushed out, thanks.

greg k-h