Merge tag 'backlight-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Mar 2022 21:01:23 +0000 (14:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Mar 2022 21:01:23 +0000 (14:01 -0700)
commit46f538bf2404ee9c32648deafb886f49144bfd5e
treecab6f6ec6bf5997cb6daf6c85b76f7b4bc606dcb
parent8350e8331b3971533d6e6112ab596eda2c2ffffd
parent023a8830a62846e1cecc8da07e00c801dd0d7598
Merge tag 'backlight-next-5.18' of git://git./linux/kernel/git/lee/backlight

Pull backlight updates from Lee Jones:
 "New Device Support:
   - Add support for PM6150L to Qualcomm WLED

  Fix-ups"
   - Use kcalloc() to avoid open-coding; pwm_bl
   - Device Tree changes; qcom-wled
   - Cleanup or simplify code; backlight"

* tag 'backlight-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight:
  backlight: backlight: Slighly simplify devm_of_find_backlight()
  backlight: qcom-wled: Add PM6150L compatible
  dt-bindings: backlight: qcom-wled: Add PM6150L compatible
  backlight: pwm_bl: Avoid open coded arithmetic in memory allocation