linux/drivers/i2c
Jean Delvare 9def255631 i2c-parport-light: Don't register a platform device resource
The i2c-parport-light driver isn't a real platform driver, so it
should not instantiate platform devices with resources. The resource
management system can't cope with colliding resources, and we are
likely to create such a colliding resource.

So, better just try to grab the I/O ports we need right at module
initialization time, and bail out if we can't. It has the added
benefit that the module will no longer load if it isn't going to work,
which is definitely more user-friendly.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
2008-10-14 17:30:04 +02:00
..
algos i2c: Let users select algorithm drivers manually again 2008-08-10 22:56:15 +02:00
busses i2c-parport-light: Don't register a platform device resource 2008-10-14 17:30:04 +02:00
chips i2c/tps65010: Vibrator hookup to gpiolib 2008-10-14 17:30:04 +02:00
i2c-boardinfo.c
i2c-core.c i2c: Prevent log spam on some DVB adapters 2008-08-28 08:33:23 +02:00
i2c-core.h
i2c-dev.c i2c-dev: Return correct error code on class_create() failure 2008-09-24 13:39:21 +02:00
Kconfig i2c: Let users select algorithm drivers manually again 2008-08-10 22:56:15 +02:00
Makefile