linux/drivers/i2c
Wolfram Sang cc40bf9a44 i2c: i2c-mxs: replace platform_driver_probe to support deferred probing
Subsystems like pinctrl and gpio rightfully make use of deferred probing at
core level. Now, deferred drivers won't be retried if they don't have a .probe
function specified in the driver struct. Fix this driver to have that, so the
devices it supports won't get lost in a deferred probe.

Acked-by: Marek Vasut <marex@denx.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
2013-10-10 10:22:29 +02:00
..
algos
busses i2c: i2c-mxs: replace platform_driver_probe to support deferred probing 2013-10-10 10:22:29 +02:00
muxes i2c: move OF helpers into the core 2013-08-23 10:22:20 +02:00
i2c-boardinfo.c
i2c-core.c i2c: move ACPI helpers into the core 2013-08-23 10:22:29 +02:00
i2c-core.h
i2c-dev.c
i2c-mux.c i2c: move OF helpers into the core 2013-08-23 10:22:20 +02:00
i2c-smbus.c i2c: use dev_get_platdata() 2013-08-19 19:46:30 +02:00
i2c-stub.c
Kconfig Remove GENERIC_HARDIRQ config option 2013-09-13 15:09:52 +02:00
Makefile