diff options
author | David Brownell <david-b@pacbell.net> | 2007-05-01 23:26:30 +0200 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-05-01 23:26:30 +0200 |
commit | 7b4fbc50fabb810523be522fe7ec5cc40f85c7a1 (patch) | |
tree | 688fa45d9b8067d72eb462e6863cad6d2e6b84cd /Makefile | |
parent | 5cedb05db3c3084c9641403dd24c310a6b3ea19f (diff) | |
download | kernel_samsung_espresso10-7b4fbc50fabb810523be522fe7ec5cc40f85c7a1.zip kernel_samsung_espresso10-7b4fbc50fabb810523be522fe7ec5cc40f85c7a1.tar.gz kernel_samsung_espresso10-7b4fbc50fabb810523be522fe7ec5cc40f85c7a1.tar.bz2 |
i2c: i2c stack can probe()
One of a series of I2C infrastructure updates to support enumeration using
the standard Linux driver model.
This patch updates probe() and associated hotplug/coldplug support, but
not remove(). Nothing yet _uses_ it to create I2C devices, so those
hotplug/coldplug mechanisms will be the only externally visible change.
This patch will be an overall NOP since the I2C stack doesn't yet create
clients/devices except as part of binding them to legacy drivers.
Some code is moved earlier in the source code, helping group more of the
per-device infrastructure in one place and simplifying handling per-device
attributes.
Terminology being adopted: "legacy drivers" create devices (i2c_client)
themselves, while "new style" ones follow the driver model (the i2c_client
is handed to the probe routine). It's an either/or thing; the two models
don't mix, and drivers that try mixing them won't even be registered.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions