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 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox