Linux Watchdog driver development
 help / color / mirror / Atom feed
* [PATCH 0/4] watchdog: new driver for STMP3xxx/MX23/MX28
@ 2011-09-28 12:29 Wolfram Sang
  2011-09-28 12:29 ` [PATCH 1/4] rtc: stmp3xxx: add wdt-accessor function Wolfram Sang
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Wolfram Sang @ 2011-09-28 12:29 UTC (permalink / raw)
  To: linux-watchdog; +Cc: Wim Van Sebroeck, Wolfram Sang

Introduce a new user of the watchdog framework :) This is a rewritten driver
for STMP and imx23/28 (which was not compilable anymore due to the missing
mach). Please read the patch descriptions to understand why I think a rewrite
was necessary. The first patch adds an accessor routine to the RTC-driver which
can hopefully go via the watchdog-tree as well. The second patch is a minor
enhancement to the watchdog framework. The third patch adds the new driver,
the fourth removes the old one.

I hope this can make it for 3.2; the old driver was broken (= not compilable)
anyhow, so there cannot be any regression.

Regards,

   Wolfram

Wolfram Sang (4):
  rtc: stmp3xxx: add wdt-accessor function
  watchdog: add define to setup nowayout feature in the status-variable
  watchdog: add new driver for STMP3xxx and i.MX23/28
  watchdog: remove old STMP3XXX driver

 drivers/rtc/rtc-stmp3xxx.c          |   44 +++++
 drivers/watchdog/Kconfig            |   13 +-
 drivers/watchdog/Makefile           |    2 +-
 drivers/watchdog/stmp3xxx_rtc_wdt.c |  147 +++++++++++++++++
 drivers/watchdog/stmp3xxx_wdt.c     |  296 -----------------------------------
 include/linux/watchdog.h            |   14 +-
 6 files changed, 207 insertions(+), 309 deletions(-)
 create mode 100644 drivers/watchdog/stmp3xxx_rtc_wdt.c
 delete mode 100644 drivers/watchdog/stmp3xxx_wdt.c

-- 
1.7.6.3


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

end of thread, other threads:[~2011-09-30 17:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28 12:29 [PATCH 0/4] watchdog: new driver for STMP3xxx/MX23/MX28 Wolfram Sang
2011-09-28 12:29 ` [PATCH 1/4] rtc: stmp3xxx: add wdt-accessor function Wolfram Sang
2011-09-28 19:28   ` Andrew Morton
2011-09-30 17:26     ` Wolfram Sang
2011-09-28 12:29 ` [PATCH 2/4] watchdog: add define to setup nowayout feature in the status-variable Wolfram Sang
2011-09-28 12:29 ` [PATCH 3/4] watchdog: add new driver for STMP3xxx and i.MX23/28 Wolfram Sang
2011-09-28 12:35 ` [PATCH 4/4] watchdog: remove old STMP driver Wolfram Sang

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