i2c: Convert the pcf8575 driver to a new-style i2c driver
authorJean Delvare <khali@linux-fr.org>
Wed, 16 Jul 2008 17:30:06 +0000 (19:30 +0200)
committerJean Delvare <khali@mahadeva.delvare>
Wed, 16 Jul 2008 17:30:06 +0000 (19:30 +0200)
commit97addff6def3f8e228a634fa017589f45c69de5c
treeabdbe65bb56dd88dbdaeb1878168ef4640ff829c
parent833bedb813689807385ae73175389c73a3f855c1
i2c: Convert the pcf8575 driver to a new-style i2c driver

The new-style pcf8575 driver implements the optional detect() callback
to cover the use cases of the legacy driver.

Warning: users will now have to use the force module parameter to get
the driver to attach to their device. That's not a bad thing as these
devices can't be detected anyway.

Note that this doesn't change the fact that this driver is deprecated
in favor of gpio/pcf857x.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Documentation/i2c/chips/pcf8575
drivers/i2c/chips/pcf8575.c