mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] add UniPhier watchdog support
@ 2017-05-24  6:34 Keiji Hayashibara
  2017-05-24  6:34 ` [PATCH 1/2] watchdog: uniphier: add UniPhier watchdog driver Keiji Hayashibara
  2017-05-24  6:34 ` [PATCH 2/2] arm64: dts: uniphier: add watchdog node for LD11 and LD20 Keiji Hayashibara
  0 siblings, 2 replies; 7+ messages in thread
From: Keiji Hayashibara @ 2017-05-24  6:34 UTC (permalink / raw)
  To: wim, linux
  Cc: linux-watchdog, linux-kernel, 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.

Keiji Hayashibara (2):
  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                           |  11 +
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/uniphier_wdt.c                    | 273 +++++++++++++++++++++
 7 files changed, 319 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] 7+ messages in thread

end of thread, other threads:[~2017-05-25  8:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-24  6:34 [PATCH 0/2] add UniPhier watchdog support Keiji Hayashibara
2017-05-24  6:34 ` [PATCH 1/2] watchdog: uniphier: add UniPhier watchdog driver Keiji Hayashibara
2017-05-24 13:45   ` Guenter Roeck
2017-05-25  8:34     ` Keiji Hayashibara
2017-05-25  5:45   ` yamada.masahiro
2017-05-25  8:44     ` Keiji Hayashibara
2017-05-24  6:34 ` [PATCH 2/2] arm64: dts: uniphier: add watchdog node for LD11 and LD20 Keiji Hayashibara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome