Re: [PATCH 2/4] Create and hook up of_platform_device_shutdown

2008-02-04 Thread Benjamin Herrenschmidt
On Fri, 2008-01-25 at 16:59 +1100, Michael Ellerman wrote: > Although of_platform_device's can have a shutdown routine, at the moment > the bus code doesn't actually call it. So add the required glue to > hook the shutdown routine. > > Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> Acked-by

[PATCH 2/4] Create and hook up of_platform_device_shutdown

2008-01-24 Thread Michael Ellerman
Although of_platform_device's can have a shutdown routine, at the moment the bus code doesn't actually call it. So add the required glue to hook the shutdown routine. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> --- drivers/of/platform.c | 10 ++ 1 files changed, 10 insertions(+)

Re: [PATCH 2/4] Create and hook up of_platform_device_shutdown

2008-01-22 Thread Stephen Rothwell
Hi Michael, Just a couple of things. On Tue, 22 Jan 2008 22:04:40 +1100 (EST) Michael Ellerman <[EMAIL PROTECTED]> wrote: > > +static void of_platform_device_shutdown(struct device * dev) ^ No space, please. Also, I wonder if we should c

[PATCH 2/4] Create and hook up of_platform_device_shutdown

2008-01-22 Thread Michael Ellerman
Although of_platform_device's can have a shutdown routine, at the moment the bus code doesn't actually call it. So add the required glue to hook the shutdown routine. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> --- drivers/of/platform.c | 10 ++ 1 files changed, 10 insertions(+)