mbox series

[GIT,PULL] Microchip clock updates for v6.14

Message ID 20250107081637.759666-1-claudiu.beznea@tuxon.dev (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] Microchip clock updates for v6.14 | expand

Pull-request

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

Message

Claudiu Beznea Jan. 7, 2025, 8:16 a.m. UTC
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9a497710cab94140762bcfbd9b6dc2c45f30678b:

  clk: at91: sama7d65: add sama7d65 pmc driver (2024-12-29 14:17:55 +0200)

----------------------------------------------------------------
Microchip clock updates for v6.14

This update include:
- support for the SAMA7D65 SoC
- clock IDs for for the slow clock controller

----------------------------------------------------------------
Claudiu Beznea (2):
      dt-bindings: clk: at91: Add clock IDs for the slow clock controller
      clk: at91: sckc: Use SCKC_{TD, MD}_SLCK IDs for clk32k clocks

Dharma Balasubiramani (2):
      dt-bindings: clocks: atmel,at91sam9x5-sckc: add sama7d65
      dt-bindings: clock: Add SAMA7D65 PMC compatible string

Ryan Wanner (1):
      clk: at91: sama7d65: add sama7d65 pmc driver

 .../bindings/clock/atmel,at91rm9200-pmc.yaml       |    2 +
 .../bindings/clock/atmel,at91sam9x5-sckc.yaml      |    1 +
 drivers/clk/at91/Makefile                          |    1 +
 drivers/clk/at91/clk-master.c                      |    2 +-
 drivers/clk/at91/clk-sam9x60-pll.c                 |    2 +-
 drivers/clk/at91/pmc.c                             |    1 +
 drivers/clk/at91/sama7d65.c                        | 1375 ++++++++++++++++++++
 drivers/clk/at91/sckc.c                            |   24 +-
 include/dt-bindings/clock/at91.h                   |    8 +
 9 files changed, 1403 insertions(+), 13 deletions(-)
 create mode 100644 drivers/clk/at91/sama7d65.c

Comments

Stephen Boyd Jan. 7, 2025, 7:42 p.m. UTC | #1
Quoting Claudiu Beznea (2025-01-07 00:16:37)
> The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
> 
>   Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-microchip-6.14
> 
> for you to fetch changes up to 9a497710cab94140762bcfbd9b6dc2c45f30678b:
> 
>   clk: at91: sama7d65: add sama7d65 pmc driver (2024-12-29 14:17:55 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next