mbox series

[GIT,PULL] chrome-platform changes for v6.6

Message ID ZOwZVavwRm6PlsXG@google.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] chrome-platform changes for v6.6 | expand

Pull-request

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

Message

Tzung-Bi Shih Aug. 28, 2023, 3:49 a.m. UTC
Hi Linus,

Please pull chrome-platform updates for v6.6.

Thanks,
TzungBi

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -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.6

for you to fetch changes up to 0820debb7d489e9eb1f68b7bb69e6ae210699b3f:

  platform/chrome: chromeos_acpi: print hex string for ACPI_TYPE_BUFFER (2023-08-10 11:10:56 +0800)

----------------------------------------------------------------
chrome platform changes for 6.6

* Improvements

  - Remove shutdown timeout on EC panic for offering the filesystem a
    chance to sync.
  - Support official HID "GOOG0016" for ChromeOS ACPI.

* Fixes

  - Print hex string instead of using "%s" for ACPI_TYPE_BUFFER.

* Misc

  - Update MAINTAINERS.

----------------------------------------------------------------
Rob Barnes (1):
      platform/chrome: cros_ec_lpc: Remove EC panic shutdown timeout

Tzung-Bi Shih (3):
      MAINTAINERS: update maintainers of chrome-platform
      platform/chrome: chromeos_acpi: support official HID GOOG0016
      platform/chrome: chromeos_acpi: print hex string for ACPI_TYPE_BUFFER

 .../ABI/testing/sysfs-driver-chromeos-acpi         | 17 ++++++++++-
 .../firmware-guide/acpi/chromeos-acpi-device.rst   |  5 ++--
 MAINTAINERS                                        |  1 +
 drivers/platform/chrome/chromeos_acpi.c            | 33 ++++++++++++++++++++--
 drivers/platform/chrome/cros_ec_lpc.c              |  4 +--
 5 files changed, 52 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 29, 2023, 1:47 a.m. UTC | #1
The pull request you sent on Mon, 28 Aug 2023 11:49:41 +0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/670f08971c0635275b25756a25a5d0b8d1831536

Thank you!