]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
can: flexcan: Deferred on Regulator return EPROBE_DEFER
authorAndreas Werner <kernel@andy89.org>
Sun, 22 Mar 2015 16:35:52 +0000 (17:35 +0100)
committerJiri Slaby <jslaby@suse.cz>
Wed, 22 Apr 2015 06:58:40 +0000 (08:58 +0200)
commita261251a900fb771ff427834a71c481e22d219a6
tree70d611aef943e5eede3f804a8dc4dcf4df563be8
parentfb2f660d6cf94ca97bcbe712e324d6e6e2605bca
can: flexcan: Deferred on Regulator return EPROBE_DEFER

commit 555828ef45f825d6ee06559f0304163550eed380 upstream.

Return EPROBE_DEFER if Regulator returns EPROBE_DEFER

If the Flexcan driver is built into kernel and a regulator is used to
enable the CAN transceiver, the Flexcan driver may not use the regulator.

When initializing the Flexcan device with a regulator defined in the device
tree, but not initialized, the regulator subsystem returns EPROBE_DEFER, hence
the Flexcan init fails.

The solution for this is to return EPROBE_DEFER if regulator is not initialized
and wait until the regulator is initialized.

Signed-off-by: Andreas Werner <kernel@andy89.org>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/net/can/flexcan.c