On Wed, 27 Aug 2014, Andreas Werner wrote:Tend to agree. I thought I sent it before, but in case I didn't
Added driver to support the 14F021P00 BMC Watchdog.
The BMC is a Board Management Controller including watchdog functionality.
Signed-off-by: Andreas Werner <andreas.werner@xxxxxx>
---
drivers/watchdog/Kconfig | 10 ++
drivers/watchdog/Makefile | 1 +
drivers/watchdog/menf21bmc_wdt.c | 203 +++++++++++++++++++++++++++++++++++++++
3 files changed, 214 insertions(+)
create mode 100644 drivers/watchdog/menf21bmc_wdt.c
I see no reason to keep this dragging on. I'm going to apply this
along with the remainder of the set and send a pull-request to all the
other Maintainers. This branch is currently under test.
Any fix-ups for review comments can go in subsequently.