linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Simon Horman <horms@verge.net.au>
Cc: "Zhang Rui" <rui.zhang@intel.com>,
	"Eduardo Valentin" <edubezval@gmail.com>,
	"Niklas Söderlund" <niklas.soderlund@ragnatech.se>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"Daniel Lezcano" <daniel.lezcano@linaro.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Mark Rutland" <mark.rutland@arm.com>,
	"Magnus Damm" <magnus.damm@gmail.com>,
	"Yoshihiro Kaneko" <ykaneko0929@gmail.com>,
	"Linux PM list" <linux-pm@vger.kernel.org>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
	<devicetree@vger.kernel.org>,
	Linux-Renesas <linux-renesas-soc@vger.kernel.org>
Subject: Re: [PATCH] dt-bindings: thermal: rcar-thermal: convert bindings to json-schema
Date: Tue, 17 Sep 2019 13:46:02 +0200	[thread overview]
Message-ID: <CAMuHMdWn42tJVVDws+0Hmxajpm9uHH-LrfB1oy4Ct=M-GMJRag@mail.gmail.com> (raw)
In-Reply-To: <20190917114112.wh564oqhdmfhkm4u@verge.net.au>

Hi Simon,

On Tue, Sep 17, 2019 at 1:41 PM Simon Horman <horms@verge.net.au> wrote:
> On Tue, Sep 17, 2019 at 01:37:39PM +0200, Geert Uytterhoeven wrote:
> > On Tue, Sep 17, 2019 at 1:32 PM Simon Horman <horms@verge.net.au> wrote:
> > > I missread the original bindings document and somehow missed
> > > warnings emitted by dtbs_check. I now think the compat property should be
> > > described as:
> > >
> > >   compatible:
> > >     oneOf:
> > >       - items:
> > >           - enum:
> > >               - renesas,thermal-r8a73a4       # R-Mobile APE6
> > >               - renesas,thermal-r8a7779       # R-Car H1
> > >           - const: renesas,rcar-thermal       # Without thermal-zone
> > >
> > >       - items:
> > >           - enum:
> > >               - renesas,thermal-r8a7790       # R-Car H2
> > >               - renesas,thermal-r8a7791       # R-Car M2-W
> > >               - renesas,thermal-r8a7792       # R-Car V2H
> > >               - renesas,thermal-r8a7793       # R-Car M2-N
> > >           - const: renesas,rcar-gen2-thermal  # With thermal-zone
> > >           - const: renesas,rcar-thermal       # Without thermal-zone
> > >
> > >       - items:
> > >           - enum:
> > >               - renesas,thermal-r8a7743       # RZ/G1M
> > >               - renesas,thermal-r8a7744       # RZ/G1N
> > >           - const: renesas,rcar-gen2-thermal  # With thermal-zone
> > >
> > >       - items:
> > >           - enum:
> > >               - renesas,thermal-r8a774c0      # RZ/G2E
> > >               - renesas,thermal-r8a77970      # R-Car V3M
> > >               - renesas,thermal-r8a77990      # R-Car E3
> > >               - renesas,thermal-r8a77995      # R-Car D3
> >
> > Perhaps we should (try to) get rid of the "Without thermal-zone" legacy?
> > All R-Car Gen2 DTSes received thermal zones a while ago.
> > R-Mobile APE6 and R-Car H1 still don't have them described, though.
>
> Do you mean deprecate renesas,rcar-thermal ?

Exactly.

> If so that sounds reasonable if APE6 and R-Car H1 supports thermal-zones.
> But I don't feel it belongs in this patch, which aims
> to translate the documentation from one format to another

OK.

> (perhaps highlighting problems along the way :).

That part has been activated, definitely ;-)

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-09-17 11:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-16 10:07 [PATCH] dt-bindings: thermal: rcar-thermal: convert bindings to json-schema Simon Horman
2019-09-17 11:32 ` Simon Horman
2019-09-17 11:37   ` Geert Uytterhoeven
2019-09-17 11:41     ` Simon Horman
2019-09-17 11:46       ` Geert Uytterhoeven [this message]
     [not found] <20200311163221.1761949-1-niklas.soderlund+renesas@ragnatech.se>
2020-03-30 16:41 ` [PATCH] dt-bindings: thermal: rcar-thermal: Convert " 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='CAMuHMdWn42tJVVDws+0Hmxajpm9uHH-LrfB1oy4Ct=M-GMJRag@mail.gmail.com' \
    --to=geert@linux-m68k.org \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=edubezval@gmail.com \
    --cc=geert+renesas@glider.be \
    --cc=horms@verge.net.au \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mark.rutland@arm.com \
    --cc=niklas.soderlund@ragnatech.se \
    --cc=robh+dt@kernel.org \
    --cc=rui.zhang@intel.com \
    --cc=ykaneko0929@gmail.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 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).