[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200811224201.GA4099603@google.com>
Date: Tue, 11 Aug 2020 15:42:01 -0700
From: Benson Leung <bleung@...gle.com>
To: torvalds@...ux-foundation.org
Cc: bleung@...omium.org, bleung@...gle.com, bleung@...nel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] chrome-platform changes for v5.9
Hello Linus,
The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:
Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)
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.9
for you to fetch changes up to fc8cacf3fc68664e30a6df2b361ae05b9769585e:
platform/chrome: cros_ec_proto: check for missing EC_CMD_HOST_EVENT_GET_WAKE_MASK (2020-07-31 12:56:36 +0200)
----------------------------------------------------------------
chrome platform changes for 5.9
* cros_ec_typec
- Add support for switch control and alternate modes to the Chrome EC Type C
port driver
- Add basic suspend/resume support
* sensorhub:
- Fix timestamp overflow issue
- Fix legacy timestamp spreading on Nami systems
* cros_ec_proto:
- After removing all users of, stop exporting cros_ec_cmd_xfer
- Check for missing EC_CMD_HOST_EVENT_GET_WAKE_MASK and ignore wakeups on old
ECs
* misc:
- Documentation warning cleanup.
- Fix double unlock issue in ishtp
----------------------------------------------------------------
Brian Norris (2):
platform/chrome: cros_ec_proto: ignore unnecessary wakeups on old ECs
platform/chrome: cros_ec_proto: check for missing EC_CMD_HOST_EVENT_GET_WAKE_MASK
Enric Balletbo i Serra (4):
platform/chrome: cros_ec_spi: Document missing function parameters
platform/chrome: cros_ec_rpmsg: Document missing struct parameters
platform/chrome: cros_ec_typec: Add a dependency on USB_ROLE_SWITCH
platform/chrome: cros_ec_proto: Do not export cros_ec_cmd_xfer()
Gwendal Grignou (3):
platform/chrome: cros_ec_debugfs: Control uptime information request
platform/chrome: cros_ec_sensorhub: Fix EC timestamp overflow
platform/chrome: cros_ec_sensorhub: Simplify legacy timestamp spreading
Prashant Malani (11):
platform/chrome: cros_ec_typec: Register Type C switches
platform/chrome: cros_ec: Update mux state bits
platform/chrome: cros_ec_typec: Register PD CTRL cmd v2
platform/chrome: cros_ec_typec: Add USB mux control
platform/chrome: cros_ec_typec: Support DP alt mode
platform/chrome: cros_ec_typec: Make configure_mux static
platform/chrome: cros_ec: Add TBT pd_ctrl fields
platform/chrome: cros_ec_typec: Add TBT compat support
platform/chrome: cros_ec_typec: Use workqueue for port update
platform/chrome: cros_ec_typec: Add PM support
platform/chrome: cros_ec_typec: Unregister partner on error
Qiushi Wu (1):
platform/chrome: cros_ec_ishtp: Fix a double-unlock issue
drivers/platform/chrome/Kconfig | 1 +
drivers/platform/chrome/cros_ec_debugfs.c | 24 +-
drivers/platform/chrome/cros_ec_ishtp.c | 4 +-
drivers/platform/chrome/cros_ec_proto.c | 42 ++-
drivers/platform/chrome/cros_ec_rpmsg.c | 3 +
drivers/platform/chrome/cros_ec_sensorhub_ring.c | 98 ++----
drivers/platform/chrome/cros_ec_spi.c | 4 +
drivers/platform/chrome/cros_ec_typec.c | 399 ++++++++++++++++++++---
include/linux/platform_data/cros_ec_commands.h | 33 +-
include/linux/platform_data/cros_ec_proto.h | 3 -
10 files changed, 483 insertions(+), 128 deletions(-)
--
Benson Leung
Staff Software Engineer
Chrome OS Kernel
Google Inc.
bleung@...gle.com
Chromium OS Project
bleung@...omium.org
Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)
Powered by blists - more mailing lists