devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: [PATCH] dt-bindings: timer: renesas: tmu: Document r8a774b1 bindings
       [not found]   ` <CAMuHMdVvgS17NW7srZ37x5QD3qtZkGQY9xE_97bvF8bwAcmLvg@mail.gmail.com>
@ 2019-11-21  8:52     ` Biju Das
  2019-11-21  8:55       ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Biju Das @ 2019-11-21  8:52 UTC (permalink / raw)
  To: Geert Uytterhoeven, Daniel Lezcano
  Cc: Rob Herring, Mark Rutland, Thomas Gleixner,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro, Linux-Renesas

Hi Geert, Daniel,

Any update on the below binding patch?

Regards,
Biju
> -----Original Message-----
> From: Geert Uytterhoeven <geert@linux-m68k.org>
> Sent: Thursday, October 3, 2019 7:51 AM
> To: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Biju Das <biju.das@bp.renesas.com>; Rob Herring
> <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>; Thomas
> Gleixner <tglx@linutronix.de>; open list:OPEN FIRMWARE AND FLATTENED
> DEVICE TREE BINDINGS <devicetree@vger.kernel.org>; Geert Uytterhoeven
> <geert+renesas@glider.be>; Simon Horman <horms@verge.net.au>; Chris
> Paterson <Chris.Paterson2@renesas.com>; Fabrizio Castro
> <fabrizio.castro@bp.renesas.com>; Linux-Renesas <linux-renesas-
> soc@vger.kernel.org>
> Subject: Re: [PATCH] dt-bindings: timer: renesas: tmu: Document r8a774b1
> bindings
> 
> Hi Daniel,
> 
> On Thu, Oct 3, 2019 at 6:09 AM Daniel Lezcano <daniel.lezcano@linaro.org>
> wrote:
> > On 23/09/2019 16:30, Biju Das wrote:
> > > Document RZ/G2N (R8A774B1) SoC in the Renesas TMU bindings.
> > >
> > > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > > ---
> > >  Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 +
> > >  1 file changed, 1 insertion(+)
> > >
> > > diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > index 9dff7e5..29159f4 100644
> > > --- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > +++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > @@ -11,6 +11,7 @@ Required Properties:
> > >    - compatible: must contain one or more of the following:
> > >      - "renesas,tmu-r8a7740" for the r8a7740 TMU
> > >      - "renesas,tmu-r8a774a1" for the r8a774A1 TMU
> > > +    - "renesas,tmu-r8a774b1" for the r8a774B1 TMU
> > >      - "renesas,tmu-r8a774c0" for the r8a774C0 TMU
> > >      - "renesas,tmu-r8a7778" for the r8a7778 TMU
> > >      - "renesas,tmu-r8a7779" for the r8a7779 TMU
> > >
> >
> > The patch does not apply on tip/timers
> 
> That's expected, as I queued the previous change in renesas-dt-bindings-for-
> v5.5, cfr.
> https://lore.kernel.org/linux-renesas-soc/244ca7ac-54d1-d07d-762f-
> e832b0e2a267@linaro.org/
> 
> Do you want me to know this in renesas-dt-bindings-for-v5.5?


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: timer: renesas: tmu: Document r8a774b1 bindings
  2019-11-21  8:52     ` [PATCH] dt-bindings: timer: renesas: tmu: Document r8a774b1 bindings Biju Das
@ 2019-11-21  8:55       ` Geert Uytterhoeven
  2019-12-09 10:17         ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2019-11-21  8:55 UTC (permalink / raw)
  To: Biju Das
  Cc: Daniel Lezcano, Rob Herring, Mark Rutland, Thomas Gleixner,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro, Linux-Renesas

Hi Biju,

On Thu, Nov 21, 2019 at 9:52 AM Biju Das <biju.das@bp.renesas.com> wrote:
> Any update on the below binding patch?

If it won't appear in v5.5-rc1, my plan is to queue it in renesas-devel
for v5.6.

> > -----Original Message-----
> > From: Geert Uytterhoeven <geert@linux-m68k.org>
> > Sent: Thursday, October 3, 2019 7:51 AM
> > To: Daniel Lezcano <daniel.lezcano@linaro.org>
> > Cc: Biju Das <biju.das@bp.renesas.com>; Rob Herring
> > <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>; Thomas
> > Gleixner <tglx@linutronix.de>; open list:OPEN FIRMWARE AND FLATTENED
> > DEVICE TREE BINDINGS <devicetree@vger.kernel.org>; Geert Uytterhoeven
> > <geert+renesas@glider.be>; Simon Horman <horms@verge.net.au>; Chris
> > Paterson <Chris.Paterson2@renesas.com>; Fabrizio Castro
> > <fabrizio.castro@bp.renesas.com>; Linux-Renesas <linux-renesas-
> > soc@vger.kernel.org>
> > Subject: Re: [PATCH] dt-bindings: timer: renesas: tmu: Document r8a774b1
> > bindings
> >
> > Hi Daniel,
> >
> > On Thu, Oct 3, 2019 at 6:09 AM Daniel Lezcano <daniel.lezcano@linaro.org>
> > wrote:
> > > On 23/09/2019 16:30, Biju Das wrote:
> > > > Document RZ/G2N (R8A774B1) SoC in the Renesas TMU bindings.
> > > >
> > > > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > > > ---
> > > >  Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 +
> > > >  1 file changed, 1 insertion(+)
> > > >
> > > > diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > > b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > > index 9dff7e5..29159f4 100644
> > > > --- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > > +++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > > @@ -11,6 +11,7 @@ Required Properties:
> > > >    - compatible: must contain one or more of the following:
> > > >      - "renesas,tmu-r8a7740" for the r8a7740 TMU
> > > >      - "renesas,tmu-r8a774a1" for the r8a774A1 TMU
> > > > +    - "renesas,tmu-r8a774b1" for the r8a774B1 TMU
> > > >      - "renesas,tmu-r8a774c0" for the r8a774C0 TMU
> > > >      - "renesas,tmu-r8a7778" for the r8a7778 TMU
> > > >      - "renesas,tmu-r8a7779" for the r8a7779 TMU
> > > >
> > >
> > > The patch does not apply on tip/timers
> >
> > That's expected, as I queued the previous change in renesas-dt-bindings-for-
> > v5.5, cfr.
> > https://lore.kernel.org/linux-renesas-soc/244ca7ac-54d1-d07d-762f-
> > e832b0e2a267@linaro.org/
> >
> > Do you want me to know this in renesas-dt-bindings-for-v5.5?
>


-- 
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: timer: renesas: tmu: Document r8a774b1 bindings
  2019-11-21  8:55       ` Geert Uytterhoeven
@ 2019-12-09 10:17         ` Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2019-12-09 10:17 UTC (permalink / raw)
  To: Biju Das
  Cc: Daniel Lezcano, Rob Herring, Mark Rutland, Thomas Gleixner,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro, Linux-Renesas

On Thu, Nov 21, 2019 at 9:55 AM Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> On Thu, Nov 21, 2019 at 9:52 AM Biju Das <biju.das@bp.renesas.com> wrote:
> > Any update on the below binding patch?
>
> If it won't appear in v5.5-rc1, my plan is to queue it in renesas-devel
> for v5.6.

Queued.


> > > -----Original Message-----
> > > From: Geert Uytterhoeven <geert@linux-m68k.org>
> > > Sent: Thursday, October 3, 2019 7:51 AM
> > > To: Daniel Lezcano <daniel.lezcano@linaro.org>
> > > Cc: Biju Das <biju.das@bp.renesas.com>; Rob Herring
> > > <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>; Thomas
> > > Gleixner <tglx@linutronix.de>; open list:OPEN FIRMWARE AND FLATTENED
> > > DEVICE TREE BINDINGS <devicetree@vger.kernel.org>; Geert Uytterhoeven
> > > <geert+renesas@glider.be>; Simon Horman <horms@verge.net.au>; Chris
> > > Paterson <Chris.Paterson2@renesas.com>; Fabrizio Castro
> > > <fabrizio.castro@bp.renesas.com>; Linux-Renesas <linux-renesas-
> > > soc@vger.kernel.org>
> > > Subject: Re: [PATCH] dt-bindings: timer: renesas: tmu: Document r8a774b1
> > > bindings
> > >
> > > Hi Daniel,
> > >
> > > On Thu, Oct 3, 2019 at 6:09 AM Daniel Lezcano <daniel.lezcano@linaro.org>
> > > wrote:
> > > > On 23/09/2019 16:30, Biju Das wrote:
> > > > > Document RZ/G2N (R8A774B1) SoC in the Renesas TMU bindings.
> > > > >
> > > > > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > > > > ---
> > > > >  Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 +
> > > > >  1 file changed, 1 insertion(+)
> > > > >
> > > > > diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > > > b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > > > index 9dff7e5..29159f4 100644
> > > > > --- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > > > +++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > > > @@ -11,6 +11,7 @@ Required Properties:
> > > > >    - compatible: must contain one or more of the following:
> > > > >      - "renesas,tmu-r8a7740" for the r8a7740 TMU
> > > > >      - "renesas,tmu-r8a774a1" for the r8a774A1 TMU
> > > > > +    - "renesas,tmu-r8a774b1" for the r8a774B1 TMU
> > > > >      - "renesas,tmu-r8a774c0" for the r8a774C0 TMU
> > > > >      - "renesas,tmu-r8a7778" for the r8a7778 TMU
> > > > >      - "renesas,tmu-r8a7779" for the r8a7779 TMU
> > > > >
> > > >
> > > > The patch does not apply on tip/timers
> > >
> > > That's expected, as I queued the previous change in renesas-dt-bindings-for-
> > > v5.5, cfr.
> > > https://lore.kernel.org/linux-renesas-soc/244ca7ac-54d1-d07d-762f-
> > > e832b0e2a267@linaro.org/
> > >
> > > Do you want me to know this in renesas-dt-bindings-for-v5.5?

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-09 10:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1569249052-1037-1-git-send-email-biju.das@bp.renesas.com>
     [not found] ` <dd752192-8caf-39bf-5a91-27adb6a5f84b@linaro.org>
     [not found]   ` <CAMuHMdVvgS17NW7srZ37x5QD3qtZkGQY9xE_97bvF8bwAcmLvg@mail.gmail.com>
2019-11-21  8:52     ` [PATCH] dt-bindings: timer: renesas: tmu: Document r8a774b1 bindings Biju Das
2019-11-21  8:55       ` Geert Uytterhoeven
2019-12-09 10:17         ` Geert Uytterhoeven

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).