mbox series

[GIT,PULL] chrome-platform changes for v5.18

Message ID YkekVRh9Ixdfa5qL@google.com (mailing list archive)
State Accepted
Commit 02d4f8a3e05b4d09fcd20bd7dbe4046757e151e2
Headers show
Series [GIT,PULL] chrome-platform changes for v5.18 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-chrome-platform-for-v5.18

Message

Benson Leung April 2, 2022, 1:18 a.m. UTC
Hi Linus,

Here's chrome-platform's changes for v5.18-rc1.

Of note, the last two commits of this PR had to be reworded (actually just
the second to last one) since it hit linux-next for a minor commit message
fixup. Content wise, the two are the same as they are on linux-next right now.

Thanks,
Benson

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-chrome-platform-for-v5.18

for you to fetch changes up to 0e8eb5e8acbad19ac2e1856b2fb2320184299b33:

  platform/chrome: cros_ec_debugfs: detach log reader wq from devm (2022-03-31 16:56:48 -0700)

----------------------------------------------------------------
chrome platform changes for 5.18

cros_ec_typec:
* platform/chrome: cros_ec_typec: Check for EC device - Fix a crash when using
  the cros_ec_typec driver on older hardware not capable of typec commands.
* Make try power role optional.
* Mux configuration reorganization series from Prashant.

cros_ec_debugfs:
* Fix use after free. Thanks Tzung-bi.

sensorhub:
* cros_ec_sensorhub fixup - Split trace include file

misc:
* Add new mailing list for chrome-platform development.
  chrome-platform@lists.linux.dev. Now with patchwork!

----------------------------------------------------------------
Benson Leung (1):
      MAINTAINERS: platform-chrome: Add new chrome-platform@lists.linux.dev list

Gwendal Grignou (1):
      platform: chrome: Split trace include file

Prashant Malani (6):
      platform/chrome: cros_ec_typec: Make try power role optional
      platform/chrome: cros_ec_typec: Check for EC device
      platform/chrome: cros_ec_typec: Move mux flag checks
      platform/chrome: cros_ec_typec: Get mux state inside configure_mux
      platform/chrome: cros_ec_typec: Configure muxes at start of port update
      platform/chrome: cros_ec_typec: Update mux flags during partner removal

Tzung-Bi Shih (1):
      platform/chrome: cros_ec_debugfs: detach log reader wq from devm

 MAINTAINERS                                       |   5 +
 drivers/platform/chrome/Makefile                  |   3 +-
 drivers/platform/chrome/cros_ec_debugfs.c         |  12 +--
 drivers/platform/chrome/cros_ec_sensorhub_ring.c  |   3 +-
 drivers/platform/chrome/cros_ec_sensorhub_trace.h | 123 ++++++++++++++++++++++
 drivers/platform/chrome/cros_ec_trace.h           |  95 -----------------
 drivers/platform/chrome/cros_ec_typec.c           |  97 +++++++++--------
 7 files changed, 186 insertions(+), 152 deletions(-)
 create mode 100644 drivers/platform/chrome/cros_ec_sensorhub_trace.h

Comments

pr-tracker-bot@kernel.org April 2, 2022, 6:10 p.m. UTC | #1
The pull request you sent on Fri, 1 Apr 2022 18:18:13 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-chrome-platform-for-v5.18

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/02d4f8a3e05b4d09fcd20bd7dbe4046757e151e2

Thank you!
patchwork-bot+chrome-platform@kernel.org April 4, 2022, 5:02 p.m. UTC | #2
Hello:

This pull request was applied to chrome-platform/linux.git (for-kernelci)
by Linus Torvalds <torvalds@linux-foundation.org>:

On Fri, 1 Apr 2022 18:18:13 -0700 you wrote:
> Hi Linus,
> 
> Here's chrome-platform's changes for v5.18-rc1.
> 
> Of note, the last two commits of this PR had to be reworded (actually just
> the second to last one) since it hit linux-next for a minor commit message
> fixup. Content wise, the two are the same as they are on linux-next right now.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] chrome-platform changes for v5.18
    https://git.kernel.org/chrome-platform/c/02d4f8a3e05b

You are awesome, thank you!
patchwork-bot+chrome-platform@kernel.org April 4, 2022, 5:14 p.m. UTC | #3
Hello:

This pull request was applied to chrome-platform/linux.git (for-next)
by Linus Torvalds <torvalds@linux-foundation.org>:

On Fri, 1 Apr 2022 18:18:13 -0700 you wrote:
> Hi Linus,
> 
> Here's chrome-platform's changes for v5.18-rc1.
> 
> Of note, the last two commits of this PR had to be reworded (actually just
> the second to last one) since it hit linux-next for a minor commit message
> fixup. Content wise, the two are the same as they are on linux-next right now.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] chrome-platform changes for v5.18
    https://git.kernel.org/chrome-platform/c/02d4f8a3e05b

You are awesome, thank you!