index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
backlight
/
pwm_bl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/math: move int_pow() from pwm_bl.c for wider use
Andy Shevchenko
2019-05-15
1
-15
/
+0
*
backlight: pwm_bl: Use gpiod_get_value_cansleep() to get initial state
Chen-Yu Tsai
2019-01-30
1
-1
/
+1
*
Merge tag 'backlight-next-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-01-14
1
-11
/
+17
|
\
|
*
backlight: pwm_bl: Fix devicetree parsing with auto-generated brightness tables
Heiko Stuebner
2018-11-27
1
-9
/
+10
|
*
backlight: pwm_bl: Re-add driver internal enabled tracking
Heiko Stuebner
2018-11-27
1
-2
/
+7
*
|
backlight: pwm_bl: Fix brightness levels for non-DT case.
Enric Balletbo i Serra
2018-12-10
1
-6
/
+35
|
/
*
backlight: pwm_bl: Switch to using "atomic" PWM API
Enric Balletbo i Serra
2018-10-09
1
-39
/
+42
*
backlight: pwm_bl: Fix uninitialized variable
Daniel Thompson
2018-07-25
1
-1
/
+1
*
backlight: pwm_bl: Compute brightness of LED linearly to human eye
Enric Balletbo i Serra
2018-07-04
1
-13
/
+136
*
backlight: pwm_bl: Linear interpolation between brightness-levels
Enric Balletbo i Serra
2018-07-04
1
-0
/
+83
*
backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_direction
Wolfram Sang
2018-04-30
1
-3
/
+3
*
pwm-backlight: Add support for PWM delays proprieties.
Enric Balletbo i Serra
2018-04-30
1
-0
/
+19
*
pwm-backlight: Enable/disable the PWM before/after LCD enable toggle.
Enric Balletbo i Serra
2018-04-30
1
-4
/
+5
*
backlight: pwm_bl: Fix overflow condition
Derek Basehore
2017-10-13
1
-2
/
+5
*
backlight: pwm_bl: Make of_device_ids const
Arvind Yadav
2017-08-07
1
-1
/
+1
*
backlight: pwm_bl: Fix GPIO out for unimplemented .get_direction()
Geert Uytterhoeven
2017-04-19
1
-3
/
+4
*
backlight: pwm_bl: Check the PWM state for initial backlight power state
Peter Ujfalusi
2017-01-04
1
-0
/
+4
*
backlight: pwm_bl: Move the checks for initial power state to a separate func...
Peter Ujfalusi
2017-01-04
1
-19
/
+37
*
backlight: pwm_bl: Handle gpio that can sleep
Maxime Ripard
2016-10-06
1
-2
/
+2
*
backlight: pwm_bl: Use pwm_get_args() where appropriate
Boris Brezillon
2016-05-17
1
-1
/
+9
*
backlight: pwm_bl: Remove useless call to pwm_set_period()
Boris BREZILLON
2016-05-17
1
-3
/
+1
*
backlight: pwm_bl: Free PWM requested by legacy API on error path
Vladimir Zapolskiy
2016-01-11
1
-0
/
+2
*
backlight: pwm_bl: Fix broken PWM backlight for non-dt platforms
Philipp Zabel
2016-01-11
1
-5
/
+4
*
backlight: pwm_bl: Avoid backlight flicker when probed from DT
Philipp Zabel
2016-01-11
1
-1
/
+22
*
backlight: pwm: Reject legacy PWM request for device defined in DT
Vladimir Zapolskiy
2015-10-15
1
-10
/
+9
*
Merge tag 'backlight-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-06-25
1
-4
/
+2
|
\
|
*
backlight: pwm_bl: Simplify usage of devm_gpiod_get_optional
Axel Lin
2015-06-23
1
-4
/
+2
*
|
backlight: pwm: Handle EPROBE_DEFER while requesting the PWM
Nicolas Ferre
2015-05-26
1
-0
/
+4
|
/
*
backlight: pwm: Clean-up pwm requested using legacy API
Vladimir Zapolskiy
2014-11-10
1
-1
/
+4
*
Merge tag 'backlight-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-10-11
1
-1
/
+0
|
\
|
*
backlight: Remove .owner field for drivers using module_platform_driver
Peter Griffin
2014-08-28
1
-1
/
+0
*
|
pwm-backlight: Fix bogus request for GPIO#0 when instantiated from DT
Lothar Waßmann
2014-08-20
1
-0
/
+1
|
/
*
backlight: pwm-backlight: Use devm_gpiod_get_optional()
Alexandre Courbot
2014-07-18
1
-5
/
+2
*
backlight: Remove trivial get_brightness implementations
Andrzej Hajda
2014-06-23
1
-6
/
+0
*
pwm-backlight: retrieve configured PWM period
Alexandre Belloni
2014-05-21
1
-3
/
+6
*
pwm-backlight: switch to gpiod interface
Alexandre Courbot
2014-05-07
1
-40
/
+29
*
pwm-backlight: Disable backlight on shutdown
Thierry Reding
2014-05-02
1
-0
/
+9
*
backlight: pwm_bl: Remove error message upon devm_kzalloc() failure
Fabio Estevam
2013-12-17
1
-1
/
+0
*
Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-11-16
1
-36
/
+130
|
\
|
*
pwm-backlight: Remove unused variable
Thierry Reding
2013-10-22
1
-1
/
+1
|
*
pwm_backlight: avoid short blank screen while doing hibernation
Huayi Li
2013-10-22
1
-2
/
+8
|
*
pwm-backlight: Fix brightness adjustment
Thierry Reding
2013-10-18
1
-12
/
+18
|
*
pwm-backlight: Allow for non-increasing brightness levels
Mike Dunn
2013-10-16
1
-14
/
+15
|
*
pwm-backlight: Add power supply support
Thierry Reding
2013-10-16
1
-0
/
+13
|
*
pwm-backlight: Use new enable_gpio field
Thierry Reding
2013-10-16
1
-7
/
+50
|
*
pwm-backlight: Track enable state
Thierry Reding
2013-10-16
1
-0
/
+11
|
*
pwm-backlight: Refactor backlight power on/off
Thierry Reding
2013-10-16
1
-22
/
+31
|
*
pwm-backlight: Improve readability
Thierry Reding
2013-10-16
1
-1
/
+6
*
|
backlight: use dev_get_platdata()
Jingoo Han
2013-11-13
1
-1
/
+1
|
/
*
pwm_backlight: remove unnecessary ifdefs
Jingoo Han
2013-03-08
1
-5
/
+2
[next]