mbox series

[GIT,PULL] Microchip clock fixes for 6.1

Message ID 20221118131414.301703-1-claudiu.beznea@microchip.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] Microchip clock fixes for 6.1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-microchip-fixes-6.1

Message

Claudiu Beznea Nov. 18, 2022, 1:14 p.m. UTC
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

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

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-microchip-fixes-6.1

for you to fetch changes up to 57976762428675f259339385d3324d28ee53ec02:

  ARM: at91: rm9200: fix usb device clock id (2022-11-17 15:35:52 +0200)

----------------------------------------------------------------
Microchip clock fixes for 6.1

It contains fixes for AT91 SoCs as follows:
- fix the clock ID for USB device port on RM9200 SoCs; along with it the
  device tree references to this clocks were fixed in this patch to ease the
  backporting and to avoid USB driver probe failure.

----------------------------------------------------------------
Michael Grzeschik (1):
      ARM: at91: rm9200: fix usb device clock id

 arch/arm/boot/dts/at91rm9200.dtsi | 2 +-
 drivers/clk/at91/at91rm9200.c     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Stephen Boyd Nov. 23, 2022, 12:46 a.m. UTC | #1
Quoting Claudiu Beznea (2022-11-18 05:14:14)
> The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
> 
>   Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-microchip-fixes-6.1
> 
> for you to fetch changes up to 57976762428675f259339385d3324d28ee53ec02:
> 
>   ARM: at91: rm9200: fix usb device clock id (2022-11-17 15:35:52 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-fixes