* [GIT PULL] chrome-platform changes for v5.18
@ 2022-04-02 1:18 Benson Leung
2022-04-02 18:10 ` pr-tracker-bot
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Benson Leung @ 2022-04-02 1:18 UTC (permalink / raw)
To: torvalds
Cc: pmalani, bleung, bleung, bleung, chrome-platform, linux-kernel,
tzungbi
[-- Attachment #1: Type: text/plain, Size: 2913 bytes --]
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
--
Benson Leung
Staff Software Engineer
Chrome OS Kernel
Google Inc.
bleung@google.com
Chromium OS Project
bleung@chromium.org
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] chrome-platform changes for v5.18
2022-04-02 1:18 [GIT PULL] chrome-platform changes for v5.18 Benson Leung
@ 2022-04-02 18:10 ` pr-tracker-bot
2022-04-04 17:02 ` patchwork-bot+chrome-platform
2022-04-04 17:14 ` patchwork-bot+chrome-platform
2 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-04-02 18:10 UTC (permalink / raw)
To: Benson Leung
Cc: torvalds, pmalani, bleung, bleung, bleung, chrome-platform,
linux-kernel, tzungbi
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] chrome-platform changes for v5.18
2022-04-02 1:18 [GIT PULL] chrome-platform changes for v5.18 Benson Leung
2022-04-02 18:10 ` pr-tracker-bot
@ 2022-04-04 17:02 ` patchwork-bot+chrome-platform
2022-04-04 17:14 ` patchwork-bot+chrome-platform
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+chrome-platform @ 2022-04-04 17:02 UTC (permalink / raw)
To: Benson Leung
Cc: torvalds, pmalani, bleung, bleung, chrome-platform, linux-kernel,
tzungbi
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] chrome-platform changes for v5.18
2022-04-02 1:18 [GIT PULL] chrome-platform changes for v5.18 Benson Leung
2022-04-02 18:10 ` pr-tracker-bot
2022-04-04 17:02 ` patchwork-bot+chrome-platform
@ 2022-04-04 17:14 ` patchwork-bot+chrome-platform
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+chrome-platform @ 2022-04-04 17:14 UTC (permalink / raw)
To: Benson Leung
Cc: torvalds, pmalani, bleung, bleung, chrome-platform, linux-kernel,
tzungbi
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-04-04 17:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-02 1:18 [GIT PULL] chrome-platform changes for v5.18 Benson Leung
2022-04-02 18:10 ` pr-tracker-bot
2022-04-04 17:02 ` patchwork-bot+chrome-platform
2022-04-04 17:14 ` patchwork-bot+chrome-platform
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox