mbox series

[PATCHv3,0/2] Convert TI dmtimer binding to yaml

Message ID 20220412131644.59195-1-tony@atomide.com (mailing list archive)
Headers show
Series Convert TI dmtimer binding to yaml | expand

Message

Tony Lindgren April 12, 2022, 1:16 p.m. UTC
Hi all,

Here's v3 changes for TI dmtimer changes.

Regards,

Tony


Changes since v1:

- Improve yaml for various checks based on comments from Krzysztof
  and Nishanth

- Add checks for am4 timer as pointed out by Krzysztof and Rob

- Split am6 additions into a separate patch as suggested by Krzysztof

Changes since v2:

- Improve yaml for more checks based on comments from Grygorii and
  Krzysztof


Tony Lindgren (2):
  dt-bindings: timer: Update TI timer to yaml
  dt-bindings: timer: Add compatible for am6 for TI timer-dm

 .../bindings/pwm/pwm-omap-dmtimer.txt         |   2 +-
 .../bindings/timer/ti,timer-dm.yaml           | 171 ++++++++++++++++++
 .../devicetree/bindings/timer/ti,timer.txt    |  44 -----
 3 files changed, 172 insertions(+), 45 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/timer/ti,timer-dm.yaml
 delete mode 100644 Documentation/devicetree/bindings/timer/ti,timer.txt

Comments

Rob Herring (Arm) April 12, 2022, 9:26 p.m. UTC | #1
On Tue, Apr 12, 2022 at 04:16:42PM +0300, Tony Lindgren wrote:
> Hi all,
> 
> Here's v3 changes for TI dmtimer changes.

You missed 'v3' on the patches.

> 
> Regards,
> 
> Tony
> 
> 
> Changes since v1:
> 
> - Improve yaml for various checks based on comments from Krzysztof
>   and Nishanth
> 
> - Add checks for am4 timer as pointed out by Krzysztof and Rob
> 
> - Split am6 additions into a separate patch as suggested by Krzysztof
> 
> Changes since v2:
> 
> - Improve yaml for more checks based on comments from Grygorii and
>   Krzysztof
> 
> 
> Tony Lindgren (2):
>   dt-bindings: timer: Update TI timer to yaml
>   dt-bindings: timer: Add compatible for am6 for TI timer-dm
> 
>  .../bindings/pwm/pwm-omap-dmtimer.txt         |   2 +-
>  .../bindings/timer/ti,timer-dm.yaml           | 171 ++++++++++++++++++
>  .../devicetree/bindings/timer/ti,timer.txt    |  44 -----
>  3 files changed, 172 insertions(+), 45 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/timer/ti,timer-dm.yaml
>  delete mode 100644 Documentation/devicetree/bindings/timer/ti,timer.txt
> 
> -- 
> 2.35.1
>
Tony Lindgren April 13, 2022, 6:11 a.m. UTC | #2
* Rob Herring <robh@kernel.org> [220412 21:24]:
> On Tue, Apr 12, 2022 at 04:16:42PM +0300, Tony Lindgren wrote:
> > Hi all,
> > 
> > Here's v3 changes for TI dmtimer changes.
> 
> You missed 'v3' on the patches.

Sounds like I need to start using git format-patch with -v option :)

Regards,

Tony