Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH v4 0/5] watchdog: bcm47xx_wdt.c: add support for SoCs with PMU
@ 2013-01-12 17:14 Hauke Mehrtens
  2013-01-12 17:14 ` [PATCH v4 1/5] watchdog: bcm47xx_wdt.c: convert to watchdog core api Hauke Mehrtens
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Hauke Mehrtens @ 2013-01-12 17:14 UTC (permalink / raw)
  To: wim; +Cc: linux-watchdog, zajec5, linux-mips, Hauke Mehrtens

This patch series improves the functions for setting the watchdog 
driver for bcm47xx based SoCs using ssb and bcma. This makes the 
watchdog driver use the platform device provided by bcma or ssb.

This code is currently based on the linux-watchdog/master tree by 
Wim Van Sebroeck.

v4:
 * Just the parts changing the watchdog driver itself and not ssb or bcma.

v3:
 * Remove changes done to the watchdog driver so John could pull this 
   into wireless-testing, this sill works with the old watchdog driver. 
   The patches changing the watchdog driver will be send later.
   This was done to get this into 3.8 because Wim Van Sebroeck is 
   neither giving an Ack or a Nack on these patches and we want to do 
   more changes to bcma/ssb on top of these.

v2:
 * reword some commit messages
 * rebase on current wireless-testing/master with 
      "ssb: extif: fix compile errors" applied on top of it.
 * do not change value of WDT_SOFTTIMER_MAX
 * moved some small changes in the bcm47xx_wdt.c patches

Hauke Mehrtens (5):
  watchdog: bcm47xx_wdt.c: convert to watchdog core api
  watchdog: bcm47xx_wdt.c: use platform device
  watchdog: bcm47xx_wdt.c: rename ops methods
  watchdog: bcm47xx_wdt.c: rename wdt_time to timeout
  watchdog: bcm47xx_wdt.c: add hard timer

 drivers/watchdog/Kconfig       |    1 +
 drivers/watchdog/bcm47xx_wdt.c |  339 +++++++++++++++++-----------------------
 include/linux/bcm47xx_wdt.h    |    9 ++
 3 files changed, 154 insertions(+), 195 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-02-07 22:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-12 17:14 [PATCH v4 0/5] watchdog: bcm47xx_wdt.c: add support for SoCs with PMU Hauke Mehrtens
2013-01-12 17:14 ` [PATCH v4 1/5] watchdog: bcm47xx_wdt.c: convert to watchdog core api Hauke Mehrtens
2013-01-12 17:14 ` [PATCH v4 2/5] watchdog: bcm47xx_wdt.c: use platform device Hauke Mehrtens
2013-01-24 17:13   ` [PATCH v5 " Hauke Mehrtens
2013-01-12 17:14 ` [PATCH v4 3/5] watchdog: bcm47xx_wdt.c: rename ops methods Hauke Mehrtens
2013-01-12 17:14 ` [PATCH v4 4/5] watchdog: bcm47xx_wdt.c: rename wdt_time to timeout Hauke Mehrtens
2013-01-12 17:14 ` [PATCH v4 5/5] watchdog: bcm47xx_wdt.c: add hard timer Hauke Mehrtens
2013-01-24 17:15 ` [PATCH v4 0/5] watchdog: bcm47xx_wdt.c: add support for SoCs with PMU Hauke Mehrtens
2013-01-28 21:35   ` Wim Van Sebroeck
2013-01-28 22:06     ` Hauke Mehrtens
2013-02-07 22:29 ` Wim Van Sebroeck

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