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@xxxxxxxxxxxxxx . 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 -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html