Hi Linus, Please pull chrome-platform updates for Linux v7.1. Thanks, Tzung-Bi ------ The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f: Linux 7.0-rc1 (2026-02-22 13:18:59 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/chrome-platform-v7.1 for you to fetch changes up to 168e4b208ca8c2e04de20cc6cb7e2fb035dc1ec8: platform/chrome: cros_usbpd_logger: Simplify with devm (2026-03-20 02:57:04 +0000) ---------------------------------------------------------------- chrome-platform: Updates for v7.1 * Improvements - Reduce transmission size by dropping unnecessary data in cros_ec_lightbar. - Convert chromeos_privacy_screen, chromeos_tbmc, and wilco_ec/event from ACPI drivers to platform drivers. * Fixes - Drop wakeup source on remove() in chromeos_tbmc. * Cleanups - Simplify workqueue usage with devm in cros_usbpd_logger. ---------------------------------------------------------------- Gwendal Grignou (1): platform/chrome: lightbar: Optimize command size Krzysztof Kozlowski (2): workqueue: devres: Add device-managed allocate workqueue platform/chrome: cros_usbpd_logger: Simplify with devm Rafael J. Wysocki (6): platform/chrome: Convert ChromeOS privacy-screen driver to platform platform/chrome: chromeos_tbmc: Drop wakeup source on remove platform/chrome: chromeos_tbmc: Register ACPI notify handler platform/chrome: chromeos_tbmc: Convert to a platform driver platform/chrome: wilco_ec: event: Register ACPI notify handler platform/chrome: wilco_ec: event: Convert to a platform driver Tzung-Bi Shih (1): Merge remote-tracking branch 'wq/for-7.1-devm-alloc-wq' Documentation/driver-api/driver-model/devres.rst | 4 ++ drivers/platform/chrome/chromeos_privacy_screen.c | 41 ++++++------- drivers/platform/chrome/chromeos_tbmc.c | 55 +++++++++++------ drivers/platform/chrome/cros_ec_lightbar.c | 3 + drivers/platform/chrome/cros_usbpd_logger.c | 18 +++--- drivers/platform/chrome/wilco_ec/event.c | 73 +++++++++++++---------- include/linux/workqueue.h | 22 +++++++ kernel/workqueue.c | 28 +++++++++ 8 files changed, 161 insertions(+), 83 deletions(-)