]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'backlight-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Apr 2026 18:49:38 +0000 (11:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Apr 2026 18:49:38 +0000 (11:49 -0700)
commitb69e478512080f9bb03ed3e812b759bb73e2837b
treea6bc46417e6267c5aa56cbf94c4f2c4181d7e56c
parentd884efd3401e72d069b678e6353f27f0553615ab
parent04d8f3fd0b52ead84eb722989afa094b8fca9129
Merge tag 'backlight-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight

Pull backlight updates from Lee Jones:
 "Apple Backlight:
   - Convert the Apple Backlight ACPI driver to a proper platform
     driver, aligning with current ACPI binding practices

  Skyworks SKY81452:
   - Check the return value of `devm_gpiod_get_optional()`
     to properly handle GPIO acquisition errors"

* tag 'backlight-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight:
  backlight: apple_bl: Convert to a platform driver
  backlight: sky81452-backlight: Check return value of devm_gpiod_get_optional() in sky81452_bl_parse_dt()