All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: renesas-wdt: Add support for the R8A77965 WDT
@ 2018-04-13 14:25 Wolfram Sang
  2018-04-13 14:54 ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfram Sang @ 2018-04-13 14:25 UTC (permalink / raw)
  To: linux-watchdog; +Cc: linux-renesas-soc, Wolfram Sang, Takeshi Kihara

Document support for the Watchdog Timer (WDT) Controller in the Renesas
R-Car M3N (R8A77965) SoC. No driver update is needed.

Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
[wsa: rebased to top-of-tree]
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 Documentation/devicetree/bindings/watchdog/renesas-wdt.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
index 123bb1b2654b..291d239fcbca 100644
--- a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
@@ -15,6 +15,7 @@ Required properties:
 		 - "renesas,r8a7794-wdt" (R-Car E2)
 		 - "renesas,r8a7795-wdt" (R-Car H3)
 		 - "renesas,r8a7796-wdt" (R-Car M3-W)
+		 - "renesas,r8a77965-wdt" (R-Car M3N)
 		 - "renesas,r8a77970-wdt" (R-Car V3M)
 		 - "renesas,r8a77995-wdt" (R-Car D3)
 	       The generic compatible string must be:
-- 
2.11.0


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

* Re: [PATCH] watchdog: renesas-wdt: Add support for the R8A77965 WDT
  2018-04-13 14:25 [PATCH] watchdog: renesas-wdt: Add support for the R8A77965 WDT Wolfram Sang
@ 2018-04-13 14:54 ` Geert Uytterhoeven
  2018-04-13 15:37   ` Wolfram Sang
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2018-04-13 14:54 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: Linux Watchdog Mailing List, Linux-Renesas, Takeshi Kihara

On Fri, Apr 13, 2018 at 4:25 PM, Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> Document support for the Watchdog Timer (WDT) Controller in the Renesas
> R-Car M3N (R8A77965) SoC. No driver update is needed.

M3-N

>
> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> [wsa: rebased to top-of-tree]
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

With the above fixed:
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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] 4+ messages in thread

* Re: [PATCH] watchdog: renesas-wdt: Add support for the R8A77965 WDT
  2018-04-13 14:54 ` Geert Uytterhoeven
@ 2018-04-13 15:37   ` Wolfram Sang
  2018-04-13 17:18     ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfram Sang @ 2018-04-13 15:37 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Wolfram Sang, Linux Watchdog Mailing List, Linux-Renesas, Takeshi Kihara

[-- Attachment #1: Type: text/plain, Size: 458 bytes --]

On Fri, Apr 13, 2018 at 04:54:17PM +0200, Geert Uytterhoeven wrote:
> On Fri, Apr 13, 2018 at 4:25 PM, Wolfram Sang
> <wsa+renesas@sang-engineering.com> wrote:
> > Document support for the Watchdog Timer (WDT) Controller in the Renesas
> > R-Car M3N (R8A77965) SoC. No driver update is needed.
> 
> M3-N

Do we have a de-facto reference for those namings? Sigh, I was kinda
sure M3N was agreed on.

So, it must be fixed in the patch as well...


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] watchdog: renesas-wdt: Add support for the R8A77965 WDT
  2018-04-13 15:37   ` Wolfram Sang
@ 2018-04-13 17:18     ` Geert Uytterhoeven
  0 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2018-04-13 17:18 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Wolfram Sang, Linux Watchdog Mailing List, Linux-Renesas, Takeshi Kihara

Hi Wolfram,

On Fri, Apr 13, 2018 at 5:37 PM, Wolfram Sang <wsa@the-dreams.de> wrote:
> On Fri, Apr 13, 2018 at 04:54:17PM +0200, Geert Uytterhoeven wrote:
>> On Fri, Apr 13, 2018 at 4:25 PM, Wolfram Sang
>> <wsa+renesas@sang-engineering.com> wrote:
>> > Document support for the Watchdog Timer (WDT) Controller in the Renesas
>> > R-Car M3N (R8A77965) SoC. No driver update is needed.
>>
>> M3-N
>
> Do we have a de-facto reference for those namings? Sigh, I was kinda
> sure M3N was agreed on.

The User's Manual? (oops, 5 occurrences of "M3N" left)

> So, it must be fixed in the patch as well...

Doh, missed one. These errors are too easy to overlook ;-)

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] 4+ messages in thread

end of thread, other threads:[~2018-04-13 17:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-13 14:25 [PATCH] watchdog: renesas-wdt: Add support for the R8A77965 WDT Wolfram Sang
2018-04-13 14:54 ` Geert Uytterhoeven
2018-04-13 15:37   ` Wolfram Sang
2018-04-13 17:18     ` Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.