[PATCH 0/2] Watchdog support for mvebu Armada XP

Uwe Kleine-König u.kleine-koenig at pengutronix.de
Thu Mar 30 11:46:34 PDT 2017


Hello,

this series adds a simple watchdog driver for mvebu Armada XP. One
not-so-nice thing here is that the iomem range is already taken
by the timer code because the register range of the two dt nodes
overlap. To work around that the first patch is necessary.

Best regards
Uwe

Uwe Kleine-König (2):
  clocksource: mvebu: don't request the used iomem resource
  watchdog: new driver for Armada XP

 drivers/clocksource/mvebu.c  |   2 +-
 drivers/watchdog/Kconfig     |   6 +++
 drivers/watchdog/Makefile    |   1 +
 drivers/watchdog/orion_wdt.c | 123 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 131 insertions(+), 1 deletion(-)
 create mode 100644 drivers/watchdog/orion_wdt.c

-- 
2.11.0




More information about the barebox mailing list