linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Maxime Ripard <maxime@cerno.tech>
Cc: p.zabel@pengutronix.de, Mike Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@codeaurora.org>,
	lee.jones@linaro.org, Mark Rutland <mark.rutland@arm.com>,
	Frank Rowand <frowand.list@gmail.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Chen-Yu Tsai <wens@csie.org>, Maxime Ripard <mripard@kernel.org>,
	Maxime Ripard <maxime@cerno.tech>
Subject: Re: [PATCH 1/3] dt-bindings: clocks: Convert Allwinner legacy clocks to schemas
Date: Fri, 20 Dec 2019 15:44:55 -0700	[thread overview]
Message-ID: <20191220224455.GA18967@bogus> (raw)
In-Reply-To: <20191219090712.947490-1-maxime@cerno.tech>

On Thu, 19 Dec 2019 10:07:10 +0100, Maxime Ripard wrote:
> The Allwinner SoCs have a legacy set of bindings (and a framework to
> support it in Linux) for their clock controllers.
> 
> Now that we have the DT validation in place, let's split into separate file
> and convert the device tree bindings for those clocks to schemas, and mark
> them all as deprecated.
> 
> Signed-off-by: Maxime Ripard <maxime@cerno.tech>
> ---
>  .../clock/allwinner,sun4i-a10-ahb-clk.yaml    | 108 +++++++++
>  .../clock/allwinner,sun4i-a10-apb0-clk.yaml   |  50 ++++
>  .../clock/allwinner,sun4i-a10-apb1-clk.yaml   |  52 ++++
>  .../clock/allwinner,sun4i-a10-axi-clk.yaml    |  61 +++++
>  .../clock/allwinner,sun4i-a10-cpu-clk.yaml    |  52 ++++
>  .../allwinner,sun4i-a10-display-clk.yaml      |  57 +++++
>  .../clock/allwinner,sun4i-a10-gates-clk.yaml  | 152 ++++++++++++
>  .../clock/allwinner,sun4i-a10-mbus-clk.yaml   |  63 +++++
>  .../clock/allwinner,sun4i-a10-mmc-clk.yaml    |  87 +++++++
>  .../clock/allwinner,sun4i-a10-mod0-clk.yaml   |  80 +++++++
>  .../clock/allwinner,sun4i-a10-mod1-clk.yaml   |  57 +++++
>  .../clock/allwinner,sun4i-a10-osc-clk.yaml    |  51 ++++
>  .../clock/allwinner,sun4i-a10-pll1-clk.yaml   |  71 ++++++
>  .../clock/allwinner,sun4i-a10-pll3-clk.yaml   |  50 ++++
>  .../clock/allwinner,sun4i-a10-pll5-clk.yaml   |  53 +++++
>  .../clock/allwinner,sun4i-a10-pll6-clk.yaml   |  53 +++++
>  .../allwinner,sun4i-a10-tcon-ch0-clk.yaml     |  77 ++++++
>  .../clock/allwinner,sun4i-a10-usb-clk.yaml    | 166 +++++++++++++
>  .../clock/allwinner,sun4i-a10-ve-clk.yaml     |  55 +++++
>  .../clock/allwinner,sun5i-a13-ahb-clk.yaml    |  52 ++++
>  .../clock/allwinner,sun6i-a31-pll6-clk.yaml   |  53 +++++
>  .../clock/allwinner,sun7i-a20-gmac-clk.yaml   |  51 ++++
>  .../clock/allwinner,sun7i-a20-out-clk.yaml    |  52 ++++
>  .../allwinner,sun8i-h3-bus-gates-clk.yaml     | 103 ++++++++
>  .../clock/allwinner,sun9i-a80-ahb-clk.yaml    |  52 ++++
>  .../clock/allwinner,sun9i-a80-apb0-clk.yaml   |  63 +++++
>  .../clock/allwinner,sun9i-a80-cpus-clk.yaml   |  52 ++++
>  .../clock/allwinner,sun9i-a80-gt-clk.yaml     |  52 ++++
>  .../allwinner,sun9i-a80-mmc-config-clk.yaml   |  68 ++++++
>  .../clock/allwinner,sun9i-a80-pll4-clk.yaml   |  50 ++++
>  .../allwinner,sun9i-a80-usb-mod-clk.yaml      |  60 +++++
>  .../allwinner,sun9i-a80-usb-phy-clk.yaml      |  60 +++++
>  .../devicetree/bindings/clock/sunxi.txt       | 225 ------------------
>  33 files changed, 2163 insertions(+), 225 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ahb-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-apb0-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-apb1-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-axi-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-cpu-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-display-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-gates-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-mbus-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-mmc-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-mod0-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-mod1-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-osc-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-pll1-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-pll3-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-pll5-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-pll6-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-tcon-ch0-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-usb-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ve-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun5i-a13-ahb-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun6i-a31-pll6-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun7i-a20-gmac-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun7i-a20-out-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun8i-h3-bus-gates-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-ahb-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-apb0-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-cpus-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-gt-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-mmc-config-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-pll4-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-usb-mod-clk.yaml
>  create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-usb-phy-clk.yaml
>  delete mode 100644 Documentation/devicetree/bindings/clock/sunxi.txt
> 

Applied, thanks.

Rob

      parent reply	other threads:[~2019-12-20 22:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-19  9:07 [PATCH 1/3] dt-bindings: clocks: Convert Allwinner legacy clocks to schemas Maxime Ripard
2019-12-19  9:07 ` [PATCH 2/3] dt-bindings: mfd: Convert Allwinner legacy PRCM bindings " Maxime Ripard
2019-12-20 22:45   ` Rob Herring
2019-12-19  9:07 ` [PATCH 3/3] dt-bindings: resets: Convert Allwinner legacy resets " Maxime Ripard
2019-12-20 22:45   ` Rob Herring
2019-12-20 22:44 ` Rob Herring [this message]

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=20191220224455.GA18967@bogus \
    --to=robh@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=frowand.list@gmail.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=maxime@cerno.tech \
    --cc=mripard@kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=p.zabel@pengutronix.de \
    --cc=sboyd@codeaurora.org \
    --cc=wens@csie.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).