From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 49BB8C433FE for ; Wed, 19 Oct 2022 01:50:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229742AbiJSBu0 (ORCPT ); Tue, 18 Oct 2022 21:50:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58804 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229454AbiJSBuY (ORCPT ); Tue, 18 Oct 2022 21:50:24 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E218C8F970 for ; Tue, 18 Oct 2022 18:50:20 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 8EAC4B820BB for ; Wed, 19 Oct 2022 01:50:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 2E179C433D7; Wed, 19 Oct 2022 01:50:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666144217; bh=iA+0UTnHubjHv70TvtVBLlqfAvlKlB6f3mSpE5H4yOc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Zzif1Uo5ARKLWnqGFFkm+X9em8RVLBAm4rSrAhNaXPR5SM5GHaoQ3ooA67s3E3wSu XIcLY/+cx2+krvOGuO1mKiY23bUi0bF1CrJu44Nd/sMN3s4GccMRInIlkCdgazqKPZ XV9lIcTq41aqSZAEVjqMT2zXRNZqd46J36psa+JgLRixWuc3+hOQC6floMbT19iQtz utBlhKXhnYuqRjeQKLX6RjBoLhrDySRJxavAS+kFp+GSwTlipK9pPtT6AQbBvMKNcn wgr3f3uAMW3/nd5WxaM96zq8Y0eaL2MEIpcdy6ufOXDNV8yLW67pe8sJxP7sE9DJet 6xQ2qOJlfcYGg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 06F08E21ED4; Wed, 19 Oct 2022 01:50:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v6] platform/chrome: add a driver for HPS From: patchwork-bot+chrome-platform@kernel.org Message-Id: <166614421702.19283.4844691783232222695.git-patchwork-notify@kernel.org> Date: Wed, 19 Oct 2022 01:50:17 +0000 References: <20221018040623.2173441-1-dcallagh@chromium.org> In-Reply-To: <20221018040623.2173441-1-dcallagh@chromium.org> To: Dan Callaghan Cc: chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org, skyostil@chromium.org, bleung@chromium.org, tzungbi@kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to chrome-platform/linux.git (for-next) by Tzung-Bi Shih : On Tue, 18 Oct 2022 15:06:23 +1100 you wrote: > This patch introduces a driver for the ChromeOS human presence > sensor (aka. HPS). The driver supports a sensor connected to the I2C bus > and identified as "GOOG0020" in the ACPI tables. > > When loaded, the driver exports the sensor to userspace through a > character device. This device only supports power management, i.e., > communication with the sensor must be done through regular I2C > transmissions from userspace. > > [...] Here is the summary with links: - [v6] platform/chrome: add a driver for HPS https://git.kernel.org/chrome-platform/c/5f9952548d91 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html