linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Rob Herring <robh@kernel.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" 
	<devicetree@vger.kernel.org>,
	linux-samsung-soc <linux-samsung-soc@vger.kernel.org>,
	Kevin Hilman <khilman@baylibre.com>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	linux-clk <linux-clk@vger.kernel.org>,
	"moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" 
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v3 1/2] dt-bindings: power: Convert Generic Power Domain bindings to json-schema
Date: Tue, 19 Nov 2019 10:58:11 +0100	[thread overview]
Message-ID: <CAMuHMdXYg4u1SF+j=doJqaDFw+O61g2th8ppt+CBrez8QAgJRA@mail.gmail.com> (raw)
In-Reply-To: <CAL_JsqJCps_s1OGt2SvPa4uBj9EQp0ZqyeHVw8fMR+rSSVh9ow@mail.gmail.com>

Hi Rob, Krzysztof,

On Thu, Nov 14, 2019 at 5:42 PM Rob Herring <robh@kernel.org> wrote:
> On Thu, Nov 14, 2019 at 6:59 AM Krzysztof Kozlowski <krzk@kernel.org> wrote:
> > On Tue, Nov 05, 2019 at 01:42:58PM -0600, Rob Herring wrote:
> > > On Wed, 30 Oct 2019 18:32:15 +0100, Krzysztof Kozlowski wrote:
> > > > Convert Generic Power Domain bindings to DT schema format using
> > > > json-schema.
> > > >
> > > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> > > > Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
> > > > Acked-by: Stephen Boyd <sboyd@kernel.org>
> > > >
> > > > ---
> > > >
> > > > Changes since v2:
> > > > 1. Keep description of consumers in power-domain.txt,
> > > > 2. Rename power_domain.txt to power-domain.txt,
> > > > 3. Indent example with four spaces (more readable).
> > > >
> > > > Changes since v1:
> > > > 1. Select all nodes for consumers,
> > > > 2. Remove from consumers duplicated properties with dt-schema,
> > > > 3. Fix power domain pattern,
> > > > 4. Remove unneeded types.
> > > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> > > > ---
> > > >  .../devicetree/bindings/arm/arm,scmi.txt      |   2 +-
> > > >  .../devicetree/bindings/arm/arm,scpi.txt      |   2 +-
> > > >  .../bindings/arm/freescale/fsl,scu.txt        |   2 +-
> > > >  .../bindings/clock/renesas,cpg-mssr.txt       |   2 +-
> > > >  .../bindings/clock/ti/davinci/psc.txt         |   2 +-
> > > >  .../firmware/nvidia,tegra186-bpmp.txt         |   2 +-
> > > >  .../bindings/power/amlogic,meson-gx-pwrc.txt  |   2 +-
> > > >  .../devicetree/bindings/power/fsl,imx-gpc.txt |   2 +-
> > > >  .../bindings/power/fsl,imx-gpcv2.txt          |   2 +-
> > > >  .../{power_domain.txt => power-domain.txt}    |  95 +------------
> > > >  .../bindings/power/power-domain.yaml          | 133 ++++++++++++++++++
> > > >  .../bindings/power/renesas,sysc-rmobile.txt   |   2 +-
> > > >  .../bindings/power/xlnx,zynqmp-genpd.txt      |   2 +-
> > > >  .../bindings/soc/bcm/brcm,bcm2835-pm.txt      |   2 +-
> > > >  .../bindings/soc/mediatek/scpsys.txt          |   2 +-
> > > >  .../bindings/soc/ti/sci-pm-domain.txt         |   2 +-
> > > >  MAINTAINERS                                   |   2 +-
> > > >  17 files changed, 149 insertions(+), 109 deletions(-)
> > > >  rename Documentation/devicetree/bindings/power/{power_domain.txt => power-domain.txt} (51%)
> > > >  create mode 100644 Documentation/devicetree/bindings/power/power-domain.yaml
> > > >
> > >
> > > Reviewed-by: Rob Herring <robh@kernel.org>
> >
> > The patches should apply cleanly in top of your tree so maybe you can
> > pick them up?
>
> I didn't on this one because it touches a lot of files. Though on
> second thought, they are all across the tree, so I might as well apply
> them.

There are still several leftover references to power_domain.txt.
Krzysztof: Do you plan to convert these, too, or do you expect the
individual maintainers to handle that?

Thanks!

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

  reply	other threads:[~2019-11-19  9:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-30 17:32 [PATCH v3 1/2] dt-bindings: power: Convert Generic Power Domain bindings to json-schema Krzysztof Kozlowski
2019-10-30 17:32 ` [PATCH v3 2/2] dt-bindings: power: Convert Samsung Exynos " Krzysztof Kozlowski
2019-11-05 19:43   ` Rob Herring
2019-11-05 19:42 ` [PATCH v3 1/2] dt-bindings: power: Convert Generic " Rob Herring
2019-11-14 12:59   ` Krzysztof Kozlowski
2019-11-14 16:41     ` Rob Herring
2019-11-19  9:58       ` Geert Uytterhoeven [this message]
2019-11-19 14:32         ` Krzysztof Kozlowski

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='CAMuHMdXYg4u1SF+j=doJqaDFw+O61g2th8ppt+CBrez8QAgJRA@mail.gmail.com' \
    --to=geert@linux-m68k.org \
    --cc=devicetree@vger.kernel.org \
    --cc=khilman@baylibre.com \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=rjw@rjwysocki.net \
    --cc=robh@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).