All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tzung-Bi Shih <tzungbi@kernel.org>
To: torvalds@linux-foundation.org
Cc: bleung@chromium.org, chrome-platform@lists.linux.dev,
	linux-kernel@vger.kernel.org, tzungbi@kernel.org
Subject: [GIT PULL] chrome-platform updates for v6.17
Date: Mon, 28 Jul 2025 06:23:12 +0000	[thread overview]
Message-ID: <aIcXUHHgC8bm9tIn@google.com> (raw)

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(-)

             reply	other threads:[~2025-07-28  6:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-28  6:23 Tzung-Bi Shih [this message]
2025-07-29  6:50 ` [GIT PULL] chrome-platform updates for v6.17 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aIcXUHHgC8bm9tIn@google.com \
    --to=tzungbi@kernel.org \
    --cc=bleung@chromium.org \
    --cc=chrome-platform@lists.linux.dev \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.