Linus Torvalds
e81d372ff9
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds
...
Pull LED subsystem update from Bryan Wu.
* 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds: (47 commits)
leds: leds-lp5521: return an error code on error in probe()
leds: leds-clevo-mail: Use pr_* instead of printks
leds: leds-rb532: Fix checkpatch errors
leds: led-triggers: Fix checkpatch warnings
leds: ledtrig-backlight: Fix checkpatch error
leds: leds-wrap: Use <linux/io.h> instead of <asm/io.h>
leds: leds-wm8350: Use dev_err instead of printk
leds: leds-pwm: Fix checkpatch warning
leds: leds-pca955x: Use dev_info instead of printk
leds: leds-net48xx: Use linux/io.h instead of asm/io.h
leds: leds-lt3593: Fix checkpatch warnings
leds: leds-gpio: Use dev_info instead of printk
leds: leds-da903x: Fix checkpatch error and warnings
leds: leds-bd2802: Fix checkpatch warnings
leds: leds-adp5520: Fix checkpatch warnings
leds: led-class: Fix checkpatch warning
leds: leds-ns2: use devm_gpio_request_one
leds: leds-lt3593: use devm_gpio_request_one
leds: leds-gpio: use devm_gpio_request_one
leds: lp3944: Fix return value
...
2012-12-15 12:52:42 -08:00
Bill Pemberton
678e8a6be9
leds: remove use of __devexit
...
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Richard Purdie <rpurdie@rpsys.net >
Cc: Jan-Simon Moeller <jansimon.moeller@gmx.de >
Acked-by: Bryan Wu <cooloney@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:35:06 -08:00
Bill Pemberton
98ea1ea20c
leds: remove use of __devinit
...
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Richard Purdie <rpurdie@rpsys.net >
Cc: Jan-Simon Moeller <jansimon.moeller@gmx.de >
Acked-by: Bryan Wu <cooloney@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:34:57 -08:00
Bill Pemberton
df07cf8126
leds: remove use of __devexit_p
...
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Richard Purdie <rpurdie@rpsys.net >
Cc: Jan-Simon Moeller <jansimon.moeller@gmx.de >
Acked-by: Bryan Wu <cooloney@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:33:20 -08:00
Jingoo Han
50e5194385
leds: leds-cobalt-raq: use devm_ioremap
...
The devm_ functions allocate memory that is released when a driver
detaches. This patch uses devm_ioremap() for these functions.
Signed-off-by: Jingoo Han <jg1.han@samsung.com >
Signed-off-by: Bryan Wu <cooloney@gmail.com >
2012-11-26 14:28:45 -08:00
Paul Gortmaker
d131c49628
drivers/leds: Add export.h for THIS_MODULE to leds-cobalt-raq.c
...
In preparation of the module.h usage cleanup, call out the export.h
to avoid build failures when that happens.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com >
2011-10-31 19:31:50 -04:00
H Hartley Sweeten
d3aad6399a
leds: leds-cobalt-raq.c - use resource_size()
...
Use resource_size() for ioremap.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com >
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2009-12-17 11:16:23 +00:00
Olaf Hering
db3f520738
leds: Fix LED names
...
This is needed to get kde-powersave to work properly on some g4
powerbooks.
From: Olaf Hering <olh@suse.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2009-09-07 14:37:27 +01:00
Yoichi Yuasa
ada8e9514b
Update Yoichi Yuasa's e-mail address
...
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2009-07-03 15:45:29 +01:00
Németh Márton
4d404fd5c5
leds: Cleanup various whitespace and code style issues
...
Break the lines which were more than 80 characters into more
lines; replace SPACEs with TABs; correct ident at switch-case;
change character encoding from ISO-8859-2 to UTF-8.
The order of the functions in led-triggers.c changed in order
the similar functions can still be together under titles
"Used by LED Class", "LED Trigger Interface" and "Simple
LED Tigger Interface" as was grouped before when exported
with EXPORT_SYMBOL.
Signed-off-by: Márton Németh <nm127@freemail.hu >
Signed-off-by: Richard Purdie <rpurdie@rpsys.net >
2008-04-24 23:37:42 +01:00
Yoichi Yuasa
97da7aaf46
leds: Add Cobalt Raq series LEDs support
...
Add Cobalt Raq series LEDs support.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp >
Acked-by: Ralf Baechle <ralf@linux-mips.org >
Signed-off-by: Richard Purdie <rpurdie@rpsys.net >
2007-10-11 22:24:00 +01:00