From: Tony Lindgren <tony@atomide.com>
To: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-omap@vger.kernel.org,
Daniel Lezcano <daniel.lezcano@linaro.org>,
Grygorii Strashko <grygorii.strashko@ti.com>,
Keerthy <j-keerthy@ti.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>
Subject: [PATCH v4 0/2] Convert TI dmtimer binding to yaml
Date: Wed, 13 Apr 2022 11:10:40 +0300 [thread overview]
Message-ID: <20220413081042.27088-1-tony@atomide.com> (raw)
Hi,
Here's v4 changes for TI dmtimer changes. I kept Krzysztof's ack for
the second patch as the rebase on updated first patch was trivial.
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
Changes since v3:
- Simplify constraints for reg, clocks and clock-names as suggested by
Krzysztof
- Use version number for patches too as suggested by Rob
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 | 158 ++++++++++++++++++
.../devicetree/bindings/timer/ti,timer.txt | 44 -----
3 files changed, 159 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
WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-omap@vger.kernel.org,
Daniel Lezcano <daniel.lezcano@linaro.org>,
Grygorii Strashko <grygorii.strashko@ti.com>,
Keerthy <j-keerthy@ti.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>
Subject: [PATCH v4 0/2] Convert TI dmtimer binding to yaml
Date: Wed, 13 Apr 2022 11:10:40 +0300 [thread overview]
Message-ID: <20220413081042.27088-1-tony@atomide.com> (raw)
Hi,
Here's v4 changes for TI dmtimer changes. I kept Krzysztof's ack for
the second patch as the rebase on updated first patch was trivial.
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
Changes since v3:
- Simplify constraints for reg, clocks and clock-names as suggested by
Krzysztof
- Use version number for patches too as suggested by Rob
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 | 158 ++++++++++++++++++
.../devicetree/bindings/timer/ti,timer.txt | 44 -----
3 files changed, 159 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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2022-04-13 8:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-13 8:10 Tony Lindgren [this message]
2022-04-13 8:10 ` [PATCH v4 0/2] Convert TI dmtimer binding to yaml Tony Lindgren
2022-04-13 8:10 ` [PATCH v4 1/2] dt-bindings: timer: Update TI timer " Tony Lindgren
2022-04-13 8:10 ` Tony Lindgren
2022-04-13 8:36 ` Krzysztof Kozlowski
2022-04-13 8:36 ` Krzysztof Kozlowski
2022-04-13 8:42 ` Tony Lindgren
2022-04-13 8:42 ` Tony Lindgren
2022-04-13 8:10 ` [PATCH v4 2/2] dt-bindings: timer: Add compatible for am6 for TI timer-dm Tony Lindgren
2022-04-13 8:10 ` Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220413081042.27088-1-tony@atomide.com \
--to=tony@atomide.com \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=grygorii.strashko@ti.com \
--cc=j-keerthy@ti.com \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=nm@ti.com \
--cc=robh+dt@kernel.org \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.