linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Anson Huang <Anson.Huang@nxp.com>
To: mturquette@baylibre.com, sboyd@kernel.org, robh+dt@kernel.org,
	shawnguo@kernel.org, s.hauer@pengutronix.de,
	kernel@pengutronix.de, festevam@gmail.com,
	linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: Linux-imx@nxp.com
Subject: [PATCH V5 0/5] Convert i.MX6 SoCs clock bindings to json-schma
Date: Wed, 13 May 2020 08:11:19 +0800	[thread overview]
Message-ID: <1589328684-1397-1-git-send-email-Anson.Huang@nxp.com> (raw)

Converts i.MX6Q/i.MX6SX/i.MX6SL/i.MX6SLL/i.MX6UL clock bindings to
json-schma format.

Changes since V4:
	- add descriptions for interrupts and each item of it.

Anson Huang (5):
  dt-bindings: clock: Convert i.MX6Q clock to json-schema
  dt-bindings: clock: Convert i.MX6SX clock to json-schema
  dt-bindings: clock: Convert i.MX6SL clock to json-schema
  dt-bindings: clock: Convert i.MX6SLL clock to json-schema
  dt-bindings: clock: Convert i.MX6UL clock to json-schema

 .../devicetree/bindings/clock/imx6q-clock.txt      | 41 ------------
 .../devicetree/bindings/clock/imx6q-clock.yaml     | 72 ++++++++++++++++++++++
 .../devicetree/bindings/clock/imx6sl-clock.txt     | 10 ---
 .../devicetree/bindings/clock/imx6sl-clock.yaml    | 48 +++++++++++++++
 .../devicetree/bindings/clock/imx6sll-clock.txt    | 36 -----------
 .../devicetree/bindings/clock/imx6sll-clock.yaml   | 66 ++++++++++++++++++++
 .../devicetree/bindings/clock/imx6sx-clock.txt     | 13 ----
 .../devicetree/bindings/clock/imx6sx-clock.yaml    | 70 +++++++++++++++++++++
 .../devicetree/bindings/clock/imx6ul-clock.txt     | 13 ----
 .../devicetree/bindings/clock/imx6ul-clock.yaml    | 66 ++++++++++++++++++++
 10 files changed, 322 insertions(+), 113 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/clock/imx6q-clock.txt
 create mode 100644 Documentation/devicetree/bindings/clock/imx6q-clock.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/imx6sl-clock.txt
 create mode 100644 Documentation/devicetree/bindings/clock/imx6sl-clock.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/imx6sll-clock.txt
 create mode 100644 Documentation/devicetree/bindings/clock/imx6sll-clock.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/imx6sx-clock.txt
 create mode 100644 Documentation/devicetree/bindings/clock/imx6sx-clock.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/imx6ul-clock.txt
 create mode 100644 Documentation/devicetree/bindings/clock/imx6ul-clock.yaml

-- 
2.7.4


             reply	other threads:[~2020-05-13  0:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-13  0:11 Anson Huang [this message]
2020-05-13  0:11 ` [PATCH V5 1/5] dt-bindings: clock: Convert i.MX6Q clock to json-schema Anson Huang
2020-05-26 22:30   ` Rob Herring
2020-05-13  0:11 ` [PATCH V5 2/5] dt-bindings: clock: Convert i.MX6SX " Anson Huang
2020-05-26 22:30   ` Rob Herring
2020-05-13  0:11 ` [PATCH V5 3/5] dt-bindings: clock: Convert i.MX6SL " Anson Huang
2020-05-26 22:31   ` Rob Herring
2020-05-13  0:11 ` [PATCH V5 4/5] dt-bindings: clock: Convert i.MX6SLL " Anson Huang
2020-05-26 22:31   ` Rob Herring
2020-05-13  0:11 ` [PATCH V5 5/5] dt-bindings: clock: Convert i.MX6UL " Anson Huang
2020-05-26 22:31   ` Rob Herring

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=1589328684-1397-1-git-send-email-Anson.Huang@nxp.com \
    --to=anson.huang@nxp.com \
    --cc=Linux-imx@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=sboyd@kernel.org \
    --cc=shawnguo@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).