summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight-pwm.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-3/+3
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-3/+3
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-11/+1
* treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>Ahmad Fatoum2021-02-191-1/+1
* video: backlight-pwm: set backlight dev.parent to hardware devAhmad Fatoum2020-05-121-0/+1
* video: backlight-pwm: remove unused struct memberAhmad Fatoum2020-05-121-1/+0
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* video: backlight-pwm: remove duplicate assignment to objectAhmad Fatoum2020-02-101-2/+0
* 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