commit | 3611431ce7281a6542d47bd5b2fc2206fed5749f | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa@the-dreams.de> | Tue Oct 08 22:35:34 2013 +0200 |
committer | Wolfram Sang <wsa@the-dreams.de> | Thu Oct 10 10:22:29 2013 +0200 |
tree | 942df4875b8bf5bf5da508f3bd3406f88be221fe | |
parent | cccdcea14fc2de8707c52e537fa2b384ccfe7ec2 [diff] |
i2c: i2c-imx: 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: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>