public inbox for linux-watchdog@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] watchdog: mpc8xxx: several cleanups
@ 2015-08-12  8:15 Uwe Kleine-König
  2015-08-12  8:15 ` [PATCH v2 1/7] watchdog: mpc8xxx: remove dead code Uwe Kleine-König
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Uwe Kleine-König @ 2015-08-12  8:15 UTC (permalink / raw)
  To: Wim Van Sebroeck; +Cc: Guenter Roeck, kernel, linux-watchdog

Hello,

this is the reviewed series of some cleanups to the mpc8xxx watchdog driver.
v1 was sent starting with Message-Id:
1438942067-1654-1-git-send-email-u.kleine-koenig@pengutronix.de .

Patch 6 "watchdog: mpc8xxx: use better error code when watchdog cannot
be enabled" is new. This fixed a checkpatch warning that is reported for
patch 4. The finding is wrong though, because this patch only does
some code rearrangements and doesn't introduce the warning.

Also I split patch "watchdog: mpc8xxx: make use of
of_device_get_match_data" from v1 to really only do that and the
remaining cleanup done there is now in a separate patch (the
devm_ioremap_resource one).

Also I fixed the wording in the last patch as pointed out by Guenter.

Uwe Kleine-König (7):
  watchdog: mpc8xxx: remove dead code
  watchdog: mpc8xxx: simplify registration
  watchdog: mpc8xxx: make use of of_device_get_match_data
  watchdog: mpc8xxx: use devm_ioremap_resource to map memory
  watchdog: mpc8xxx: use dynamic memory for device specific data
  watchdog: mpc8xxx: use better error code when watchdog cannot be
    enabled
  watchdog: mpc8xxx: allow to compile for MPC512x

 drivers/watchdog/Kconfig       |   2 +-
 drivers/watchdog/mpc8xxx_wdt.c | 156 +++++++++++++++++------------------------
 2 files changed, 67 insertions(+), 91 deletions(-)

-- 
2.4.6


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

end of thread, other threads:[~2015-08-12 10:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12  8:15 [PATCH v2 0/7] watchdog: mpc8xxx: several cleanups Uwe Kleine-König
2015-08-12  8:15 ` [PATCH v2 1/7] watchdog: mpc8xxx: remove dead code Uwe Kleine-König
2015-08-12  8:15 ` [PATCH v2 2/7] watchdog: mpc8xxx: simplify registration Uwe Kleine-König
2015-08-12  8:15 ` [PATCH v2 3/7] watchdog: mpc8xxx: make use of of_device_get_match_data Uwe Kleine-König
2015-08-12 10:16   ` Guenter Roeck
2015-08-12  8:15 ` [PATCH v2 4/7] watchdog: mpc8xxx: use devm_ioremap_resource to map memory Uwe Kleine-König
2015-08-12 10:18   ` Guenter Roeck
2015-08-12  8:15 ` [PATCH v2 5/7] watchdog: mpc8xxx: use dynamic memory for device specific data Uwe Kleine-König
2015-08-12 10:21   ` Guenter Roeck
2015-08-12  8:15 ` [PATCH v2 6/7] watchdog: mpc8xxx: use better error code when watchdog cannot be enabled Uwe Kleine-König
2015-08-12 10:21   ` Guenter Roeck
2015-08-12  8:15 ` [PATCH v2 7/7] watchdog: mpc8xxx: allow to compile for MPC512x Uwe Kleine-König
2015-08-12 10:22   ` Guenter Roeck

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