mbox series

[GIT,PULL] Microchip clock updates for 6.5

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

Pull-request

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

Message

Claudiu Beznea June 14, 2023, 1 p.m. UTC
The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9a7b010116a430d74dc30a214ea55a58a2863d71:

  dt-bindings: clocks: at91sam9x5-sckc: convert to yaml (2023-05-22 15:59:49 +0300)

----------------------------------------------------------------
Microchip clock updates for 6.5

Polarfire:
- new Kconfig symbol name (SOC_MICROCHIP_POLARFIRE) for Microchip FPGA
  clock drivers

PIC32:
- use of_property_read_bool() to read "microchip,pic32mzda-sosc" boolean
  DT property in clk-pic32mzda

AT91:
- convert clock dt-bindings to YAML

----------------------------------------------------------------
Claudiu Beznea (2):
      dt-bindings: clocks: atmel,at91rm9200-pmc: convert to yaml
      dt-bindings: clocks: at91sam9x5-sckc: convert to yaml

Conor Dooley (1):
      clk: microchip: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE

Rob Herring (1):
      clk: microchip: Use of_property_read_bool() for boolean properties

 .../devicetree/bindings/clock/at91-clock.txt       |  58 --------
 .../bindings/clock/atmel,at91rm9200-pmc.yaml       | 154 +++++++++++++++++++++
 .../bindings/clock/atmel,at91sam9x5-sckc.yaml      |  70 ++++++++++
 drivers/clk/microchip/Kconfig                      |   4 +-
 drivers/clk/microchip/clk-pic32mzda.c              |   2 +-
 5 files changed, 227 insertions(+), 61 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/clock/at91-clock.txt
 create mode 100644 Documentation/devicetree/bindings/clock/atmel,at91rm9200-pmc.yaml
 create mode 100644 Documentation/devicetree/bindings/clock/atmel,at91sam9x5-sckc.yaml

Comments

Stephen Boyd June 14, 2023, 9 p.m. UTC | #1
Quoting Claudiu Beznea (2023-06-14 06:00:44)
> The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
> 
>   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-microchip-6.5
> 
> for you to fetch changes up to 9a7b010116a430d74dc30a214ea55a58a2863d71:
> 
>   dt-bindings: clocks: at91sam9x5-sckc: convert to yaml (2023-05-22 15:59:49 +0300)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next