Commit 7c6742507c58 for kernel

commit 7c6742507c58cfdf2fa695ac895a33564b6aa252
Merge: 6e717507bfbe b3c8bb2e6997
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Jun 18 14:55:20 2026 -0700

    Merge tag 'backlight-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight

    Pull backlight updates from Lee Jones:
     "New Support & Features:
       - Maxim MAX25014: Add support for the Maxim MAX25014 4-channel
         automotive grade backlight driver IC

      Improvements & Fixes:
       - Maintainers: Add the Congatec Board Controller backlight driver to
         its corresponding entry
       - Congatec Board Controller: Remove redundant X86 dependency from the
         backlight driver
       - Kinetic KTD2801: Enable BL_CORE_SUSPENDRESUME to ensure the chip is
         powered off during suspend

      Cleanups & Refactoring:
       - Core: Use named initializers for i2c_device_id arrays to improve
         readability and robustness

      Device Tree Binding Updates:
       - Maxim MAX25014: Add device tree bindings for the Maxim MAX25014
         backlight controller"

    * tag 'backlight-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight:
      backlight: Use named initializers for arrays of i2c_device_data
      MAINTAINERS: Add cgbc backlight driver
      backlight: cgbc: Remove redundant X86 dependency
      backlight: Add max25014atg backlight
      dt-bindings: backlight: Add max25014 support
      backlight: ktd2801: Enable BL_CORE_SUSPENDRESUME