[PATCH 4/7] gpiolib: implement dev_gpiochip_{add,remove} calls
Anton Vorontsov
avorontsov at ru.mvista.com
Wed Oct 22 21:36:41 EST 2008
On Tue, Oct 21, 2008 at 09:22:48PM -0700, David Brownell wrote:
> On Tuesday 21 October 2008, Benjamin Herrenschmidt wrote:
> > The notifier can be registered before the devices, though it's a little
> > bit fishy and fragile.
> >
> > Easier I suppose to just have OF specific hooks in the bus code.
>
> Like what I suggested: "chip-aware OF glue drivers". The relevant
> bus code being the "of_platform_bus_type" infrastructure.
>
> Example: instead of Anton's patch #6 modifying the existing pca953x
> driver, an of_pca953x driver that knows how to poke around in the OF
> device attributes to (a) create the pca953x_platform_data, (b) call
> i2c_register_board_info() to make that available later, and then
> finally (c) vanish, since it's not needed any longer.
Heh. You tell me my first approach:
http://ozlabs.org/pipermail/linuxppc-dev/2008-May/056730.html (mmc_spi)
The OF people didn't like the patch which was used to support this
approach:
http://ozlabs.org/pipermail/linuxppc-dev/2008-May/056728.html
The board info has another problem though. We can't remove it, thus
we can't implement module_exit() for the 'OF glue'.
--
Anton Vorontsov
email: cbouatmailru at gmail.com
irc://irc.freenode.net/bd2
More information about the Linuxppc-dev
mailing list