Hi Linus, Please pull chrome-platform updates for Linux v6.19. Thanks, Tzung-Bi ------ The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787: Linux 6.18-rc1 (2025-10-12 13:42:36 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/chrome-platform-v6.19 for you to fetch changes up to 52075d2c7595cfd6c1ce211a9cd138a9b067c448: platform/chrome: sensorhub: Support devices without FIFO_INT_ENABLE (2025-11-14 02:57:32 +0000) ---------------------------------------------------------------- chrome-platform: Updates for v6.19 * Improvements - Support legacy probe behavior in cros_ec_lightbar and cros_ec_sensorhub. * Fixes - Don't fall back to legacy probe behavior if it isn't a legacy device in cros_usbpd_notify. - Fix an UAF after unbinding driver in cros_ec_ishtp. ---------------------------------------------------------------- Brady Norander (1): platform/chrome: cros_ec_lightbar: Check if ec supports suspend commands Diogo Ivo (1): platform/chrome: sensorhub: Support devices without FIFO_INT_ENABLE Jameson Thies (1): platform/chrome: cros_usbpd_notify: defer probe when parent EC driver isn't ready Tzung-Bi Shih (1): platform/chrome: cros_ec_ishtp: Fix UAF after unbinding driver drivers/platform/chrome/cros_ec_ishtp.c | 1 + drivers/platform/chrome/cros_ec_lightbar.c | 16 ++++++++++++---- drivers/platform/chrome/cros_ec_sensorhub_ring.c | 11 +++++++++++ drivers/platform/chrome/cros_usbpd_notify.c | 17 +++++++++++++++-- 4 files changed, 39 insertions(+), 6 deletions(-)