Commit be653d2d1f43 for kernel

commit be653d2d1f435218cf4b7abad96b42a20ce28451
Merge: 192c0159402e 520e345dfdab
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Feb 11 09:19:47 2026 -0800

    Merge tag 'chrome-platform-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux

    Pull chrome platform updates from Tzung-Bi Shih:
     "New cros_ec_lightbar features:
       - Report the number of exposed LED segments via sysfs
       - Support large sequence of program to be transmitted

      Fixes:
       - Don't touch fwnode_handle::dev which is a private field
       - Fix wrong assignment for response size in cros_ec_lightbar

      Cleanups:
       - Use acpi_get_local_u64_address() helper"

    * tag 'chrome-platform-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux:
      platform/chrome: lightbar: Use flexible array member
      platform/chrome: lightbar: Fix lightbar_program_ex alignment
      platform/chrome: lightbar: Add support for large sequence
      platform/chrome: lightbar: Report number of segments
      platform/chrome: cros_ec_lightbar: Fix response size initialization
      platform/chrome: cros_typec_switch: Use acpi_get_local_u64_address()
      platform/chrome: cros_typec_switch: Don't touch struct fwnode_handle::dev