[GIT PULL] chrome-platform updates for v6.17

From: Tzung-Bi Shih
Date: Mon Jul 28 2025 - 02:23:21 EST


Hi Linus,

Please pull chrome-platform updates for Linux v6.17.

Thanks,
Tzung-Bi
------

The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/chrome-platform-v6.17

for you to fetch changes up to cc2d5b72b13b3af2b9b4bed3d5dfd0de14414230:

platform/chrome: Fix typo in CROS_USBPD_NOTIFY help text (2025-07-23 23:09:44 +0000)

----------------------------------------------------------------
chrome-platform: Updates for v6.17

* New

- Support ECC in chromeos_pstore.
- Allow to control power and data role via sysfs in cros_ec_typec.

* Improvements

- Defer probe when the dependencies are not ready in cros_ec_typec.
- Retry when a sensor is not ready in cros_ec_sensorhub.

* Fixes

- Unregister the blocking notifier as well when unregistering the
struct cros_ec_device.

* Cleanups

- Remove redundant code and leverage more suitable helper macro in
chromeos_laptop.
- Fix typo.

----------------------------------------------------------------
Abhishek Pandit-Subedi (1):
platform/chrome: cros_ec_typec: Add role swap ops

Andy Shevchenko (2):
platform/chrome: chromeos_laptop: Remove duplicate check
platform/chrome: chromeos_laptop: Replace open coded variant of DEFINE_RES_IRQ()

Gwendal Grignou (1):
platform/chrome: cros_ec_sensorhub: Retries when a sensor is not ready

Keenan Salandy (1):
platform/chrome: Fix typo in CROS_USBPD_NOTIFY help text

Naoya Tezuka (1):
platform/chrome: chromeos_pstore: Add ecc_size module parameter

Tomasz Michalec (2):
platform/chrome: cros_ec_typec: Defer probe on missing EC parent
platform/chrome: cros_ec_typec: Check ec platform device pointer

Tzung-Bi Shih (1):
platform/chrome: cros_ec: Unregister notifier in cros_ec_unregister()

drivers/platform/chrome/Kconfig | 2 +-
drivers/platform/chrome/chromeos_laptop.c | 9 ++-
drivers/platform/chrome/chromeos_pstore.c | 7 +++
drivers/platform/chrome/cros_ec.c | 3 +
drivers/platform/chrome/cros_ec_sensorhub.c | 23 ++++++--
drivers/platform/chrome/cros_ec_typec.c | 91 +++++++++++++++++++++++++++--
6 files changed, 121 insertions(+), 14 deletions(-)