aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-29lib/vsprintf.c: "%#o",0 becomes '0' instead of '00'Pierre Carrier1-4/+8
2012-05-29radix-tree: fix preload vector sizeNick Piggin1-1/+14
2012-05-29spinlock_debug: print kallsyms name for lockStephen Boyd1-1/+1
2012-05-29vsprintf: fix %ps on non symbols when using kallsymsStephen Boyd3-9/+32
2012-05-29lib/bitmap.c: fix documentation for scnprintf() functionsAndrew Morton1-6/+6
2012-05-29lib/string_helpers.c: make arrays staticAndrew Morton1-4/+4
2012-05-29lib/test-kstrtox.c: mark const init data with __initconst instead of __initdataUwe Kleine-König1-2/+2
2012-05-29list_debug: WARN for adding something already in the listChris Metcalf1-0/+3
2012-05-29leds: add LM3533 LED driverJohan Hovold4-0/+864
2012-05-29drivers/leds/leds-pca955x.c: fix race condition while setting brightness on several LEDsAlexander Stein1-36/+59
2012-05-29leds: add new transient trigger for one shot timer activationShuah Khan4-0/+398
2012-05-29leds: heartbeat: stop on shutdownAlexander Holler1-1/+27
2012-05-29drivers/leds/leds-lm3530.c: simplify als configuration on initializationKim, Milo1-42/+58
2012-05-29include/linux/led-lm3530.h: comment correction about the range of brightnessKim, Milo1-1/+1
2012-05-29leds: change ledtrig-timer to use activated flagShuah Khan1-3/+3
2012-05-29leds: change existing triggers to use activated flagShuah Khan3-3/+9
2012-05-29leds: add new field to led_classdev struct to save activation stateShuah Khan1-0/+2
2012-05-29leds: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2012-05-29leds: simple_strtoul() cleanupShuah Khan2-41/+28
2012-05-29leds: driver for DA9052/53 PMIC v2David Dajun Chen3-0/+223
2012-05-29drivers/leds/leds-lp5521.c: fix lp5521_read() error handlingDan Carpenter1-4/+8
2012-05-29backlight: tosa_lcd: use devm_ functionsJingoo Han1-5/+3
2012-05-29backlight: tosa_bl: use devm_ functionsJingoo Han1-6/+5
2012-05-29backlight: tdo24m: use devm_ functionsJingoo Han1-15/+6
2012-05-29backlight: s6e63m0: use devm_ functionsJingoo Han1-10/+5
2012-05-29backlight: ltv350qv: use devm_ functionsJingoo Han1-16/+7
2012-05-29backlight: lms283gf05: use devm_ functionsJingoo Han1-6/+3
2012-05-29backlight: ld9040: use devm_ functionsJingoo Han1-8/+6
2012-05-29backlight: l4f00242t03: use devm_ functionsJingoo Han1-14/+11
2012-05-29backlight: ili9320: use devm_ functionsJingoo Han1-7/+2
2012-05-29backlight: corgi_lcd: use devm_ functionsJingoo Han1-8/+4
2012-05-29backlight: ams369fg06: use devm_ functionsJingoo Han1-10/+5
2012-05-29backlight: adp8870: use devm_ functionsJingoo Han1-15/+7
2012-05-29backlight: adp8860: use devm_ functionsJingoo Han1-15/+7
2012-05-29backlight: initialize struct backlight_properties properlyCorentin Chary5-0/+5
2012-05-29drivers/video/backlight/l4f00242t03.c: use pr_fmtJingoo Han1-0/+2
2012-05-29backlight: progear: use pr_err() instead of printk()Jingoo Han1-2/+4
2012-05-29backlight: omap1: use pr_info() instead of printk()Jingoo Han1-1/+3
2012-05-29backlight: jornada720: use pr_err()/pr_info() instead of printk()Jingoo Han2-9/+13
2012-05-29backlight: generic_bl: use pr_info() instead of printk()Jingoo Han1-2/+4
2012-05-29backlight: cr_bllcd: use pr_err()/pr_info() instead of printk()Jingoo Han1-4/+5
2012-05-29backlight: apple_bl: use pr_debug()/pr_err() instead of printk()Jingoo Han1-12/+8
2012-05-29backlight: use pr_warn() and pr_debug() instead of printk()Jingoo Han2-9/+12
2012-05-29drivers/video/backlight/adp5520_bl.c: use kstrtoul()Jingoo Han1-2/+2
2012-05-29drivers/video/backlight/adp8870_bl.c: use kstrtoul()Jingoo Han1-3/+3
2012-05-29drivers/video/backlight/adp8860_bl.c: use kstrtoul()Jingoo Han1-3/+3
2012-05-29backlight: add LM3533 backlight driverJohan Hovold4-0/+484
2012-05-29drivers/video/backlight/apple_bl.c: include header for exported symbol prototypesH Hartley Sweeten2-1/+2
2012-05-29lcd: add callbacks for early fb event blank supportInki Dae2-0/+20
2012-05-29fbdev: add events for early fb event supportInki Dae2-6/+19