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.13.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
2024-07-04
backlight: pwm-backlight: Use backlight power constants
Thomas Zimmermann
1
-2
/
+2
2024-03-28
backlight: pwm-backlight: Remove struct backlight_ops.check_fb
Thomas Zimmermann
1
-12
/
+0
2024-01-19
Merge tag 'backlight-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-16
/
+18
2023-12-20
pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
Sean Young
1
-6
/
+6
2023-11-23
backlight: pwm_bl: Use dev_err_probe
Alexander Stein
1
-16
/
+18
2023-10-12
backlight: pwm_bl: Disable PWM on shutdown, suspend and remove
Uwe Kleine-König
1
-0
/
+22
2023-05-25
backlight: pwm_bl: Remove unneeded checks for valid GPIOs
Geert Uytterhoeven
1
-6
/
+3
2023-03-16
backlight: pwm_bl: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-02-22
backlight: pwm_bl: Don't rely on a disabled PWM emiting inactive state
Uwe Kleine-König
1
-8
/
+22
2023-02-22
backlight: pwm_bl: Configure pwm only once per backlight toggle
Uwe Kleine-König
1
-18
/
+10
2023-02-22
backlight: pwm_bl: Drop support for legacy PWM probing
Uwe Kleine-König
1
-12
/
+0
2022-02-08
backlight: pwm_bl: Avoid open coded arithmetic in memory allocation
Christophe JAILLET
1
-5
/
+4
2021-08-19
backlight: pwm_bl: Improve bootloader/kernel device handover
Daniel Thompson
1
-26
/
+28
2020-11-04
backlight: pwm_bl: Fix interpolation
Alexandru Stan
1
-39
/
+31
2020-08-15
Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2020-07-20
backlight: Use backlight_get_brightness() throughout
Sam Ravnborg
1
-6
/
+1
2020-06-17
backlight: pwm_bl: Use 64-bit division function
Guru Das Srinagesh
1
-1
/
+2
2020-03-18
backlight: pwm_bl: Switch to full GPIO descriptor
Linus Walleij
1
-19
/
+0
2019-10-14
backlight: pwm_bl: Switch to power-of-2 base for fixed-point math
Rasmus Villemoes
1
-10
/
+12
2019-10-14
backlight: pwm_bl: Drop use of int_pow()
Rasmus Villemoes
1
-1
/
+2
2019-10-14
backlight: pwm_bl: Eliminate a 64/32 division
Rasmus Villemoes
1
-1
/
+1
2019-10-14
backlight: pwm_bl: Fix cie1913 comments and constant
Rasmus Villemoes
1
-3
/
+9
2019-10-14
backlight: pwm_bl: Add missing curly branches in else branch
Matthias Kaehlcke
1
-1
/
+2
2019-10-14
backlight: pwm_bl: Don't assign levels table repeatedly
Matthias Kaehlcke
1
-4
/
+3
2019-09-02
backlight: pwm_bl: Set scale type for brightness curves specified in the DT
Matthias Kaehlcke
1
-0
/
+30
2019-09-02
backlight: pwm_bl: Set scale type for CIE 1931 curves
Matthias Kaehlcke
1
-1
/
+4
2019-07-16
Merge tag 'backlight-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-22
/
+8
2019-06-27
backlight: pwm_bl: Fix heuristic to determine number of brightness levels
Matthias Kaehlcke
1
-18
/
+6
2019-06-27
backlight: pwm_bl: Convert to use SPDX identifier
Andy Shevchenko
1
-8
/
+3
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-15
lib/math: move int_pow() from pwm_bl.c for wider use
Andy Shevchenko
1
-15
/
+0
2019-01-30
backlight: pwm_bl: Use gpiod_get_value_cansleep() to get initial state
Chen-Yu Tsai
1
-1
/
+1
2019-01-14
Merge tag 'backlight-next-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-11
/
+17
2018-12-10
backlight: pwm_bl: Fix brightness levels for non-DT case.
Enric Balletbo i Serra
1
-6
/
+35
2018-11-27
backlight: pwm_bl: Fix devicetree parsing with auto-generated brightness tables
Heiko Stuebner
1
-9
/
+10
2018-11-27
backlight: pwm_bl: Re-add driver internal enabled tracking
Heiko Stuebner
1
-2
/
+7
2018-10-09
backlight: pwm_bl: Switch to using "atomic" PWM API
Enric Balletbo i Serra
1
-39
/
+42
2018-07-25
backlight: pwm_bl: Fix uninitialized variable
Daniel Thompson
1
-1
/
+1
2018-07-04
backlight: pwm_bl: Compute brightness of LED linearly to human eye
Enric Balletbo i Serra
1
-13
/
+136
2018-07-04
backlight: pwm_bl: Linear interpolation between brightness-levels
Enric Balletbo i Serra
1
-0
/
+83
2018-04-30
backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_direction
Wolfram Sang
1
-3
/
+3
2018-04-30
pwm-backlight: Add support for PWM delays proprieties.
Enric Balletbo i Serra
1
-0
/
+19
2018-04-30
pwm-backlight: Enable/disable the PWM before/after LCD enable toggle.
Enric Balletbo i Serra
1
-4
/
+5
2017-10-13
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
[next]