Hi Linus, Please pull chrome-platform updates for Linux v6.15. Thanks, Tzung-Bi ------ The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b: Linux 6.14-rc1 (2025-02-02 15:39:26 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/chrome-platform-v6.15 for you to fetch changes up to 9fc83373f0ffb8834da48b1446a5c2fef9525bb1: platform/chrome: cros_ec_typec: Add support for setting USB mode via sysfs (2025-02-21 01:42:22 +0000) ---------------------------------------------------------------- chrome-platform: Updates for v6.15 * New - Support ACPI match for Framework systems. - Expose new sysfs for: - PD mux status for each EC-managed Type-C port. - EC feature of AP mode entry. - Setting USB mode of EC Type-C. ---------------------------------------------------------------- Andrei Kuchynski (3): platform/chrome: cros_ec_sysfs: Expose PD mux status platform/chrome: cros_ec_sysfs: Expose AP_MODE_ENTRY feature state platform/chrome: cros_ec_typec: Add support for setting USB mode via sysfs Benson Leung (1): MAINTAINERS: Update maintainers for ChromeOS USBC related drivers Daniel Schaefer (1): platform/chrome: cros_ec_lpc: Match on Framework ACPI device Documentation/ABI/testing/sysfs-class-chromeos | 20 ++++++++ MAINTAINERS | 9 +++- drivers/platform/chrome/cros_ec_lpc.c | 22 +++++--- drivers/platform/chrome/cros_ec_sysfs.c | 71 ++++++++++++++++++++++++++ drivers/platform/chrome/cros_ec_typec.c | 28 ++++++++++ drivers/platform/chrome/cros_ec_typec.h | 1 + 6 files changed, 141 insertions(+), 10 deletions(-)