aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/pwm_bl.c
AgeCommit message (Expand)Author
2024-01-18Merge tag 'backlight-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young
2023-11-23backlight: pwm_bl: Use dev_err_probeAlexander Stein
2023-10-12backlight: pwm_bl: Disable PWM on shutdown, suspend and removeUwe Kleine-König
2023-05-25backlight: pwm_bl: Remove unneeded checks for valid GPIOsGeert Uytterhoeven
2023-03-16backlight: pwm_bl: Convert to platform remove callback returning voidUwe Kleine-König
2023-02-22backlight: pwm_bl: Don't rely on a disabled PWM emiting inactive stateUwe Kleine-König
2023-02-22backlight: pwm_bl: Configure pwm only once per backlight toggleUwe Kleine-König
2023-02-22backlight: pwm_bl: Drop support for legacy PWM probingUwe Kleine-König
2022-02-08backlight: pwm_bl: Avoid open coded arithmetic in memory allocationChristophe JAILLET
2021-08-19backlight: pwm_bl: Improve bootloader/kernel device handoverDaniel Thompson
2020-11-04backlight: pwm_bl: Fix interpolationAlexandru Stan
2020-08-14Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-20backlight: Use backlight_get_brightness() throughoutSam Ravnborg
2020-06-17backlight: pwm_bl: Use 64-bit division functionGuru Das Srinagesh
2020-03-18backlight: pwm_bl: Switch to full GPIO descriptorLinus Walleij
2019-10-14backlight: pwm_bl: Switch to power-of-2 base for fixed-point mathRasmus Villemoes
2019-10-14backlight: pwm_bl: Drop use of int_pow()Rasmus Villemoes
2019-10-14backlight: pwm_bl: Eliminate a 64/32 divisionRasmus Villemoes
2019-10-14backlight: pwm_bl: Fix cie1913 comments and constantRasmus Villemoes
2019-10-14backlight: pwm_bl: Add missing curly branches in else branchMatthias Kaehlcke
2019-10-14backlight: pwm_bl: Don't assign levels table repeatedlyMatthias Kaehlcke
2019-09-02backlight: pwm_bl: Set scale type for brightness curves specified in the DTMatthias Kaehlcke
2019-09-02backlight: pwm_bl: Set scale type for CIE 1931 curvesMatthias Kaehlcke
2019-07-16Merge tag 'backlight-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-06-27backlight: pwm_bl: Fix heuristic to determine number of brightness levelsMatthias Kaehlcke
2019-06-27backlight: pwm_bl: Convert to use SPDX identifierAndy Shevchenko
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-14lib/math: move int_pow() from pwm_bl.c for wider useAndy Shevchenko
2019-01-30backlight: pwm_bl: Use gpiod_get_value_cansleep() to get initial stateChen-Yu Tsai
2019-01-15Merge tag 'backlight-next-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-10backlight: pwm_bl: Fix brightness levels for non-DT case.Enric Balletbo i Serra
2018-11-27backlight: pwm_bl: Fix devicetree parsing with auto-generated brightness tablesHeiko Stuebner
2018-11-27backlight: pwm_bl: Re-add driver internal enabled trackingHeiko Stuebner
2018-10-09backlight: pwm_bl: Switch to using "atomic" PWM APIEnric Balletbo i Serra
2018-07-25backlight: pwm_bl: Fix uninitialized variableDaniel Thompson
2018-07-04backlight: pwm_bl: Compute brightness of LED linearly to human eyeEnric Balletbo i Serra
2018-07-04backlight: pwm_bl: Linear interpolation between brightness-levelsEnric Balletbo i Serra
2018-04-30backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_directionWolfram Sang
2018-04-30pwm-backlight: Add support for PWM delays proprieties.Enric Balletbo i Serra
2018-04-30pwm-backlight: Enable/disable the PWM before/after LCD enable toggle.Enric Balletbo i Serra
2017-10-13backlight: pwm_bl: Fix overflow conditionDerek Basehore
2017-08-07backlight: pwm_bl: Make of_device_ids constArvind Yadav
2017-04-19backlight: pwm_bl: Fix GPIO out for unimplemented .get_direction()Geert Uytterhoeven
2017-01-04backlight: pwm_bl: Check the PWM state for initial backlight power statePeter Ujfalusi
2017-01-04backlight: pwm_bl: Move the checks for initial power state to a separate func...Peter Ujfalusi
2016-10-06backlight: pwm_bl: Handle gpio that can sleepMaxime Ripard
2016-05-17backlight: pwm_bl: Use pwm_get_args() where appropriateBoris Brezillon
2016-05-17backlight: pwm_bl: Remove useless call to pwm_set_period()Boris BREZILLON
2016-01-11backlight: pwm_bl: Free PWM requested by legacy API on error pathVladimir Zapolskiy