summaryrefslogtreecommitdiff
path: root/drivers/video/backlight/gpio_backlight.c
AgeCommit message (Expand)Author
2024-03-07backlight: gpio: Simplify with dev_err_probe()Krzysztof Kozlowski
2023-09-06Merge tag 'backlight-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-07-28backlight: gpio_backlight: Drop output GPIO direction check for initial power...Ying Liu
2023-06-27backlight/gpio_backlight: Rename field 'fbdev' to 'dev'Thomas Zimmermann
2023-06-27backlight/gpio_backlight: Compare against struct fb_info.deviceThomas Zimmermann
2020-07-20backlight: gpio_backlight: Simplify update_status()Sam Ravnborg
2019-11-11backlight: gpio: Pull gpio_backlight_initial_power_state() into probeBartosz Golaszewski
2019-11-11backlight: gpio: Use a helper variable for &pdev->devBartosz Golaszewski
2019-11-11backlight: gpio: Simplify the platform data handlingBartosz Golaszewski
2019-11-11backlight: gpio: Explicitly set the direction of the GPIOBartosz Golaszewski
2019-11-11backlight: gpio: Remove stray newlineBartosz Golaszewski
2019-11-11backlight: gpio: Remove unneeded includeBartosz Golaszewski
2019-09-02backlight: gpio-backlight: Correct initial power state handlingPeter Ujfalusi
2019-07-16Merge tag 'backlight-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-06-27backlight: gpio_backlight: Enable ACPI enumerationAndy Shevchenko
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-08-07backlight: gpio_backlight: Delete pdata inversionLinus Walleij
2017-08-07backlight: gpio_backlight: Convert to use GPIO descriptorLinus Walleij
2016-01-11backlight: gpio-backlight: Use default-on on GPIO requestStefan Agner
2015-06-23gpio-backlight: Discover driver during boot timeArun Bharadwaj
2014-08-28backlight: Remove .owner field for drivers using module_platform_driverPeter Griffin
2014-06-23backlight: Remove trivial get_brightness implementationsAndrzej Hajda
2014-06-05backlight: gpio-backlight: Fix warning when the GPIO is on a I2C chipTony Lindgren
2014-04-08backlight: gpio-backlight: Add DT supportDenis Carikli
2013-11-13backlight: gpio_backlight: use devm_backlight_device_register()Jingoo Han
2013-11-13backlight: use dev_get_platdata()Jingoo Han
2013-07-16backlight: Add GPIO-based backlight driverLaurent Pinchart