https://github.com/torvalds/linux
Revision aa1a6d6d74fff31060e08f6007037e6d807c8130 authored by Peter Ujfalusi on 28 November 2013, 09:06:38 UTC, committed by Bryan Wu on 02 December 2013, 19:53:17 UTC
We need to make sure that the error code from devm_of_pwm_get() is the one
the module returns in case of failure.
Restructure the code to make this possible for DT booted case.
With this patch the driver can ask for deferred probing when the board is
booted with DT.
Fixes for example omap4-sdp board's keyboard backlight led.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
1 parent dc1ccc4
History
Tip revision: aa1a6d6d74fff31060e08f6007037e6d807c8130 authored by Peter Ujfalusi on 28 November 2013, 09:06:38 UTC
leds: pwm: Fix for deferred probe in DT booted mode
Tip revision: aa1a6d6
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.2 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 260.5 KB
Makefile -rw-r--r-- 48.2 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top