]> Pileus Git - ~andy/linux/commit
spi: spi-au1550: replace platform_driver_probe to support deferred probing
authorWolfram Sang <wsa@the-dreams.de>
Tue, 8 Oct 2013 20:35:37 +0000 (22:35 +0200)
committerMark Brown <broonie@linaro.org>
Wed, 9 Oct 2013 10:59:03 +0000 (11:59 +0100)
commit75dab1bfbbaa54c4e8cdca0f46b4ed65492559c6
tree8e83265b6d7f69f590e3a1b5b33d280b9e5802b6
parentd0e639c9e06d44e713170031fe05fb60ebe680af
spi: spi-au1550: 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.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-au1550.c