mbox series

[GIT,PULL] chrome-platform changes for v6.8

Message ID ZZu5uEwX6QgokecO@google.com (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] chrome-platform changes for v6.8 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-chrome-platform-for-v6.8

Message

Tzung-Bi Shih Jan. 8, 2024, 9 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 10, 2024, 1:31 a.m. UTC | #1
The pull request you sent on Mon, 8 Jan 2024 17:00:40 +0800:

> https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-chrome-platform-for-v6.8

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3efcce4a9ec0d2f47ad7c501d0b072c12a1706af

Thank you!