summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/atmel-pwm-bl.c
Commit message (Expand)AuthorAgeFilesLines
* backlight: atmel-pwm-bl: use gpio_request_oneJohan Hovold2013-11-131-7/+8
* backlight: atmel-pwm-bl: refactor gpio_on handlingJohan Hovold2013-11-131-12/+11
* backlight: atmel-pwm-bl: use gpio_is_validJohan Hovold2013-11-131-4/+4
* backlight: atmel-pwm-bl: remove unused includeJohan Hovold2013-11-131-1/+0
* backlight: atmel-pwm-bl: clean up get_intensityJohan Hovold2013-11-131-7/+6
* backlight: atmel-pwm-bl: clean up probe error handlingJohan Hovold2013-11-131-19/+12
* backlight: atmel-pwm-bl: fix module autoloadJohan Hovold2013-11-131-0/+1
* backlight: atmel-pwm-bl: fix gpio polarity in removeJohan Hovold2013-11-131-2/+4
* backlight: atmel-pwm-bl: fix reported brightnessJohan Hovold2013-11-131-2/+2
* backlight: atmel-pwm-bl: use devm_backlight_device_register()Jingoo Han2013-11-131-6/+4
* backlight: use dev_get_platdata()Jingoo Han2013-11-131-1/+1
* backlight: atmel-pwm-bl: fix deferred probe from __initJohan Hovold2013-09-261-4/+5
* backlight: atmel-pwm-bl: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-031-2/+0
* drivers/video/backlight/atmel-pwm-bl.c: add __init annotationJingoo Han2013-04-291-1/+1
* drivers/video/backlight/atmel-pwm-bl.c: use module_platform_driver_probe()Jingoo Han2013-04-291-11/+1
* backlight: atmel-pwm-bl: fix checkpatch warningJingoo Han2012-12-171-4/+3
* backlight: atmel-pwm-bl: use devm_gpio_request()Jingoo Han2012-07-301-9/+5
* drivers/video/backlight/atmel-pwm-bl.c: use devm_ functionsJingoo Han2012-07-301-3/+2
* backlight: add backlight typeMatthew Garrett2011-03-221-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* backlight: Allow properties to be passed at registrationMatthew Garrett2010-03-161-3/+5
* backlight: Constify struct backlight_opsEmese Revfy2009-12-161-1/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* fbdev: LCD backlight driver using Atmel PWM driverHans-Christian Egtvedt2008-07-241-0/+244