All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] pnx4008: convert to watchdog framework
@ 2012-02-02 17:48 Wolfram Sang
  2012-02-02 17:48 ` [PATCH 1/4] watchdog: pnx4008: cleanup resource handling using managed devices Wolfram Sang
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Wolfram Sang @ 2012-02-02 17:48 UTC (permalink / raw)
  To: linux-watchdog; +Cc: Wim Van Sebroeck, Roland Stigge, Wolfram Sang

Thanks to Roland's work of making lpc32xx boot again, I could finally brush up
those patches and test them on the latest version of the watchdog framework.

Patch 3/4 is of special interest, because it extends the core to allow to set
timeouts without having a dedicated callback. Since the core automatically sets
'timeout' in the watchdog device (and does limit checking, too), there is
nothing else left to do for this device since it uses that value every time in
start/ping.

Please review and consider for inclusion. Roland, if you'd like to test them,
too, please do and donate "Tested-by" tags. Thanks!

Regards,

   Wolfram

Wolfram Sang (4):
  watchdog: pnx4008: cleanup resource handling using managed devices
  watchdog: pnx4008: don't use __raw_-accessors
  watchdog: dev: don't enforce set_timeout()
  watchdog: pnx4008: convert driver to use the watchdog framework

 .../watchdog/convert_drivers_to_kernel_api.txt     |   10 +-
 Documentation/watchdog/watchdog-kernel-api.txt     |    4 +-
 drivers/watchdog/Kconfig                           |    1 +
 drivers/watchdog/pnx4008_wdt.c                     |  264 +++++---------------
 drivers/watchdog/watchdog_dev.c                    |   11 +-
 5 files changed, 79 insertions(+), 211 deletions(-)

-- 
1.7.8.3


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

end of thread, other threads:[~2012-03-15 21:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-02 17:48 [PATCH 0/4] pnx4008: convert to watchdog framework Wolfram Sang
2012-02-02 17:48 ` [PATCH 1/4] watchdog: pnx4008: cleanup resource handling using managed devices Wolfram Sang
2012-02-02 20:04   ` Roland Stigge
2012-02-02 17:48 ` [PATCH 2/4] watchdog: pnx4008: don't use __raw_-accessors Wolfram Sang
2012-02-02 20:04   ` Roland Stigge
2012-02-02 17:48 ` [PATCH 3/4] watchdog: dev: don't enforce set_timeout() Wolfram Sang
2012-02-02 20:04   ` Roland Stigge
2012-03-14 18:40   ` Wolfram Sang
2012-03-15 21:18     ` Wim Van Sebroeck
2012-02-02 17:48 ` [PATCH 4/4] watchdog: pnx4008: convert driver to use the watchdog framework Wolfram Sang
2012-02-02 20:04   ` Roland Stigge
2012-02-02 20:02 ` [PATCH 0/4] pnx4008: convert to " Roland Stigge
2012-02-02 20:23   ` Wolfram Sang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.