linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Benson Leung <bleung@google.com>
To: torvalds@linux-foundation.org
Cc: bleung@chromium.org, bleung@google.com, bleung@kernel.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] chrome-platform changes for v5.9
Date: Tue, 11 Aug 2020 15:42:01 -0700	[thread overview]
Message-ID: <20200811224201.GA4099603@google.com> (raw)

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

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@google.com
Chromium OS Project
bleung@chromium.org

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

             reply	other threads:[~2020-08-11 22:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-11 22:42 Benson Leung [this message]
2020-08-12  0:34 ` [GIT PULL] chrome-platform changes for v5.9 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=20200811224201.GA4099603@google.com \
    --to=bleung@google.com \
    --cc=bleung@chromium.org \
    --cc=bleung@kernel.org \
    --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 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).