Re: [PATCH] register orion_nand using platform_driver_probe

From: Uwe Kleine-König
Date: Wed Jul 22 2009 - 01:17:49 EST


Hi Nicolas,

On Tue, Jul 21, 2009 at 06:26:50PM -0400, Nicolas Pitre wrote:
> On Tue, 21 Jul 2009, Uwe Kleine-König wrote:
>
> > orion_nand_probe lives in .init.text, so using platform_driver_register
> > to register it is wrong because binding a device after the init memory
> > is discarded (e.g. via sysfs) results in an oops.
> >
> > As requested by Nicolas Pitre platform_driver_probe is used instead of
> > moving the probe function to .devinit.text as proposed initially.
> > This saves some memory, but devices registered after the driver is
> > probed are not bound (probably there are none) and binding via sysfs
> > isn't possible.
> >
> > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
> > Cc: Lennert Buytenhek <buytenh@xxxxxxxxxxx>
> > Cc: Saeed Bishara <saeed@xxxxxxxxxxx>
> > Cc: Jörn Engel <joern@xxxxxxxxx>
> > Cc: Nicolas Pitre <nico@xxxxxxxxxxx>
> > Cc: Tzachi Perelstein <tzachi@xxxxxxxxxxx>
> > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> > Cc: Greg Kroah-Hartman <gregkh@xxxxxxx>
> > Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
> > Cc: linux-mtd@xxxxxxxxxxxxxxxxxxx
>
> Acked-by: Nicolas Pitre <nico@xxxxxxxxxxx>
Did you test if all devices bind as expected?

> Thanks. BTW Tzachi's email address is no longer valid.
Yes, I got a mail from Marvell's mailer daemon stating the same. :-)

Best regards
Uwe

--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/