index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
backlight
/
pwm_bl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-22
backlight: pwm_bl: Improve bootloader/kernel device handover
Daniel Thompson
1
-26
/
+28
2019-04-05
backlight: pwm_bl: Use gpiod_get_value_cansleep() to get initial state
Chen-Yu Tsai
1
-1
/
+1
2019-03-27
pwm-backlight: Enable/disable the PWM before/after LCD enable toggle.
Enric Balletbo i Serra
1
-4
/
+5
2018-08-03
backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_direction
Wolfram Sang
1
-3
/
+3
2017-12-25
backlight: pwm_bl: Fix overflow condition
Derek Basehore
1
-2
/
+5
2017-08-07
backlight: pwm_bl: Make of_device_ids const
Arvind Yadav
1
-1
/
+1
2017-04-19
backlight: pwm_bl: Fix GPIO out for unimplemented .get_direction()
Geert Uytterhoeven
1
-3
/
+4
2017-01-04
backlight: pwm_bl: Check the PWM state for initial backlight power state
Peter Ujfalusi
1
-0
/
+4
2017-01-04
backlight: pwm_bl: Move the checks for initial power state to a separate func...
Peter Ujfalusi
1
-19
/
+37
2016-10-06
backlight: pwm_bl: Handle gpio that can sleep
Maxime Ripard
1
-2
/
+2
2016-05-17
backlight: pwm_bl: Use pwm_get_args() where appropriate
Boris Brezillon
1
-1
/
+9
2016-05-17
backlight: pwm_bl: Remove useless call to pwm_set_period()
Boris BREZILLON
1
-3
/
+1
2016-01-11
backlight: pwm_bl: Free PWM requested by legacy API on error path
Vladimir Zapolskiy
1
-0
/
+2
2016-01-11
backlight: pwm_bl: Fix broken PWM backlight for non-dt platforms
Philipp Zabel
1
-5
/
+4
2016-01-11
backlight: pwm_bl: Avoid backlight flicker when probed from DT
Philipp Zabel
1
-1
/
+22
2015-10-15
backlight: pwm: Reject legacy PWM request for device defined in DT
Vladimir Zapolskiy
1
-10
/
+9
2015-06-25
Merge tag 'backlight-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+2
2015-06-23
backlight: pwm_bl: Simplify usage of devm_gpiod_get_optional
Axel Lin
1
-4
/
+2
2015-05-26
backlight: pwm: Handle EPROBE_DEFER while requesting the PWM
Nicolas Ferre
1
-0
/
+4
2014-11-10
backlight: pwm: Clean-up pwm requested using legacy API
Vladimir Zapolskiy
1
-1
/
+4
2014-10-11
Merge tag 'backlight-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+0
2014-08-28
backlight: Remove .owner field for drivers using module_platform_driver
Peter Griffin
1
-1
/
+0
2014-08-20
pwm-backlight: Fix bogus request for GPIO#0 when instantiated from DT
Lothar Waßmann
1
-0
/
+1
2014-07-18
backlight: pwm-backlight: Use devm_gpiod_get_optional()
Alexandre Courbot
1
-5
/
+2
2014-06-23
backlight: Remove trivial get_brightness implementations
Andrzej Hajda
1
-6
/
+0
2014-05-21
pwm-backlight: retrieve configured PWM period
Alexandre Belloni
1
-3
/
+6
2014-05-07
pwm-backlight: switch to gpiod interface
Alexandre Courbot
1
-40
/
+29
2014-05-02
pwm-backlight: Disable backlight on shutdown
Thierry Reding
1
-0
/
+9
2013-12-17
backlight: pwm_bl: Remove error message upon devm_kzalloc() failure
Fabio Estevam
1
-1
/
+0
2013-11-17
Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-36
/
+130
2013-11-13
backlight: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-10-22
pwm-backlight: Remove unused variable
Thierry Reding
1
-1
/
+1
2013-10-22
pwm_backlight: avoid short blank screen while doing hibernation
Huayi Li
1
-2
/
+8
2013-10-18
pwm-backlight: Fix brightness adjustment
Thierry Reding
1
-12
/
+18
2013-10-16
pwm-backlight: Allow for non-increasing brightness levels
Mike Dunn
1
-14
/
+15
2013-10-16
pwm-backlight: Add power supply support
Thierry Reding
1
-0
/
+13
2013-10-16
pwm-backlight: Use new enable_gpio field
Thierry Reding
1
-7
/
+50
2013-10-16
pwm-backlight: Track enable state
Thierry Reding
1
-0
/
+11
2013-10-16
pwm-backlight: Refactor backlight power on/off
Thierry Reding
1
-22
/
+31
2013-10-16
pwm-backlight: Improve readability
Thierry Reding
1
-1
/
+6
2013-03-08
pwm_backlight: remove unnecessary ifdefs
Jingoo Han
1
-5
/
+2
2013-02-26
Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwm
Linus Torvalds
1
-10
/
+10
2013-02-22
pwm_backlight: use bl_get_data instead of dev_get_drvdata
Jingoo Han
1
-4
/
+4
2013-01-31
pwm_backlight: Validate dft_brightness in main probe function
Peter Ujfalusi
1
-6
/
+7
2013-01-30
pwm-backlight: handle BL_CORE_FBBLANK state
Alexandre Courbot
1
-4
/
+3
2012-10-05
pwm-backlight: Use devm_pwm_get() instead of pwm_get()
Sachin Kamat
1
-5
/
+2
2012-07-23
pwm_backlight: pass correct brightness to callback
Alexandre Courbot
1
-4
/
+8
2012-07-23
pwm-backlight: Add rudimentary device tree support
Thierry Reding
1
-20
/
+129
2012-03-24
drivers/video/backlight: use devm_ functions
Julia Lawall
1
-5
/
+2
2012-01-11
backlight: convert pwm_bl to dev_pm_ops
Mark Brown
1
-10
/
+11
[next]