mbox series

[GIT,PULL] interconnect fix for 6.1-rc

Message ID 20221117135146.9261-1-djakov@kernel.org
State New
Headers show
Series [GIT,PULL] interconnect fix for 6.1-rc | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.1-rc6

Message

Georgi Djakov Nov. 17, 2022, 1:51 p.m. UTC
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 <djakov@kernel.org>

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

Comments

Greg Kroah-Hartman Nov. 22, 2022, 5:20 p.m. UTC | #1
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