[PATCHv3] Add a simple watchdog 'framework' to Barebox

Juergen Beisert jbe at pengutronix.de
Tue Jun 26 04:43:40 EDT 2012


This patch series add a very simple watchdog command and also a user of it
for the i.MX28 SoC. The watchdog driver might also work on i.MX23, but this
is not tested yet.

This version again adds some error check and reporting, if the watchdog does
not work as expected.

The following changes since commit 075ea63a322b70d9a7a27fe0bad5f36e8e3c8bdc:

  Merge branch 'for-next/resource-size' into next (2012-06-25 14:39:10 +0200)

are available in the git repository at:

  git://git.pengutronix.de/git/jbe/barebox.git next_add_watchdog_frameworkV3

for you to fetch changes up to 4710576c2851d53529b02ac9342134672698837d:

  ARM/MXS: add a watchdog driver for i.MX28 (2012-06-26 10:37:35 +0200)

----------------------------------------------------------------
Juergen Beisert (2):
      Add a simple watchdog framework
      ARM/MXS: add a watchdog driver for i.MX28

 drivers/Kconfig            |    1 +
 drivers/Makefile           |    1 +
 drivers/watchdog/Kconfig   |   17 +++++++
 drivers/watchdog/Makefile  |    2 +
 drivers/watchdog/im28wd.c  |  121 ++++++++++++++++++++++++++++++++++++++++++++
 drivers/watchdog/wd_core.c |   67 ++++++++++++++++++++++++
 include/watchdog.h         |   18 +++++++
 7 files changed, 227 insertions(+)
 create mode 100644 drivers/watchdog/Kconfig
 create mode 100644 drivers/watchdog/Makefile
 create mode 100644 drivers/watchdog/im28wd.c
 create mode 100644 drivers/watchdog/wd_core.c
 create mode 100644 include/watchdog.h



More information about the barebox mailing list