1. deaeeda backlight: pwm_bl: Don't rely on a disabled PWM emiting inactive state by Uwe Kleine-König · 2 years, 1 month ago
  2. 00e7e69 backlight: pwm_bl: Configure pwm only once per backlight toggle by Uwe Kleine-König · 2 years, 1 month ago
  3. 5a7fbe4 backlight: pwm_bl: Drop support for legacy PWM probing by Uwe Kleine-König · 2 years, 3 months ago
  4. ba9897a backlight: pwm_bl: Avoid open coded arithmetic in memory allocation by Christophe JAILLET · 3 years, 1 month ago
  5. 79fad92 backlight: pwm_bl: Improve bootloader/kernel device handover by Daniel Thompson · 3 years, 7 months ago
  6. 789eb04 backlight: pwm_bl: Fix interpolation by Alexandru Stan · 4 years, 4 months ago
  7. fded091 Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 4 years, 6 months ago
  8. 51d53e5 backlight: Use backlight_get_brightness() throughout by Sam Ravnborg · 4 years, 7 months ago
  9. 134ada1 backlight: pwm_bl: Use 64-bit division function by Guru Das Srinagesh · 4 years, 9 months ago
  10. 2644f91 backlight: pwm_bl: Switch to full GPIO descriptor by Linus Walleij · 5 years ago
  11. ca58b37 backlight: pwm_bl: Switch to power-of-2 base for fixed-point math by Rasmus Villemoes · 5 years ago
  12. 407feae backlight: pwm_bl: Drop use of int_pow() by Rasmus Villemoes · 5 years ago
  13. e802cba backlight: pwm_bl: Eliminate a 64/32 division by Rasmus Villemoes · 5 years ago
  14. efdf690 backlight: pwm_bl: Fix cie1913 comments and constant by Rasmus Villemoes · 5 years ago
  15. 349ee12 backlight: pwm_bl: Add missing curly branches in else branch by Matthias Kaehlcke · 5 years ago
  16. de6f2a7 backlight: pwm_bl: Don't assign levels table repeatedly by Matthias Kaehlcke · 5 years ago
  17. c0b64fa backlight: pwm_bl: Set scale type for brightness curves specified in the DT by Matthias Kaehlcke · 6 years ago
  18. 511a204 backlight: pwm_bl: Set scale type for CIE 1931 curves by Matthias Kaehlcke · 6 years ago
  19. 5095062 Merge tag 'backlight-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 6 years ago
  20. 73fbfc4 backlight: pwm_bl: Fix heuristic to determine number of brightness levels by Matthias Kaehlcke · 6 years ago
  21. 5076fbe backlight: pwm_bl: Convert to use SPDX identifier by Andy Shevchenko · 6 years ago
  22. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  23. 9f61589 lib/math: move int_pow() from pwm_bl.c for wider use by Andy Shevchenko · 6 years ago
  24. cec2b18 backlight: pwm_bl: Use gpiod_get_value_cansleep() to get initial state by Chen-Yu Tsai · 6 years ago
  25. 3a73e73 Merge tag 'backlight-next-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 6 years ago
  26. d347d0c backlight: pwm_bl: Fix brightness levels for non-DT case. by Enric Balletbo i Serra · 6 years ago
  27. 61170ee backlight: pwm_bl: Fix devicetree parsing with auto-generated brightness tables by Heiko Stuebner · 6 years ago
  28. e4c8ae3 backlight: pwm_bl: Re-add driver internal enabled tracking by Heiko Stuebner · 6 years ago
  29. e6bcca0 backlight: pwm_bl: Switch to using "atomic" PWM API by Enric Balletbo i Serra · 7 years ago
  30. 6337867 backlight: pwm_bl: Fix uninitialized variable by Daniel Thompson · 7 years ago
  31. 88ba95b backlight: pwm_bl: Compute brightness of LED linearly to human eye by Enric Balletbo i Serra · 7 years ago
  32. 573fe6d backlight: pwm_bl: Linear interpolation between brightness-levels by Enric Balletbo i Serra · 7 years ago
  33. bb084c0 backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_direction by Wolfram Sang · 7 years ago
  34. 3157694 pwm-backlight: Add support for PWM delays proprieties. by Enric Balletbo i Serra · 7 years ago
  35. 5fb5cae pwm-backlight: Enable/disable the PWM before/after LCD enable toggle. by Enric Balletbo i Serra · 7 years ago
  36. 5d0c49a backlight: pwm_bl: Fix overflow condition by Derek Basehore · 7 years ago
  37. 62cdfe6 backlight: pwm_bl: Make of_device_ids const by Arvind Yadav · 8 years ago
  38. 892c778 backlight: pwm_bl: Fix GPIO out for unimplemented .get_direction() by Geert Uytterhoeven · 8 years ago
  39. d1b8129 backlight: pwm_bl: Check the PWM state for initial backlight power state by Peter Ujfalusi · 8 years ago
  40. 7613c92 backlight: pwm_bl: Move the checks for initial power state to a separate function by Peter Ujfalusi · 8 years ago
  41. 0c9501f backlight: pwm_bl: Handle gpio that can sleep by Maxime Ripard · 8 years ago
  42. 6cb9644 backlight: pwm_bl: Use pwm_get_args() where appropriate by Boris Brezillon · 9 years ago
  43. 7f044b0 backlight: pwm_bl: Remove useless call to pwm_set_period() by Boris BREZILLON · 9 years ago
  44. 60d613d backlight: pwm_bl: Free PWM requested by legacy API on error path by Vladimir Zapolskiy · 10 years ago
  45. 8777078 backlight: pwm_bl: Fix broken PWM backlight for non-dt platforms by Philipp Zabel · 9 years ago
  46. 3698d7e backlight: pwm_bl: Avoid backlight flicker when probed from DT by Philipp Zabel · 9 years ago
  47. dc88112 backlight: pwm: Reject legacy PWM request for device defined in DT by Vladimir Zapolskiy · 9 years ago
  48. d59b92f Merge tag 'backlight-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 10 years ago
  49. cdaefcc backlight: pwm_bl: Simplify usage of devm_gpiod_get_optional by Axel Lin · 10 years ago
  50. 68feaca backlight: pwm: Handle EPROBE_DEFER while requesting the PWM by Nicolas Ferre · 10 years ago
  51. edf387b backlight: pwm: Clean-up pwm requested using legacy API by Vladimir Zapolskiy · 10 years ago
  52. 4e0b7fe Merge tag 'backlight-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 10 years ago
  53. 6728f2b1 backlight: Remove .owner field for drivers using module_platform_driver by Peter Griffin · 11 years ago
  54. 937222c pwm-backlight: Fix bogus request for GPIO#0 when instantiated from DT by Lothar Waßmann · 11 years ago
  55. ff9c542 backlight: pwm-backlight: Use devm_gpiod_get_optional() by Alexandre Courbot · 11 years ago
  56. a5d8e2e backlight: Remove trivial get_brightness implementations by Andrzej Hajda · 11 years ago
  57. 16fc335 pwm-backlight: retrieve configured PWM period by Alexandre Belloni · 11 years ago
  58. 257462d pwm-backlight: switch to gpiod interface by Alexandre Courbot · 11 years ago
  59. 5f33b89 pwm-backlight: Disable backlight on shutdown by Thierry Reding · 11 years ago
  60. ca7a97a backlight: pwm_bl: Remove error message upon devm_kzalloc() failure by Fabio Estevam · 11 years ago
  61. 0bde729 Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 11 years ago
  62. c512794c backlight: use dev_get_platdata() by Jingoo Han · 11 years ago
  63. 73d4e2b pwm-backlight: Remove unused variable by Thierry Reding · 11 years ago
  64. 1dea1fd pwm_backlight: avoid short blank screen while doing hibernation by Huayi Li · 11 years ago
  65. e4bfeda pwm-backlight: Fix brightness adjustment by Thierry Reding · 11 years ago
  66. 8f43e18 pwm-backlight: Allow for non-increasing brightness levels by Mike Dunn · 11 years ago
  67. 22ceeee pwm-backlight: Add power supply support by Thierry Reding · 11 years ago
  68. 8265b2e pwm-backlight: Use new enable_gpio field by Thierry Reding · 11 years ago
  69. 97c3843 pwm-backlight: Track enable state by Thierry Reding · 11 years ago
  70. 62b744a pwm-backlight: Refactor backlight power on/off by Thierry Reding · 11 years ago
  71. 668e63c pwm-backlight: Improve readability by Thierry Reding · 11 years ago
  72. c791126 pwm_backlight: remove unnecessary ifdefs by Jingoo Han · 12 years ago
  73. 3eb0522 Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwm by Linus Torvalds · 12 years ago
  74. e6e3dbf pwm_backlight: use bl_get_data instead of dev_get_drvdata by Jingoo Han · 12 years ago
  75. 83cfd72 pwm_backlight: Validate dft_brightness in main probe function by Peter Ujfalusi · 12 years ago
  76. 0132267 pwm-backlight: handle BL_CORE_FBBLANK state by Alexandre Courbot · 12 years ago
  77. 60ce702 pwm-backlight: Use devm_pwm_get() instead of pwm_get() by Sachin Kamat · 12 years ago
  78. 9fb978b pwm_backlight: pass correct brightness to callback by Alexandre Courbot · 13 years ago
  79. 3e3ed6c pwm-backlight: Add rudimentary device tree support by Thierry Reding · 13 years ago
  80. ce96922 drivers/video/backlight: use devm_ functions by Julia Lawall · 13 years ago
  81. e2c17bc backlight: convert pwm_bl to dev_pm_ops by Mark Brown · 13 years ago
  82. 81178e0 backlight: convert drivers/video/backlight/* to use module_platform_driver() by Axel Lin · 13 years ago
  83. cc7993f backlight: add a callback 'notify_after' for backlight control by Dilan Lee · 13 years ago
  84. ef0a5e8 pwm_backlight: add check_fb() hook by Robert Morell · 14 years ago
  85. bb7ca74 backlight: add backlight type by Matthew Garrett · 14 years ago
  86. fef7764 backlight: add low threshold to pwm backlight by Arun Murthy · 14 years ago
  87. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  88. a19a6ee backlight: Allow properties to be passed at registration by Matthew Garrett · 15 years ago
  89. cfc3899 backlight: Pass device through notify callback in the pwm driver by Ben Dooks · 15 years ago
  90. 9905a43 backlight: Constify struct backlight_ops by Emese Revfy · 15 years ago
  91. 82e8b54 backlight: fix pwm_bl.c to notify platform code when suspending by Marc Zyngier · 16 years ago
  92. b8cdd87 backlight: fix pwm_bl.c when multiple PWM backlights exist by Eric Miao · 16 years ago
  93. 8cd6819 backlight: add MODULE_ALIAS() to pwm_backlight driver by Ben Dooks · 17 years ago
  94. 14563a4 backlight: add more information output to pwm_backlight by Ben Dooks · 17 years ago
  95. 43bda1a [ARM] 5141/1: PWM: pwm_request() should return an PTR_ERR() instead of NULL. by Ben Dooks · 17 years ago
  96. 3b73125 [ARM] 5044/1: pwm_bl: add init/notify/exit callbacks by Philipp Zabel · 17 years ago
  97. 42796d3 [ARM] pxa: add generic PWM backlight driver by eric miao · 17 years ago