linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT,PULL] chrome-platform changes for v6.1
@ 2022-10-04  4:14 Tzung-Bi Shih
  2022-10-05 18:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Tzung-Bi Shih @ 2022-10-04  4:14 UTC (permalink / raw)
  To: torvalds; +Cc: pmalani, bleung, groeck, tzungbi, linux-kernel, chrome-platform

[-- Attachment #1: Type: text/plain, Size: 3486 bytes --]

Linus,

Please pull chrome-platform updates for v6.1.

Thanks,
TzungBi


The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

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.1

for you to fetch changes up to 8edd2752b0aa498b3a61f3caee8f79f7e0567fad:

  platform/chrome: cros_ec: Notify the PM of wake events during resume (2022-09-19 10:34:38 +0800)

----------------------------------------------------------------
chrome platform changes for v6.1

cros_ec_proto:
* Fix protocol failure if EC firmware jumps to RO part.

cros_typec_switch:
* Add USB Type-C switch driver for mode switches and retimers.
* Integrate to EC for retimers, status update, and mode switches.
* Clean-ups.

cros_ec_typec:
* Clean-ups.
* Use partner PDOs to register USB PD capabilities.

chromeos_laptop:
* Fix a double-free.

cros_ec_chardev:
* Check data length from userland to avoid a memory corruption.

cros_ec:
* Expose suspend_timeout_ms in debugfs.
* Notify the PM about wake events during resume.

----------------------------------------------------------------
Dan Carpenter (1):
      platform/chrome: fix memory corruption in ioctl

Evan Green (1):
      platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfs

Jameson Thies (1):
      platform/chrome: cros_ec: Notify the PM of wake events during resume

Patryk Duda (1):
      platform/chrome: cros_ec_proto: Update version on GET_NEXT_EVENT failure

Prashant Malani (10):
      platform/chrome: Add Type-C mux set command definitions
      platform/chrome: cros_typec_switch: Add switch driver
      platform/chrome: cros_typec_switch: Set EC retimer
      platform/chrome: cros_typec_switch: Add event check
      platform/chrome: cros_typec_switch: Register mode switches
      platform/chrome: cros_ec_typec: Cleanup switch handle return paths
      platform/chrome: cros_ec_typec: Get retimer handle
      platform/chrome: cros_ec_typec: Add bit offset for DP VDO
      platform/chrome: cros_ec_typec: Correct alt mode index
      platform/chrome: cros_ec_typec: Register partner PDOs

Rustam Subkhankulov (1):
      platform/chrome: fix double-free in chromeos_laptop_prepare()

Stephen Boyd (4):
      platform/chrome: cros_typec_switch: Add missing newline on printk
      platform/chrome: cros_typec_switch: Remove impossible condition
      platform/chrome: cros_typec_switch: Use PTR_ERR_OR_ZERO() to simplify
      platform/chrome: cros_typec_switch: Inline DRV_NAME

 Documentation/ABI/testing/debugfs-cros-ec      |  22 ++
 MAINTAINERS                                    |   1 +
 drivers/platform/chrome/Kconfig                |  11 +
 drivers/platform/chrome/Makefile               |   1 +
 drivers/platform/chrome/chromeos_laptop.c      |  24 +-
 drivers/platform/chrome/cros_ec.c              |  11 +-
 drivers/platform/chrome/cros_ec_chardev.c      |   3 +
 drivers/platform/chrome/cros_ec_debugfs.c      |   3 +
 drivers/platform/chrome/cros_ec_proto.c        |  32 +++
 drivers/platform/chrome/cros_ec_typec.c        | 110 ++++++++-
 drivers/platform/chrome/cros_typec_switch.c    | 321 +++++++++++++++++++++++++
 include/linux/platform_data/cros_ec_commands.h |  18 ++
 include/linux/platform_data/cros_ec_proto.h    |   1 +
 13 files changed, 536 insertions(+), 22 deletions(-)
 create mode 100644 drivers/platform/chrome/cros_typec_switch.c

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT,PULL] chrome-platform changes for v6.1
  2022-10-04  4:14 [GIT,PULL] chrome-platform changes for v6.1 Tzung-Bi Shih
@ 2022-10-05 18:40 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-10-05 18:40 UTC (permalink / raw)
  To: Tzung-Bi Shih
  Cc: torvalds, pmalani, bleung, groeck, tzungbi, linux-kernel,
	chrome-platform

The pull request you sent on Tue, 4 Oct 2022 12:14:42 +0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1c2daf52185bbc91421f0e84e6bf2706bb350cce

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-05 18:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-04  4:14 [GIT,PULL] chrome-platform changes for v6.1 Tzung-Bi Shih
2022-10-05 18:40 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).