diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-08-28 17:49:33 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-08-28 17:49:33 -0700 |
commit | 670f08971c0635275b25756a25a5d0b8d1831536 (patch) | |
tree | 16a33eb188bf2fc2c9003cca2bf4042796b91f08 /MAINTAINERS | |
parent | 6383cb42ac01e6fb9ef6a035a2288786e61bdddf (diff) | |
parent | 0820debb7d489e9eb1f68b7bb69e6ae210699b3f (diff) | |
download | lwn-670f08971c0635275b25756a25a5d0b8d1831536.tar.gz lwn-670f08971c0635275b25756a25a5d0b8d1831536.zip |
Merge tag 'tag-chrome-platform-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux
Pull chrome platform updates from Tzung-Bi Shih:
"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"
* tag 'tag-chrome-platform-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux:
platform/chrome: chromeos_acpi: print hex string for ACPI_TYPE_BUFFER
platform/chrome: chromeos_acpi: support official HID GOOG0016
platform/chrome: cros_ec_lpc: Remove EC panic shutdown timeout
MAINTAINERS: update maintainers of chrome-platform
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 79af64736c23..06c06161a0de 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4819,6 +4819,7 @@ F: drivers/input/touchscreen/chipone_icn8505.c CHROME HARDWARE PLATFORM SUPPORT M: Benson Leung <bleung@chromium.org> +M: Tzung-Bi Shih <tzungbi@kernel.org> L: chrome-platform@lists.linux.dev S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git |