From patchwork Mon Aug 28 03:49:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tzung-Bi Shih X-Patchwork-Id: 13367510 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DEFEA7FF for ; Mon, 28 Aug 2023 03:49:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2AAB6C433C8; Mon, 28 Aug 2023 03:49:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1693194585; bh=nIU5Y40PPwCVo5Q6vWQ9pHPCH7jwV+1V6I6m9Zp4IXo=; h=Date:From:To:Cc:Subject:From; b=KXle4YPxuzT6hq6W1u59BzCqxyZ0gzHtQtcvOzrWunYts7LUWi9rii0b0fS7WWmAr 2+xb0T7zfgD5qjmRqIm8m52iCYQ1+0gZO9a+r++XMCiiJMJxUITJX6D1Y2VDr9GPgQ C0R9oe6Mo7g/JPQDwMne6UgNuQ1EVdu6ntm8MX0tQ8IS7i0AxHeH7FKNDtYS9E6DXP GVBLC+5XrhvyRQgbcPJKGcJMlT4cEqnpi4/y1ZnEhnamRB8y1OHG3LzboleNSs5yFh BufbtUdJnA0DAZhHtNBGcp6ZrqttrphKN+nxqbHwoaLY2kMcReAsHM8iCAjjcLKh/S 0KsZdomsNpwOA== Date: Mon, 28 Aug 2023 11:49:41 +0800 From: Tzung-Bi Shih To: torvalds@linux-foundation.org Cc: pmalani@chromium.org, bleung@chromium.org, groeck@chromium.org, tzungbi@kernel.org, linux-kernel@vger.kernel.org, chrome-platform@lists.linux.dev Subject: [GIT PULL] chrome-platform changes for v6.6 Message-ID: Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline 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(-)