mbox series

[GIT,PULL] Microchip clock fixes for 6.0

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

Pull-request

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

Message

Claudiu Beznea Sept. 15, 2022, 9:27 a.m. UTC
Hi, Stephen, Micheal,

On Microchip we decided to send a single clock pull request for both
AT91 and Polarfire architectures. Let us know if you would prefer otherwise.

Thank you,
Claudiu Beznea

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -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.0

for you to fetch changes up to 05d27090b6dc88bce71a608d1271536e582b73d1:

  clk: microchip: mpfs: make the rtc's ahb clock critical (2022-09-14 10:45:52 +0300)

----------------------------------------------------------------
Microchip clock fixes for 6.0

It contains fixes for Polarire SoCs:
- fix panic at boot in clock initialization when building with clang-15
- make RTC's AHB clock critical as rtc will stop if the AHB
  interface clock is disabled

----------------------------------------------------------------
Conor Dooley (2):
      clk: microchip: mpfs: fix clk_cfg array bounds violation
      clk: microchip: mpfs: make the rtc's ahb clock critical

 drivers/clk/microchip/clk-mpfs.c | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Comments

Stephen Boyd Sept. 28, 2022, 5:53 p.m. UTC | #1
Quoting Claudiu Beznea (2022-09-15 02:27:11)
> Hi, Stephen, Micheal,
> 
> On Microchip we decided to send a single clock pull request for both
> AT91 and Polarfire architectures. Let us know if you would prefer otherwise.
> 
> Thank you,
> Claudiu Beznea
> 
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> 
>   Linux 6.0-rc1 (2022-08-14 15:50:18 -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.0
> 
> for you to fetch changes up to 05d27090b6dc88bce71a608d1271536e582b73d1:
> 
>   clk: microchip: mpfs: make the rtc's ahb clock critical (2022-09-14 10:45:52 +0300)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-fixes