Hi Linus, Please pull chrome-platform updates for Linux v7.0. Thanks, Tzung-Bi ------ The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8: Linux 6.19-rc1 (2025-12-14 16:05:07 +1200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/chrome-platform-v7.0 for you to fetch changes up to 520e345dfdab89aed4a0ad98d5ec35086661a11a: platform/chrome: lightbar: Use flexible array member (2026-02-04 04:38:13 +0000) ---------------------------------------------------------------- chrome-platform: Updates for v7.0 * New (cros_ec_lightbar) - 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. ---------------------------------------------------------------- Andy Shevchenko (2): platform/chrome: cros_typec_switch: Don't touch struct fwnode_handle::dev platform/chrome: cros_typec_switch: Use acpi_get_local_u64_address() Gwendal Grignou (4): platform/chrome: lightbar: Report number of segments platform/chrome: lightbar: Add support for large sequence platform/chrome: lightbar: Fix lightbar_program_ex alignment platform/chrome: lightbar: Use flexible array member Tzung-Bi Shih (1): platform/chrome: cros_ec_lightbar: Fix response size initialization drivers/platform/chrome/cros_ec_lightbar.c | 133 +++++++++++++++++++------ drivers/platform/chrome/cros_typec_switch.c | 19 +--- include/linux/platform_data/cros_ec_commands.h | 24 +++++ 3 files changed, 134 insertions(+), 42 deletions(-)