2022-11-17 14:30:15

by Georgi Djakov

[permalink] [raw]
Subject: [GIT PULL] interconnect fix for 6.1-rc

Hello Greg,

This pull request contains a tiny fix for the current cycle. The
details are in the signed tag. It has been in linux-next for a week.
Please pull into char-misc-linus 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.1-rc6

for you to fetch changes up to 1498a5a79980fb86458297df2b4aaa9cc56503b3:

dt-bindings: interconnect: qcom,msm8998-bwmon: Correct SC7280 CPU compatible (2022-10-19 13:16:28 +0300)

----------------------------------------------------------------
interconnect fix for v6.1-rc

This contains a tiny fix to align the driver compatible string in the
binding documentation with the one used in DTS.

- dt-bindings: interconnect: qcom,msm8998-bwmon: Correct SC7280 CPU compatible

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

----------------------------------------------------------------
Krzysztof Kozlowski (1):
dt-bindings: interconnect: qcom,msm8998-bwmon: Correct SC7280 CPU compatible

Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


2022-11-22 17:45:32

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] interconnect fix for 6.1-rc

On Thu, Nov 17, 2022 at 03:51:46PM +0200, Georgi Djakov wrote:
> Hello Greg,
>
> This pull request contains a tiny fix for the current cycle. The
> details are in the signed tag. It has been in linux-next for a week.
> Please pull into char-misc-linus 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.1-rc6

Pulled and pushed out, thanks.

greg k-h