mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] i.MX watchdog support
@ 2012-10-05 10:29 Sascha Hauer
  2012-10-05 10:29 ` [PATCH 1/3] watchdog: Add " Sascha Hauer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sascha Hauer @ 2012-10-05 10:29 UTC (permalink / raw)
  To: barebox


The following adds support for the i.MX watchdog unit. The device
is registered on all i.MX SoCs and finally used as the reset source
for i.MX. This replaces the non-driver based reset_cpu function.

----------------------------------------------------------------
Sascha Hauer (3):
      watchdog: Add i.MX watchdog support
      ARM i.MX: Add watchdog devices to SoCs
      ARM i.MX/watchdog: Make i.MX watchdog driver the reset source on i.MX

 arch/arm/Kconfig                |    1 +
 arch/arm/mach-imx/clocksource.c |   37 -------
 arch/arm/mach-imx/imx1.c        |    1 +
 arch/arm/mach-imx/imx21.c       |    1 +
 arch/arm/mach-imx/imx25.c       |    1 +
 arch/arm/mach-imx/imx27.c       |    1 +
 arch/arm/mach-imx/imx31.c       |    1 +
 arch/arm/mach-imx/imx35.c       |    1 +
 arch/arm/mach-imx/imx51.c       |    1 +
 arch/arm/mach-imx/imx53.c       |    1 +
 arch/arm/mach-imx/imx6.c        |    1 +
 drivers/watchdog/Kconfig        |    9 ++
 drivers/watchdog/Makefile       |    1 +
 drivers/watchdog/imxwd.c        |  201 +++++++++++++++++++++++++++++++++++++++
 14 files changed, 221 insertions(+), 37 deletions(-)
 create mode 100644 drivers/watchdog/imxwd.c

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2012-10-05 10:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-05 10:29 [PATCH] i.MX watchdog support Sascha Hauer
2012-10-05 10:29 ` [PATCH 1/3] watchdog: Add " Sascha Hauer
2012-10-05 10:29 ` [PATCH 2/3] ARM i.MX: Add watchdog devices to SoCs Sascha Hauer
2012-10-05 10:30 ` [PATCH 3/3] ARM i.MX/watchdog: Make i.MX watchdog driver the reset source on i.MX Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox