devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Keiji Hayashibara" <hayashibara.keiji-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
To: wim-IQzOog9fTRqzQB+pC5nmwQ@public.gmane.org,
	linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org
Cc: linux-watchdog-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	masami.hiramatsu-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
	jaswinder.singh-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, "Yamada,
	Masahiro/山田 真弘"
	<yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>,
	"Hayashi,
	Kunihiko/林 邦彦"
	<hayashi.kunihiko-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>,
	"Owada,
	Kiyoshi/大和田 清志"
	<owada.kiyoshi-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
Subject: RE: [PATCH V4 0/3] add UniPhier watchdog support
Date: Wed, 5 Jul 2017 19:06:28 +0900	[thread overview]
Message-ID: <000001d2f576$5f011c20$1d035460$@socionext.com> (raw)
In-Reply-To: <1497426825-25450-1-git-send-email-hayashibara.keiji-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>

Hi Guenter,

Let me confirm if I got it.

I guess that this series finished the review.
Could you tell me the current state of this series?

----------
Best Regards,
Keiji Hayashibara


> -----Original Message-----
> From: Keiji Hayashibara [mailto:hayashibara.keiji-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org]
> Sent: Wednesday, June 14, 2017 4:54 PM
> Subject: [PATCH V4 0/3] add UniPhier watchdog support
> 
> This series adds support for watchdog timer implemented on UniPhier LD11 and
> LD20 SoCs. This driver supports watchdog and system reset for SoCs.
> 
> patch V3
> http://www.spinics.net/lists/linux-watchdog/msg11889.html
> 
> patch V2
> http://www.spinics.net/lists/linux-watchdog/msg11852.html
> 
> patch V1
> http://www.spinics.net/lists/linux-watchdog/msg11782.html
> 
> 
> Changes between V4 and V3
> =========================
> 
>  * Add own dependencies to Kconfig.
> 
> Changes between V3 and V2
> =========================
> 
>  * Make it possible to take a timeout from devicetree.
>  * Sort #include headlers alphabetically.
>  * Correct the description of dt-bindings document and this patch comment.
>  * Correct the description of license as GPLv2.
>  * Correct MODULE_AUTHOR()
>  * Remove unnecessary code.
> 
> Changes between V2 and V1
> =========================
> 1. Add barrier code in uniphier_watchdog_ping() and __uniphier_watchdog_start().
> 2. Fix issues according to review comments.
> 
> Keiji Hayashibara (3):
>   dt-bindings: watchdog: add description for UniPhier WDT controller
>   watchdog: uniphier: add UniPhier watchdog driver
>   arm64: dts: uniphier: add watchdog node for LD11 and LD20
> 
>  .../devicetree/bindings/watchdog/uniphier-wdt.txt  |  20 ++
>  Documentation/watchdog/watchdog-parameters.txt     |   6 +
>  arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi   |   4 +
>  arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi   |   4 +
>  drivers/watchdog/Kconfig                           |  12 +
>  drivers/watchdog/Makefile                          |   1 +
>  drivers/watchdog/uniphier_wdt.c                    | 268 +++++++++++++++++++++
>  7 files changed, 315 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt
>  create mode 100644 drivers/watchdog/uniphier_wdt.c
> 
> --
> 2.7.4



--
To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2017-07-05 10:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-14  7:53 [PATCH V4 0/3] add UniPhier watchdog support Keiji Hayashibara
2017-06-14  7:53 ` [PATCH V4 1/3] dt-bindings: watchdog: add description for UniPhier WDT controller Keiji Hayashibara
2017-06-18 14:05   ` Rob Herring
2017-06-20 20:55   ` Guenter Roeck
2017-06-14  7:53 ` [PATCH V4 2/3] watchdog: uniphier: add UniPhier watchdog driver Keiji Hayashibara
2017-06-20 20:55   ` Guenter Roeck
     [not found] ` <1497426825-25450-1-git-send-email-hayashibara.keiji-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
2017-06-14  7:53   ` [PATCH V4 3/3] arm64: dts: uniphier: add watchdog node for LD11 and LD20 Keiji Hayashibara
2017-07-16  3:26     ` Masahiro Yamada
2017-07-05 10:06   ` Keiji Hayashibara [this message]
2017-07-05 10:26     ` [PATCH V4 0/3] add UniPhier watchdog support Masahiro Yamada
2017-07-05 15:25       ` Guenter Roeck
2017-07-06  4:06         ` Keiji Hayashibara
     [not found]         ` <8ceaf917-c4fc-23c7-a7f4-5694bd8b4e88-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2017-07-06 13:01           ` Wim Van Sebroeck

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='000001d2f576$5f011c20$1d035460$@socionext.com' \
    --to=hayashibara.keiji-uwylwvc0a2jby3ivrkzq2a@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=hayashi.kunihiko-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org \
    --cc=jaswinder.singh-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-watchdog-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=masami.hiramatsu-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=owada.kiyoshi-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=wim-IQzOog9fTRqzQB+pC5nmwQ@public.gmane.org \
    --cc=yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.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).