Commit b69e47851208 for kernel

commit b69e478512080f9bb03ed3e812b759bb73e2837b
Merge: d884efd3401e 04d8f3fd0b52
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Mon Apr 20 11:49:38 2026 -0700

    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()