All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] watchdog: Add Amlogic Meson GXBB Watchdog Timer driver
@ 2016-05-26  7:51 ` Neil Armstrong
  0 siblings, 0 replies; 34+ messages in thread
From: Neil Armstrong @ 2016-05-26  7:51 UTC (permalink / raw)
  To: linus-amlogic

Adds support for the Amlogic Meson GXBB SoC Watchdog Timer.
It differs from the meson6/meson8b HW, so need for a separate driver.
The HW provides a divider capable of having a 1ms timebase thus simplifying
the counter update.
The restart call is not provided even if the HW is capable of triggering a
system reset immediately because of the PSCI firmare having such functionnality.

Neil Armstrong (3):
  watchdog: Add Meson GXBB Watchdog Driver
  dt-bindings: watchdog: Add Meson GXBB Watchdog bindings
  ARM64: dts: amlogic: meson-gxbb: Add watchdog node

 .../bindings/watchdog/meson-gxbb-wdt.txt           |  13 +
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi        |   6 +
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/meson_gxbb_wdt.c                  | 287 +++++++++++++++++++++
 4 files changed, 307 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/watchdog/meson-gxbb-wdt.txt
 create mode 100644 drivers/watchdog/meson_gxbb_wdt.c

-- 
2.7.0

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

end of thread, other threads:[~2016-05-27 15:24 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-26  7:51 [RFC PATCH 0/3] watchdog: Add Amlogic Meson GXBB Watchdog Timer driver Neil Armstrong
2016-05-26  7:51 ` Neil Armstrong
2016-05-26  7:51 ` Neil Armstrong
2016-05-26  7:51 ` [RFC PATCH 1/3] watchdog: Add Meson GXBB Watchdog Driver Neil Armstrong
2016-05-26  7:51   ` Neil Armstrong
2016-05-26  7:51   ` Neil Armstrong
2016-05-26 10:06   ` Carlo Caione
2016-05-26 10:06     ` Carlo Caione
2016-05-26 10:06     ` Carlo Caione
2016-05-27  8:22     ` Neil Armstrong
2016-05-27  8:22       ` Neil Armstrong
2016-05-27  8:22       ` Neil Armstrong
2016-05-26 13:54   ` Guenter Roeck
2016-05-26 13:54     ` Guenter Roeck
2016-05-26 13:54     ` Guenter Roeck
2016-05-27  8:25     ` Neil Armstrong
2016-05-27  8:25       ` Neil Armstrong
2016-05-27  8:25       ` Neil Armstrong
2016-05-27 13:48       ` Guenter Roeck
2016-05-27 13:48         ` Guenter Roeck
2016-05-27 13:48         ` Guenter Roeck
2016-05-27 15:24         ` Neil Armstrong
2016-05-27 15:24           ` Neil Armstrong
2016-05-27 15:24           ` Neil Armstrong
2016-05-26  7:51 ` [RFC PATCH 2/3] dt-bindings: watchdog: Add Meson GXBB Watchdog bindings Neil Armstrong
2016-05-26  7:51   ` Neil Armstrong
2016-05-26  7:51   ` Neil Armstrong
2016-05-26 10:09   ` Carlo Caione
2016-05-26 10:09     ` Carlo Caione
2016-05-26 10:09     ` Carlo Caione
2016-05-26 10:09     ` Carlo Caione
2016-05-26  7:51 ` [RFC PATCH 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node Neil Armstrong
2016-05-26  7:51   ` Neil Armstrong
2016-05-26  7:51   ` Neil Armstrong

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.