All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] watchdog: meson: Add meson8b watchdog
@ 2015-11-08 12:18 ` Carlo Caione
  0 siblings, 0 replies; 27+ messages in thread
From: Carlo Caione @ 2015-11-08 12:18 UTC (permalink / raw)
  To: linux, wim, linux-watchdog, linux-arm-kernel, robh+dt, drake,
	jerry.cao, victor.wan, romain.perier
  Cc: Carlo Caione

From: Carlo Caione <carlo@endlessm.com>

Patchset to add support for the watchdog found on the Amlogic meson8b SoCs.
DTS and documentation are also updated.

Changelog:
   - V1 -> V2:
     * Do not calculate mask at runtime
     * Fix few style problems
     * Remove useless typecase

   - V2 -> V3:
     * Changed description for [PATCH 1/4]
     * Default timeout is not set as min(default, max)

Carlo Caione (4):
  watchdog: meson: Enable meson SoC specific data
  watchdog: meson: Add meson8b SoC specific data
  Documentation: watchdog: Add new bindings for meson8b
  ARM: dts: meson8b: Add watchdog node

 .../devicetree/bindings/watchdog/meson-wdt.txt     | 13 +++++
 .../devicetree/bindings/watchdog/meson6-wdt.txt    | 13 -----
 arch/arm/boot/dts/meson8b.dtsi                     |  6 ++
 drivers/watchdog/meson_wdt.c                       | 65 ++++++++++++++++------
 4 files changed, 67 insertions(+), 30 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/meson-wdt.txt
 delete mode 100644 Documentation/devicetree/bindings/watchdog/meson6-wdt.txt

-- 
1.9.1

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

end of thread, other threads:[~2015-12-28 21:04 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-08 12:18 [PATCH v3 0/4] watchdog: meson: Add meson8b watchdog Carlo Caione
2015-11-08 12:18 ` Carlo Caione
2015-11-08 12:18 ` [PATCH v3 1/4] watchdog: meson: Enable meson SoC specific data Carlo Caione
2015-11-08 12:18   ` Carlo Caione
2015-11-09 15:03   ` Guenter Roeck
2015-11-09 15:03     ` Guenter Roeck
2015-11-11  8:54     ` Carlo Caione
2015-11-11  8:54       ` Carlo Caione
2015-11-24 18:19       ` Guenter Roeck
2015-11-24 18:19         ` Guenter Roeck
2015-11-25  9:25         ` Carlo Caione
2015-11-25  9:25           ` Carlo Caione
2015-11-25 14:20           ` Guenter Roeck
2015-11-25 14:20             ` Guenter Roeck
2015-11-08 12:18 ` [PATCH v3 2/4] watchdog: meson: Add meson8b " Carlo Caione
2015-11-08 12:18   ` Carlo Caione
2015-11-09 15:03   ` Guenter Roeck
2015-11-09 15:03     ` Guenter Roeck
2015-11-08 12:18 ` [PATCH v3 3/4] Documentation: watchdog: Add new bindings for meson8b Carlo Caione
2015-11-08 12:18   ` Carlo Caione
2015-11-09 15:07   ` Guenter Roeck
2015-11-09 15:07     ` Guenter Roeck
2015-11-08 12:18 ` [PATCH v3 4/4] ARM: dts: meson8b: Add watchdog node Carlo Caione
2015-11-08 12:18   ` Carlo Caione
2015-11-09 15:11   ` Guenter Roeck
2015-11-09 15:11     ` Guenter Roeck
2015-12-28 21:03 ` [PATCH v3 0/4] watchdog: meson: Add meson8b watchdog 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.