2022-11-30 13:12:14

by Georgi Djakov

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

Hello Greg,

This is the pull request with interconnect changes for the 6.2-rc1 merge
window. It contains a new driver and misc fixes. The details are in the
signed tag.

All patches have been in linux-next during the last two weeks. Please pull
into char-misc-next when possible.

Thanks,
Georgi

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 26e90ec7a8403fc8f7a4507098d7d262e9c2d302:

Merge branch 'icc-sc8280xp-l3' into icc-next (2022-11-17 17:44:14 +0200)

----------------------------------------------------------------
interconnect changes for 6.2

These are the interconnect changes for the 6.2-rc1 merge window consisting
of new drivers to enable both L3 and DDR scaling on sc8280xp platforms.
There are also a few miscellaneous fixes.

New osm-l3 driver:
- interconnect: qcom: osm-l3: Use platform-independent node ids
- interconnect: qcom: osm-l3: Squash common descriptors
- interconnect: qcom: osm-l3: Add per-core EPSS L3 support
- interconnect: qcom: osm-l3: Simplify osm_l3_set()
- dt-bindings: interconnect: Add sm8350, sc8280xp and generic OSM L3 compatibles
- dt-bindings: interconnect: qcom,msm8998-bwmon: Add sc8280xp bwmon instances

Fixes:
- interconnect: qcom: icc-rpm: Remove redundant dev_err call
- interconnect: qcom: sc7180: fix dropped const of qcom_icc_bcm
- interconnect: qcom: sc7180: drop double space
- interconnect: qcom: sc8180x: constify pointer to qcom_icc_node

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

----------------------------------------------------------------
Bjorn Andersson (6):
interconnect: qcom: osm-l3: Use platform-independent node ids
interconnect: qcom: osm-l3: Squash common descriptors
interconnect: qcom: osm-l3: Add per-core EPSS L3 support
interconnect: qcom: osm-l3: Simplify osm_l3_set()
dt-bindings: interconnect: Add sm8350, sc8280xp and generic OSM L3 compatibles
dt-bindings: interconnect: qcom,msm8998-bwmon: Add sc8280xp bwmon instances

Georgi Djakov (1):
Merge branch 'icc-sc8280xp-l3' into icc-next

Krzysztof Kozlowski (4):
dt-bindings: interconnect: qcom,msm8998-bwmon: Correct SC7280 CPU compatible
interconnect: qcom: sc7180: fix dropped const of qcom_icc_bcm
interconnect: qcom: sc7180: drop double space
interconnect: qcom: sc8180x: constify pointer to qcom_icc_node

Shang XiaoJing (1):
interconnect: qcom: icc-rpm: Remove redundant dev_err call

.../devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 7 +-
Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml | 24 +-
drivers/interconnect/qcom/icc-rpm.c | 5 +-
drivers/interconnect/qcom/osm-l3.c | 126 ++------
drivers/interconnect/qcom/sc7180.c | 4 +-
drivers/interconnect/qcom/sc8180x.c | 2 +-
6 files changed, 61 insertions(+), 107 deletions(-)


2022-11-30 18:05:33

by Greg Kroah-Hartman

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

On Wed, Nov 30, 2022 at 02:55:08PM +0200, Georgi Djakov wrote:
> Hello Greg,
>
> This is the pull request with interconnect changes for the 6.2-rc1 merge
> window. It contains a new driver and misc fixes. The details are in the
> signed tag.
>
> All patches have been in linux-next during the last two weeks. Please pull
> into char-misc-next when possible.
>
> Thanks,
> Georgi
>
> The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
>
> Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.2-rc1

Pulled and pushed out, thanks.

greg k-h