Re: [PATCH 1/6] [WATCHDOG] mpc83xx_wdt: convert to the OF platform driver

2008-05-13 Thread Stephen Rothwell
Hi Anton, On Tue, 13 May 2008 18:14:54 +0400 Anton Vorontsov <[EMAIL PROTECTED]> wrote: > > +static struct of_platform_driver mpc83xx_wdt_driver = { > + .name = "mpc83xx_wdt", > + .match_table= mpc83xx_wdt_match, > .probe = mpc83xx_wdt_probe, > .remove

[PATCH 1/6] [WATCHDOG] mpc83xx_wdt: convert to the OF platform driver

2008-05-13 Thread Anton Vorontsov
This patch simply converts mpc83xx_wdt to the OF platform driver so we can directly work with the device tree without passing various stuff through platform data. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- drivers/watchdog/mpc83xx_wdt.c | 64 ++--