All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ARM: meson: watchdog driver
@ 2014-09-17 20:12 ` Carlo Caione
  0 siblings, 0 replies; 18+ messages in thread
From: Carlo Caione @ 2014-09-17 20:12 UTC (permalink / raw)
  To: linux, wim, linux-watchdog, linux-arm-kernel, robh+dt,
	maxime.ripard, b.galvani, linux
  Cc: Carlo Caione

This patchset adds support for the watchdog found on Amlogic MesonX SoCs. The
watchdog is used also to reboot the device.

DTSI and multi_v7_defconfig are updated and proper documentation is added.

No documentation is provided by Amlogic, the code is reverse-engineered by the
code available at http://openlinux.amlogic.com:8000/download/

This patchset depends on:
[1] [PATCH 0/6] ARM: meson: initial support for MesonX SoCs
[2] [PATCH 0/2] ARM: meson: add clocksource support

Changes since v1:
* added restart handler support

[1] http://www.spinics.net/lists/arm-kernel/msg362521.html
[2] http://www.spinics.net/lists/arm-kernel/msg362483.html

Carlo Caione (4):
  ARM: docs: add documentation binding for meson watchdog
  ARM: meson: add watchdog driver
  ARM: DTS: meson: update DTSI to add watchdog node
  ARM: defconfig: update multi_v7_defconfig

 .../devicetree/bindings/watchdog/meson-wdt.txt     |  13 ++
 arch/arm/boot/dts/meson.dtsi                       |   5 +
 arch/arm/configs/multi_v7_defconfig                |   1 +
 drivers/watchdog/Kconfig                           |  10 +
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/meson_wdt.c                       | 237 +++++++++++++++++++++
 6 files changed, 267 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/watchdog/meson-wdt.txt
 create mode 100644 drivers/watchdog/meson_wdt.c

-- 
1.9.1


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

end of thread, other threads:[~2014-09-19  8:07 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-17 20:12 [PATCH v2 0/4] ARM: meson: watchdog driver Carlo Caione
2014-09-17 20:12 ` Carlo Caione
2014-09-17 20:12 ` [PATCH v2 1/4] ARM: docs: add documentation binding for meson watchdog Carlo Caione
2014-09-17 20:12   ` Carlo Caione
2014-09-17 20:58   ` Beniamino Galvani
2014-09-17 20:58     ` Beniamino Galvani
2014-09-19  8:07     ` Carlo Caione
2014-09-19  8:07       ` Carlo Caione
2014-09-17 20:12 ` [PATCH v2 2/4] ARM: meson: add watchdog driver Carlo Caione
2014-09-17 20:12   ` Carlo Caione
2014-09-19  3:31   ` Guenter Roeck
2014-09-19  3:31     ` Guenter Roeck
2014-09-19  8:07     ` Carlo Caione
2014-09-19  8:07       ` Carlo Caione
2014-09-17 20:12 ` [PATCH v2 3/4] ARM: DTS: meson: update DTSI to add watchdog node Carlo Caione
2014-09-17 20:12   ` Carlo Caione
2014-09-17 20:12 ` [PATCH v2 4/4] ARM: defconfig: update multi_v7_defconfig Carlo Caione
2014-09-17 20:12   ` Carlo Caione

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.