mbox series

[v3,0/3] dt-bindings: timer: Microchip AT91 convert to YAML

Message ID 20230530090758.1652329-1-claudiu.beznea@microchip.com (mailing list archive)
Headers show
Series dt-bindings: timer: Microchip AT91 convert to YAML | expand

Message

Claudiu Beznea May 30, 2023, 9:07 a.m. UTC
Hi,

Series converts Microchip AT91 timers DT bindings to YAML. Along with it the
atmel,at91rm9200-wdt has been converted and introduced in this series
as it is referenced by atmel,at91rm9200-st.

Thank you,
Claudiu Beznea

Changes in v3:
- removed patch 1/4 from v2
- in patch 1/3 keep interrupt description only for PIT case (not for PIT64b)
  and updated interrupt description to emphasize blocks part of the system
  controller; note that system controller components may be different b/w
  different Microchip AT91 SoCs; 
- in patch 3/3 updated interrupt description to emphasize blocks part of the
  system controller; also, corrected Alexandre's email address
- collected tags.

Changes in v2:
- fixed compilation errors (sorry for that in v1)
- moved DTS patch as the 1st patch in series
- squash PIT and PIT64B into the same documentation file
- use Microchip in titles, descriptions and commit message
- in patch 4/4 remove oneOf from compatible section

Claudiu Beznea (3):
  dt-bindings: timer: atmel,at91sam9260-pit: convert to yaml
  dt-bindings: watchdog: atmel,at91rm9200-wdt: convert to yaml
  dt-bindings: timer: atmel,at91rm9200-st: convert to yaml

 .../devicetree/bindings/arm/atmel-sysregs.txt | 21 ----
 .../bindings/timer/atmel,at91rm9200-st.yaml   | 66 +++++++++++++
 .../bindings/timer/atmel,at91sam9260-pit.yaml | 99 +++++++++++++++++++
 .../watchdog/atmel,at91rm9200-wdt.yaml        | 29 ++++++
 .../watchdog/atmel-at91rm9200-wdt.txt         |  9 --
 5 files changed, 194 insertions(+), 30 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/timer/atmel,at91rm9200-st.yaml
 create mode 100644 Documentation/devicetree/bindings/timer/atmel,at91sam9260-pit.yaml
 create mode 100644 Documentation/devicetree/bindings/watchdog/atmel,at91rm9200-wdt.yaml
 delete mode 100644 Documentation/devicetree/bindings/watchdog/atmel-at91rm9200-wdt.txt

Comments

Nicolas Ferre May 30, 2023, 12:29 p.m. UTC | #1
On 30/05/2023 at 11:07, Claudiu Beznea wrote:
> Hi,
> 
> Series converts Microchip AT91 timers DT bindings to YAML. Along with it the
> atmel,at91rm9200-wdt has been converted and introduced in this series
> as it is referenced by atmel,at91rm9200-st.

For the whole series:
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

Thanks Claudiu and Conor.
Best regards,
   Nicolas

> Changes in v3:
> - removed patch 1/4 from v2
> - in patch 1/3 keep interrupt description only for PIT case (not for PIT64b)
>    and updated interrupt description to emphasize blocks part of the system
>    controller; note that system controller components may be different b/w
>    different Microchip AT91 SoCs;
> - in patch 3/3 updated interrupt description to emphasize blocks part of the
>    system controller; also, corrected Alexandre's email address
> - collected tags.
> 
> Changes in v2:
> - fixed compilation errors (sorry for that in v1)
> - moved DTS patch as the 1st patch in series
> - squash PIT and PIT64B into the same documentation file
> - use Microchip in titles, descriptions and commit message
> - in patch 4/4 remove oneOf from compatible section
> 
> Claudiu Beznea (3):
>    dt-bindings: timer: atmel,at91sam9260-pit: convert to yaml
>    dt-bindings: watchdog: atmel,at91rm9200-wdt: convert to yaml
>    dt-bindings: timer: atmel,at91rm9200-st: convert to yaml
> 
>   .../devicetree/bindings/arm/atmel-sysregs.txt | 21 ----
>   .../bindings/timer/atmel,at91rm9200-st.yaml   | 66 +++++++++++++
>   .../bindings/timer/atmel,at91sam9260-pit.yaml | 99 +++++++++++++++++++
>   .../watchdog/atmel,at91rm9200-wdt.yaml        | 29 ++++++
>   .../watchdog/atmel-at91rm9200-wdt.txt         |  9 --
>   5 files changed, 194 insertions(+), 30 deletions(-)
>   create mode 100644 Documentation/devicetree/bindings/timer/atmel,at91rm9200-st.yaml
>   create mode 100644 Documentation/devicetree/bindings/timer/atmel,at91sam9260-pit.yaml
>   create mode 100644 Documentation/devicetree/bindings/watchdog/atmel,at91rm9200-wdt.yaml
>   delete mode 100644 Documentation/devicetree/bindings/watchdog/atmel-at91rm9200-wdt.txt
>