The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -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.5 for you to fetch changes up to 2b8cc5858a07ab75ce98cae720e263e1c1b0d1d9: platform/chrome: cros_ec_spi: Use %*ph for printing hexdump of a small buffer (2023-06-13 12:28:36 +0800) ---------------------------------------------------------------- chrome platform changes for 6.5 * Improvements - Support Pin Assignment D in getting mux state. - Emit an uevent when EC panics so that userland programs get chance to capture EC coredumps (LPC interface only). - Send EC_CMD_HOST_SLEEP_EVENT to EC at the very beginning/end of system suspend/resume so that EC can watch the duration more accurately (LPC interface only). * Misc - Switch back from I2C .probe_new() to .probe(). - Use %*ph for printing hexdump of small buffers. ---------------------------------------------------------------- Andy Shevchenko (1): platform/chrome: cros_ec_spi: Use %*ph for printing hexdump of a small buffer Prashant Malani (1): platform/chrome: cros_typec_switch: Add Pin D support Rob Barnes (1): platform/chrome: cros_ec: Report EC panic as uevent Tim Van Patten (1): platform/chrome: cros_ec_lpc: Move host command to prepare/complete Uwe Kleine-König (1): platform/chrome: Switch i2c drivers back to use .probe() drivers/platform/chrome/cros_ec_i2c.c | 2 +- drivers/platform/chrome/cros_ec_lpc.c | 15 ++++++++++----- drivers/platform/chrome/cros_ec_spi.c | 8 +------- drivers/platform/chrome/cros_hps_i2c.c | 2 +- drivers/platform/chrome/cros_typec_switch.c | 11 ++++++++--- 5 files changed, 21 insertions(+), 17 deletions(-)