All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/3] add UniPhier watchdog support
@ 2017-06-14  7:53 ` Keiji Hayashibara
  0 siblings, 0 replies; 17+ messages in thread
From: Keiji Hayashibara @ 2017-06-14  7:53 UTC (permalink / raw)
  To: wim, linux
  Cc: linux-watchdog, linux-kernel, robh+dt, devicetree,
	masami.hiramatsu, jaswinder.singh, yamada.masahiro,
	hayashi.kunihiko, owada.kiyoshi, Keiji Hayashibara

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

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

end of thread, other threads:[~2017-07-16  3:26 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-14  7:53 [PATCH V4 0/3] add UniPhier watchdog support Keiji Hayashibara
2017-06-14  7:53 ` 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
2017-06-14  7:53 ` [PATCH V4 3/3] arm64: dts: uniphier: add watchdog node for LD11 and LD20 Keiji Hayashibara
2017-06-14  7:53   ` Keiji Hayashibara
2017-07-16  3:26   ` Masahiro Yamada
2017-07-05 10:06 ` [PATCH V4 0/3] add UniPhier watchdog support Keiji Hayashibara
2017-07-05 10:06   ` Keiji Hayashibara
2017-07-05 10:26   ` Masahiro Yamada
2017-07-05 15:25     ` Guenter Roeck
2017-07-06  4:06       ` Keiji Hayashibara
2017-07-06 13:01       ` Wim Van Sebroeck
2017-07-06 13:01         ` Wim Van Sebroeck

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.