Hi Linus, Please pull chrome-platform changes for v6.10. Thanks, TzungBi The following changes since commit 0bbac3facb5d6cc0171c45c9873a2dc96bea9680: Linux 6.9-rc4 (2024-04-14 13:38:39 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-chrome-platform-for-v6.10 for you to fetch changes up to 2fbe479c0024e1c6b992184a799055e19932aa48: platform/chrome: cros_ec: Handle events during suspend after resume completion (2024-04-30 09:38:04 +0800) ---------------------------------------------------------------- chrome platform changes for 6.10 * New - Support Framework Laptop 13 and 16 (AMD Ryzen). * Improvements - Use sysfs_emit() instead of sprintf() for sysfs' show(). * Fixes - Fix flex-array-member-not-at-end compiler warnings by using DEFINE_RAW_FLEX(). - Add HAS_IOPORT dependencies. - Fix long pending events during suspend after resume. * Misc cleanups - Provide ID tables for avoiding fallback match. - Replace deprecated UNIVERSAL_DEV_PM_OPS(). ---------------------------------------------------------------- Ai Chao (1): platform/chrome: wilco_ec: use sysfs_emit() instead of sprintf() Andy Shevchenko (1): platform/chrome: cros_hps_i2c: Replace deprecated UNIVERSAL_DEV_PM_OPS() Dustin L. Howett (4): platform/chrome: cros_ec_lpc: introduce a priv struct for the lpc device platform/chrome: cros_ec_lpc: pass driver_data from DMI to the device platform/chrome: cros_ec_lpc: add a "quirks" system platform/chrome: cros_ec_lpc: add quirks for the Framework Laptop (AMD) Gustavo A. R. Silva (1): platform/chrome: cros_ec_proto: avoid -Wflex-array-member-not-at-end warnings Karthikeyan Ramasubramanian (1): platform/chrome: cros_ec: Handle events during suspend after resume completion Niklas Schnelle (1): platform/chrome: add HAS_IOPORT dependencies Tzung-Bi Shih (13): platform/chrome: cros_ec_sensorhub: provide ID table for avoiding fallback match platform/chrome: cros_usbpd_logger: provide ID table for avoiding fallback match platform/chrome: cros_usbpd_notify: provide ID table for avoiding fallback match platform/chrome: cros_ec_chardev: provide ID table for avoiding fallback match platform/chrome: cros_ec_debugfs: provide ID table for avoiding fallback match platform/chrome: cros_ec_sysfs: provide ID table for avoiding fallback match platform/chrome: cros_ec_lightbar: provide ID table for avoiding fallback match platform/chrome: cros_ec_vbc: provide ID table for avoiding fallback match platform/chrome: wilco_ec: telemetry: provide ID table for avoiding fallback match platform/chrome: wilco_ec: debugfs: provide ID table for avoiding fallback match platform/chrome: wilco_ec: event: remove redundant MODULE_ALIAS platform/chrome: wilco_ec: core: provide ID table for avoiding fallback match platform/chrome: cros_kbd_led_backlight: provide ID table for avoiding fallback match drivers/platform/chrome/Kconfig | 1 + drivers/platform/chrome/cros_ec.c | 16 ++--- drivers/platform/chrome/cros_ec_chardev.c | 9 ++- drivers/platform/chrome/cros_ec_debugfs.c | 9 ++- drivers/platform/chrome/cros_ec_lightbar.c | 9 ++- drivers/platform/chrome/cros_ec_lpc.c | 81 ++++++++++++++++++++++-- drivers/platform/chrome/cros_ec_proto_test.c | 72 +++++++++------------ drivers/platform/chrome/cros_ec_sensorhub.c | 9 ++- drivers/platform/chrome/cros_ec_sysfs.c | 9 ++- drivers/platform/chrome/cros_ec_vbc.c | 9 ++- drivers/platform/chrome/cros_hps_i2c.c | 4 +- drivers/platform/chrome/cros_kbd_led_backlight.c | 11 +++- drivers/platform/chrome/cros_usbpd_logger.c | 9 ++- drivers/platform/chrome/cros_usbpd_notify.c | 9 ++- drivers/platform/chrome/wilco_ec/Kconfig | 1 + drivers/platform/chrome/wilco_ec/core.c | 9 ++- drivers/platform/chrome/wilco_ec/debugfs.c | 9 ++- drivers/platform/chrome/wilco_ec/event.c | 1 - drivers/platform/chrome/wilco_ec/sysfs.c | 2 +- drivers/platform/chrome/wilco_ec/telemetry.c | 9 ++- 20 files changed, 214 insertions(+), 74 deletions(-)