commit | cc40bf9a444f687a7b76450b1ad742b2ea262af4 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa@the-dreams.de> | Tue Oct 08 22:35:35 2013 +0200 |
committer | Wolfram Sang <wsa@the-dreams.de> | Thu Oct 10 10:22:29 2013 +0200 |
tree | 0912bd1fdcb0becd0ad11a74a9b749962e5b2f9a | |
parent | 3611431ce7281a6542d47bd5b2fc2206fed5749f [diff] |
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>