Re: [PATCH 6/8] mpc83xx: timer driver for PM wakeup

2007-12-12 Thread Stephen Rothwell
Hi Scott, On Wed, 12 Dec 2007 11:36:04 -0600 Scott Wood <[EMAIL PROTECTED]> wrote: > > +static int __devinit gtm_probe(struct of_device *dev, > + const struct of_device_id *match) > +{ . . . > +out: Just for consistency, you probably want

[PATCH 6/8] mpc83xx: timer driver for PM wakeup

2007-12-12 Thread Scott Wood
This is a driver for the mpc83xx's GTM4 timer. It's functionality is limited to providing a wakeup source for suspend-to-RAM. Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- arch/powerpc/platforms/83xx/Kconfig |9 + arch/powerpc/platforms/83xx/Makefile |1 + arch/powerpc/platforms/83x