Hi Linus, Please pull chrome-platform updates for v6.8. Thanks, TzungBi The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) 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.8 for you to fetch changes up to 57eb6dcd32cf6b49c38eff81e60e8fd471aa05a8: platform/chrome/wilco_ec: Remove usage of the deprecated ida_simple_xx() API (2023-12-18 12:44:38 +0800) ---------------------------------------------------------------- chrome platform changes for 6.8 * Improvements - Implement quickselect for median in cros-ec-sensorhub. * Fixes - Fix an out of boundary array access in cros-ec-vbc. * Misc - Cleanups and fix typos. ---------------------------------------------------------------- Christophe JAILLET (1): platform/chrome/wilco_ec: Remove usage of the deprecated ida_simple_xx() API Gustavo A. R. Silva (1): platform/chrome: cros_ec_vbc: Fix -Warray-bounds warnings Kuan-Wei Chiu (2): platform/chrome: sensorhub: Fix typos platform/chrome: sensorhub: Implement quickselect for median calculation drivers/platform/chrome/cros_ec_sensorhub_ring.c | 74 ++++++++++++++++-------- drivers/platform/chrome/cros_ec_vbc.c | 12 ++-- drivers/platform/chrome/wilco_ec/event.c | 4 +- drivers/platform/chrome/wilco_ec/telemetry.c | 6 +- 4 files changed, 64 insertions(+), 32 deletions(-)