All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ezequiel Garcia <ezequiel@collabora.com>
To: linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org
Cc: Heiko Stuebner <heiko@sntech.de>,
	Kever Yang <kever.yang@rock-chips.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Ezequiel Garcia <ezequiel@collabora.com>,
	kernel@collabora.com
Subject: [PATCH v2 0/3] Rockchip Timer DT binding YAML conversion
Date: Thu,  6 May 2021 08:11:33 -0300	[thread overview]
Message-ID: <20210506111136.3941-1-ezequiel@collabora.com> (raw)

Changes from v1:
* Fix the order of clock specifiers.

Ezequiel Garcia (3):
  arm64: dts: rockchip: add timer0 clocks on rk3368
  arm: dts: rockchip: Fix the timer clocks order
  dt-bindings: timer: convert rockchip,rk-timer.txt to YAML

 .../bindings/timer/rockchip,rk-timer.txt      | 27 --------
 .../bindings/timer/rockchip,rk-timer.yaml     | 64 +++++++++++++++++++
 arch/arm/boot/dts/rk3188.dtsi                 |  8 +--
 arch/arm/boot/dts/rk3288.dtsi                 |  4 +-
 arch/arm64/boot/dts/rockchip/rk3368.dtsi      |  2 +
 5 files changed, 72 insertions(+), 33 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/timer/rockchip,rk-timer.txt
 create mode 100644 Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml

-- 
2.30.0


WARNING: multiple messages have this Message-ID (diff)
From: Ezequiel Garcia <ezequiel@collabora.com>
To: linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org
Cc: Heiko Stuebner <heiko@sntech.de>,
	Kever Yang <kever.yang@rock-chips.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Ezequiel Garcia <ezequiel@collabora.com>,
	kernel@collabora.com
Subject: [PATCH v2 0/3] Rockchip Timer DT binding YAML conversion
Date: Thu,  6 May 2021 08:11:33 -0300	[thread overview]
Message-ID: <20210506111136.3941-1-ezequiel@collabora.com> (raw)

Changes from v1:
* Fix the order of clock specifiers.

Ezequiel Garcia (3):
  arm64: dts: rockchip: add timer0 clocks on rk3368
  arm: dts: rockchip: Fix the timer clocks order
  dt-bindings: timer: convert rockchip,rk-timer.txt to YAML

 .../bindings/timer/rockchip,rk-timer.txt      | 27 --------
 .../bindings/timer/rockchip,rk-timer.yaml     | 64 +++++++++++++++++++
 arch/arm/boot/dts/rk3188.dtsi                 |  8 +--
 arch/arm/boot/dts/rk3288.dtsi                 |  4 +-
 arch/arm64/boot/dts/rockchip/rk3368.dtsi      |  2 +
 5 files changed, 72 insertions(+), 33 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/timer/rockchip,rk-timer.txt
 create mode 100644 Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml

-- 
2.30.0


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

             reply	other threads:[~2021-05-06 11:11 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-06 11:11 Ezequiel Garcia [this message]
2021-05-06 11:11 ` [PATCH v2 0/3] Rockchip Timer DT binding YAML conversion Ezequiel Garcia
2021-05-06 11:11 ` [PATCH v2 1/3] arm64: dts: rockchip: add timer0 clocks on rk3368 Ezequiel Garcia
2021-05-06 11:11   ` Ezequiel Garcia
2021-05-06 11:11 ` [PATCH v2 2/3] arm: dts: rockchip: Fix the timer clocks order Ezequiel Garcia
2021-05-06 11:11   ` Ezequiel Garcia
2021-05-06 11:11 ` [PATCH v2 3/3] dt-bindings: timer: convert rockchip,rk-timer.txt to YAML Ezequiel Garcia
2021-05-06 11:11   ` [PATCH v2 3/3] dt-bindings: timer: convert rockchip, rk-timer.txt " Ezequiel Garcia
2021-05-07 21:16   ` [PATCH v2 3/3] dt-bindings: timer: convert rockchip,rk-timer.txt " Rob Herring
2021-05-07 21:16     ` [PATCH v2 3/3] dt-bindings: timer: convert rockchip, rk-timer.txt " Rob Herring
2021-05-28 15:56   ` [PATCH v2 3/3] dt-bindings: timer: convert rockchip,rk-timer.txt " Heiko Stübner
2021-05-28 15:56     ` [PATCH v2 3/3] dt-bindings: timer: convert rockchip, rk-timer.txt " Heiko Stübner
2021-05-28 15:57     ` [PATCH v2 3/3] dt-bindings: timer: convert rockchip,rk-timer.txt " Daniel Lezcano
2021-05-28 15:57       ` [PATCH v2 3/3] dt-bindings: timer: convert rockchip, rk-timer.txt " Daniel Lezcano
2021-06-19 14:25       ` [PATCH v2 3/3] dt-bindings: timer: convert rockchip,rk-timer.txt " Ezequiel Garcia
2021-06-19 14:25         ` Ezequiel Garcia
2021-06-21  9:39         ` Daniel Lezcano
2021-06-21  9:39           ` [PATCH v2 3/3] dt-bindings: timer: convert rockchip, rk-timer.txt " Daniel Lezcano
2021-08-26 16:25   ` [tip: timers/core] dt-bindings: timer: convert rockchip,rk-timer.txt " tip-bot2 for Ezequiel Garcia
2021-05-09 23:55 ` (subset) [PATCH v2 0/3] Rockchip Timer DT binding YAML conversion Heiko Stuebner
2021-05-09 23:55   ` Heiko Stuebner
2021-05-10  0:12 ` Heiko Stuebner
2021-05-10  0:12   ` Heiko Stuebner

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=20210506111136.3941-1-ezequiel@collabora.com \
    --to=ezequiel@collabora.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=kernel@collabora.com \
    --cc=kever.yang@rock-chips.com \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=robh+dt@kernel.org \
    /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.