linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tzung-Bi Shih <tzungbi@kernel.org>
To: torvalds@linux-foundation.org
Cc: pmalani@chromium.org, bleung@chromium.org,
	linux-kernel@vger.kernel.org, groeck@chromium.org,
	tzungbi@kernel.org, chrome-platform@lists.linux.dev
Subject: [GIT PULL] chrome-platform changes for v5.19
Date: Thu, 26 May 2022 09:33:02 +0800	[thread overview]
Message-ID: <Yo7YztZklByTINZp@google.com> (raw)

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

Linus,

Please pull chrome-platform updates for v5.19.

Thanks,
TzungBi


The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -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.19

for you to fetch changes up to abd4fd43f2af03e2e852e6b1b98faeee9e3eae55:

  platform/chrome: Use imperative mood for ChromeOS ACPI sysfs ABI descriptions (2022-05-24 08:46:21 +0800)

----------------------------------------------------------------
chrome platform changes for 5.19

cros_ec:
* Fix wrong error handling path.
* Clean-up patches.

cros_ec_chardev:
* Re-introduce cros_ec_cmd_xfer to fix ABI broken.

cros_ec_lpcs:
* Support the Framework Laptop.

cros_ec_typec:
* Fix NULL dereference.

chromeos_acpi:
* Add ChromeOS ACPI device driver.
* Fix Sphinx errors when `make htmldocs`.

misc:
* Drop BUG_ON()s.

----------------------------------------------------------------
Akihiko Odaki (1):
      platform/chrome: cros_ec_typec: Check for EC driver

Bagas Sanjaya (2):
      platform/chrome: Use tables for values lists of ChromeOS ACPI sysfs ABI
      platform/chrome: Use imperative mood for ChromeOS ACPI sysfs ABI descriptions

Dustin L. Howett (2):
      platform/chrome: cros_ec_lpcs: detect the Framework Laptop
      platform/chrome: cros_ec_lpcs: reserve the MEC LPC I/O ports first

Enric Balletbo i Serra (1):
      platform/chrome: Add ChromeOS ACPI device driver

Guenter Roeck (1):
      platform/chrome: Re-introduce cros_ec_cmd_xfer and use it for ioctls

Tzung-Bi Shih (12):
      platform/chrome: cros_ec: fix error handling in cros_ec_register()
      platform/chrome: cros_ec: remove unused variable `was_wake_device`
      platform/chrome: cros_ec: determine `wake_enabled` in cros_ec_suspend()
      platform/chrome: cros_ec: sort header inclusion alphabetically
      platform/chrome: cros_ec: append newline to all logs
      platform/chrome: cros_ec_proto: drop unneeded BUG_ON() in prepare_packet()
      platform/chrome: correct cros_ec_prepare_tx() usage
      platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_prepare_tx()
      platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_get_host_event()
      platform/chrome: cros_ec_i2c: drop BUG_ON() in cros_ec_pkt_xfer_i2c()
      platform/chrome: cros_ec_spi: drop unneeded BUG_ON()
      platform/chrome: cros_ec_spi: drop BUG_ON() if `din` isn't large enough

 .../ABI/testing/sysfs-driver-chromeos-acpi         | 137 ++++++++
 .../firmware-guide/acpi/chromeos-acpi-device.rst   | 363 +++++++++++++++++++++
 Documentation/firmware-guide/acpi/index.rst        |   1 +
 drivers/platform/chrome/Kconfig                    |  11 +
 drivers/platform/chrome/Makefile                   |   1 +
 drivers/platform/chrome/chromeos_acpi.c            | 257 +++++++++++++++
 drivers/platform/chrome/cros_ec.c                  |  36 +-
 drivers/platform/chrome/cros_ec_chardev.c          |   2 +-
 drivers/platform/chrome/cros_ec_i2c.c              |  12 +-
 drivers/platform/chrome/cros_ec_ishtp.c            |   4 +-
 drivers/platform/chrome/cros_ec_lpc.c              |  49 ++-
 drivers/platform/chrome/cros_ec_proto.c            |  63 +++-
 drivers/platform/chrome/cros_ec_rpmsg.c            |   2 +
 drivers/platform/chrome/cros_ec_spi.c              |  15 +-
 drivers/platform/chrome/cros_ec_typec.c            |   3 +
 include/linux/platform_data/cros_ec_commands.h     |  10 +-
 include/linux/platform_data/cros_ec_proto.h        |   6 +-
 17 files changed, 914 insertions(+), 58 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-driver-chromeos-acpi
 create mode 100644 Documentation/firmware-guide/acpi/chromeos-acpi-device.rst
 create mode 100644 drivers/platform/chrome/chromeos_acpi.c

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

             reply	other threads:[~2022-05-26  1:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-26  1:33 Tzung-Bi Shih [this message]
2022-05-26 22:04 ` [GIT PULL] chrome-platform changes for v5.19 pr-tracker-bot
2022-06-06  3:33 ` patchwork-bot+chrome-platform

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=Yo7YztZklByTINZp@google.com \
    --to=tzungbi@kernel.org \
    --cc=bleung@chromium.org \
    --cc=chrome-platform@lists.linux.dev \
    --cc=groeck@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pmalani@chromium.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).