All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benson Leung <bleung@google.com>
To: torvalds@linux-foundation.org
Cc: bleung@kernel.org, bleung@chromium.org, bleung@google.com,
	enric.balletbo@collabora.com, linux-kernel@vger.kernel.org
Subject: [GIT PULL] chrome-platform changes for v5.8
Date: Wed, 3 Jun 2020 17:14:41 -0700	[thread overview]
Message-ID: <20200604001441.GA257203@google.com> (raw)

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

Hi Linus,

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -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.8

for you to fetch changes up to bbb7ad49b8350b79261ce087c8e101d92f15533d:

  platform/chrome: cros_usbpd_logger: Add __printf annotation to append_str() (2020-05-04 14:02:01 -0700)

----------------------------------------------------------------
chrome platform changes for 5.8

* cros_ec_typec
- Add notifier for update, and register port partner

* Sensors/iio:
- Fixes to cros_ec_sensorhub around allocation of resources, and send_sample.

* Wilco EC
- Fix to output format of h1_gpio

* Misc
- Misc fixes to appease kernel-doc and other warnings.
- Set user space log size in chromeos_pstore

----------------------------------------------------------------
Benson Leung (1):
      Merge remote-tracking branch 'origin/chrome-platform-5.7-fixes' into for-kernelci

Bernardo Perez Priego (1):
      platform/chrome: wilco_ec: Provide correct output format to 'h1_gpio' file

Christophe JAILLET (1):
      platform/chrome: cros_ec_sensorhub: Add missing '\n' in log messages

Dan Carpenter (1):
      platform/chrome: cros_ec_sensorhub: Off by one in cros_sensorhub_send_sample()

Enric Balletbo i Serra (3):
      Merge remote-tracking branch 'origin/chrome-platform-5.7-fixes' into for-kernelci
      platform/chrome: cros_ec_i2c: Appease the kernel-doc deity
      platform/chrome: cros_usbpd_logger: Add __printf annotation to append_str()

Gwendal Grignou (1):
      platform/chrome: cros_ec_sensorhub: Allocate sensorhub resource before claiming sensors

Jett Rink (2):
      platform/chrome: cros_ec_ishtp: skip old cros_ec responses
      platform/chrome: cros_ec_ishtp: free ishtp buffer before sending event

Prashant Malani (4):
      platform/chrome: cros_ec_typec: Use notifier for updates
      platform/chrome: cros_ec_typec: Add struct for port data
      platform/chrome: cros_ec_typec: Register port partner
      platform/chrome: typec: Fix ret value check error

Sarthak Kukreti (1):
      platform/chrome: chromeos_pstore: set user space log size

 drivers/platform/chrome/Kconfig                  |   1 +
 drivers/platform/chrome/chromeos_pstore.c        |   1 +
 drivers/platform/chrome/cros_ec_i2c.c            |   2 +-
 drivers/platform/chrome/cros_ec_ishtp.c          |  45 ++++++---
 drivers/platform/chrome/cros_ec_sensorhub.c      |  80 ++++++++-------
 drivers/platform/chrome/cros_ec_sensorhub_ring.c |  81 +++++++++------
 drivers/platform/chrome/cros_ec_typec.c          | 119 +++++++++++++++++++----
 drivers/platform/chrome/cros_usbpd_logger.c      |   1 +
 drivers/platform/chrome/wilco_ec/debugfs.c       |   7 +-
 include/linux/platform_data/cros_ec_sensorhub.h  |   1 +
 10 files changed, 242 insertions(+), 96 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-06-04  0:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-04  0:14 Benson Leung [this message]
2020-06-04 18:01 ` [GIT PULL] chrome-platform changes for v5.8 Linus Torvalds
2020-06-04 18:25 ` 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=20200604001441.GA257203@google.com \
    --to=bleung@google.com \
    --cc=bleung@chromium.org \
    --cc=bleung@kernel.org \
    --cc=enric.balletbo@collabora.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.