index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
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
[next]