summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/gpio_backlight.c
Commit message (Expand)AuthorAgeFilesLines
* backlight: gpio-backlight: Use backlight power constantsThomas Zimmermann2024-07-041-5/+4
* backlight: Add controls_device callback to struct backlight_opsThomas Zimmermann2024-03-281-6/+6
* backlight: gpio: Simplify with dev_err_probe()Krzysztof Kozlowski2024-03-071-7/+3
* Merge tag 'backlight-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-09-061-2/+1
|\
| * backlight: gpio_backlight: Drop output GPIO direction check for initial power...Ying Liu2023-07-281-2/+1
* | backlight/gpio_backlight: Rename field 'fbdev' to 'dev'Thomas Zimmermann2023-06-271-3/+3
* | backlight/gpio_backlight: Compare against struct fb_info.deviceThomas Zimmermann2023-06-271-1/+1
|/
* backlight: gpio_backlight: Simplify update_status()Sam Ravnborg2020-07-201-15/+2
* backlight: gpio: Pull gpio_backlight_initial_power_state() into probeBartosz Golaszewski2019-11-111-24/+14
* backlight: gpio: Use a helper variable for &pdev->devBartosz Golaszewski2019-11-111-12/+11
* backlight: gpio: Simplify the platform data handlingBartosz Golaszewski2019-11-111-51/+11
* backlight: gpio: Explicitly set the direction of the GPIOBartosz Golaszewski2019-11-111-5/+18
* backlight: gpio: Remove stray newlineBartosz Golaszewski2019-11-111-1/+0
* backlight: gpio: Remove unneeded includeBartosz Golaszewski2019-11-111-1/+0
* backlight: gpio-backlight: Correct initial power state handlingPeter Ujfalusi2019-09-021-4/+20
* Merge tag 'backlight-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-161-14/+9
|\
| * backlight: gpio_backlight: Enable ACPI enumerationAndy Shevchenko2019-06-271-14/+9
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* backlight: gpio_backlight: Delete pdata inversionLinus Walleij2017-08-071-13/+2
* backlight: gpio_backlight: Convert to use GPIO descriptorLinus Walleij2017-08-071-28/+43
* backlight: gpio-backlight: Use default-on on GPIO requestStefan Agner2016-01-111-3/+7
* gpio-backlight: Discover driver during boot timeArun Bharadwaj2015-06-231-0/+2
* backlight: Remove .owner field for drivers using module_platform_driverPeter Griffin2014-08-281-1/+0
* backlight: Remove trivial get_brightness implementationsAndrzej Hajda2014-06-231-6/+0
* backlight: gpio-backlight: Fix warning when the GPIO is on a I2C chipTony Lindgren2014-06-051-1/+2
* backlight: gpio-backlight: Add DT supportDenis Carikli2014-04-081-7/+51
* backlight: gpio_backlight: use devm_backlight_device_register()Jingoo Han2013-11-131-11/+3
* backlight: use dev_get_platdata()Jingoo Han2013-11-131-1/+2
* backlight: Add GPIO-based backlight driverLaurent Pinchart2013-07-161-0/+133