aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/gpio_backlight.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-20backlight: gpio_backlight: Simplify update_status()Sam Ravnborg1-15/+2
2019-11-11backlight: gpio: Pull gpio_backlight_initial_power_state() into probeBartosz Golaszewski1-24/+14
2019-11-11backlight: gpio: Use a helper variable for &pdev->devBartosz Golaszewski1-12/+11
2019-11-11backlight: gpio: Simplify the platform data handlingBartosz Golaszewski1-51/+11
2019-11-11backlight: gpio: Explicitly set the direction of the GPIOBartosz Golaszewski1-5/+18
2019-11-11backlight: gpio: Remove stray newlineBartosz Golaszewski1-1/+0
2019-11-11backlight: gpio: Remove unneeded includeBartosz Golaszewski1-1/+0
2019-09-02backlight: gpio-backlight: Correct initial power state handlingPeter Ujfalusi1-4/+20
2019-07-16Merge tag 'backlight-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds1-14/+9
2019-06-27backlight: gpio_backlight: Enable ACPI enumerationAndy Shevchenko1-14/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-08-07backlight: gpio_backlight: Delete pdata inversionLinus Walleij1-13/+2
2017-08-07backlight: gpio_backlight: Convert to use GPIO descriptorLinus Walleij1-28/+43
2016-01-11backlight: gpio-backlight: Use default-on on GPIO requestStefan Agner1-3/+7
2015-06-23gpio-backlight: Discover driver during boot timeArun Bharadwaj1-0/+2
2014-08-28backlight: Remove .owner field for drivers using module_platform_driverPeter Griffin1-1/+0
2014-06-23backlight: Remove trivial get_brightness implementationsAndrzej Hajda1-6/+0
2014-06-05backlight: gpio-backlight: Fix warning when the GPIO is on a I2C chipTony Lindgren1-1/+2
2014-04-08backlight: gpio-backlight: Add DT supportDenis Carikli1-7/+51
2013-11-13backlight: gpio_backlight: use devm_backlight_device_register()Jingoo Han1-11/+3
2013-11-13backlight: use dev_get_platdata()Jingoo Han1-1/+2
2013-07-16backlight: Add GPIO-based backlight driverLaurent Pinchart1-0/+133