summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight-pwm.c
Commit message (Expand)AuthorAgeFilesLines
* video: backlight: add slew time parameterLucas Stach2018-06-211-0/+1
* remove checks for xzalloc() returning NULLUwe Kleine-König2017-09-261-2/+0
* video: backlight: fix the value of 'brightness_max'Sascha Hauer2016-08-291-1/+3
* video/backlight-pwm: properly handle the case of an empty 'brightness-levels'...iw3gtf@arcor.de2016-07-151-7/+13
* video/backlight-pwm: code readability improvement.iw3gtf@arcor.de2016-07-151-6/+5
* video/backlight-pwm: fix the value of 'brightness_max'.iw3gtf@arcor.de2016-07-151-1/+1
* video/backlight-pwm: fixed a loop index going out of range.iw3gtf@arcor.de2016-07-151-1/+1
* video: pwm-backlight: Honour discrete brightness levels from dtSascha Hauer2015-11-231-7/+20
* video: backlight-pwm: Add regulator supportSascha Hauer2015-10-011-0/+13
* video: backlight-pwm: Add error messageSascha Hauer2015-10-011-1/+3
* video: Add PWM backlight supportSascha Hauer2015-06-121-0/+199