misc: atmel_pwm: add deferred-probing support
authorJohan Hovold <jhovold@gmail.com>
Tue, 22 Oct 2013 16:32:39 +0000 (18:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Nov 2013 20:31:40 +0000 (12:31 -0800)
commitbe85221c4bab7fa3d930d13683b9edacc24392f3
tree2430d5df7e6b39df8179e824955dcd6ec4dc88e9
parentb53ef1347bffe6f9fd40816387d2519c56c27d87
misc: atmel_pwm: add deferred-probing support

commit 5c6d6fd1564138ad048564e48639f842714a90c6 upstream.

Two drivers (atmel-pwm-bl and leds-atmel-pwm) currently depend on the
atmel_pwm driver to have bound to any pwm-device before their devices
are probed.

Support deferred probing of such devices by making sure to return
-EPROBE_DEFER from pwm_channel_alloc when no pwm-device has yet been
bound.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/atmel_pwm.c