aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/atmel-pwm-bl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-09backlight: atmel-pwm-bl: remove obsolete driverAlexandre Belloni1-223/+0
2013-11-13backlight: atmel-pwm-bl: use gpio_request_oneJohan Hovold1-7/+8
2013-11-13backlight: atmel-pwm-bl: refactor gpio_on handlingJohan Hovold1-12/+11
2013-11-13backlight: atmel-pwm-bl: use gpio_is_validJohan Hovold1-4/+4
2013-11-13backlight: atmel-pwm-bl: remove unused includeJohan Hovold1-1/+0
2013-11-13backlight: atmel-pwm-bl: clean up get_intensityJohan Hovold1-7/+6
2013-11-13backlight: atmel-pwm-bl: clean up probe error handlingJohan Hovold1-19/+12
2013-11-13backlight: atmel-pwm-bl: fix module autoloadJohan Hovold1-0/+1
2013-11-13backlight: atmel-pwm-bl: fix gpio polarity in removeJohan Hovold1-2/+4
2013-11-13backlight: atmel-pwm-bl: fix reported brightnessJohan Hovold1-2/+2
2013-11-13backlight: atmel-pwm-bl: use devm_backlight_device_register()Jingoo Han1-6/+4
2013-11-13backlight: use dev_get_platdata()Jingoo Han1-1/+1
2013-09-26backlight: atmel-pwm-bl: fix deferred probe from __initJohan Hovold1-4/+5
2013-07-03backlight: atmel-pwm-bl: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-29drivers/video/backlight/atmel-pwm-bl.c: add __init annotationJingoo Han1-1/+1
2013-04-29drivers/video/backlight/atmel-pwm-bl.c: use module_platform_driver_probe()Jingoo Han1-11/+1
2012-12-17backlight: atmel-pwm-bl: fix checkpatch warningJingoo Han1-4/+3
2012-07-30backlight: atmel-pwm-bl: use devm_gpio_request()Jingoo Han1-9/+5
2012-07-30drivers/video/backlight/atmel-pwm-bl.c: use devm_ functionsJingoo Han1-3/+2
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett1-3/+5
2009-12-16backlight: Constify struct backlight_opsEmese Revfy1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2008-07-24fbdev: LCD backlight driver using Atmel PWM driverHans-Christian Egtvedt1-0/+244