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 X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9FC72C433B4 for ; Mon, 17 May 2021 11:27:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7CF2460E0B for ; Mon, 17 May 2021 11:27:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236724AbhEQL2b (ORCPT ); Mon, 17 May 2021 07:28:31 -0400 Received: from mga02.intel.com ([134.134.136.20]:46221 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236631AbhEQL2a (ORCPT ); Mon, 17 May 2021 07:28:30 -0400 IronPort-SDR: hPpG3EacrWi9vHjhWOGGNKDkSQYbrY2BiVN0TlwUcRl4R5gZUM+98qm7BGt/ngeS9F4ao1gaMT CPj+0YbVAPJg== X-IronPort-AV: E=McAfee;i="6200,9189,9986"; a="187564267" X-IronPort-AV: E=Sophos;i="5.82,307,1613462400"; d="scan'208";a="187564267" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2021 04:27:13 -0700 IronPort-SDR: sj1McuTa0gY8S7dUToTJtOhQsmNB0hPFxz3ZIHzt3DqJazarJdr2mX5EorRBCBf5mHUWBSPq+j WTZh/DQ5iafA== X-IronPort-AV: E=Sophos;i="5.82,307,1613462400"; d="scan'208";a="540381322" Received: from btamaklo-mobl.amr.corp.intel.com ([10.209.149.190]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2021 04:27:10 -0700 Message-ID: <7418998adc91ab656aab783883bfd5ef96064e57.camel@linux.intel.com> Subject: Re: [PATCH v2] HID: intel_ish-hid: HBM: Use connected standby state bit during suspend/resume From: Srinivas Pandruvada To: Jiri Kosina Cc: benjamin.tissoires@redhat.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Ye Xiang Date: Mon, 17 May 2021 04:27:06 -0700 In-Reply-To: References: <20210316202334.655760-1-srinivas.pandruvada@linux.intel.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jiri, On Fri, 2021-03-19 at 14:35 +0100, Jiri Kosina wrote: > On Tue, 16 Mar 2021, Srinivas Pandruvada wrote: > > > From: Ye Xiang > > > > The individual sensor drivers implemented in the ISH firmware needs > > capability to take special actions when there is a change in the > > system > > standby state. The ISH core firmware passes this notification to > > individual sensor drivers in response to the OS request via > > connected > > standby bit in the SYSTEM_STATE_STATUS command. > > > > This change sets CONNECTED_STANDBY_STATE_BIT bit to 1 during > > suspend > > callback and clears during resume callback. > > > > Signed-off-by: Ye Xiang > > [srinivas.pandruvada@linux.intel.com: changelog rewrite] > > Acked-by: Srinivas Pandruvada > > --- > > v2: > >         changed changelog to be more clear > >         Changed the name in the signed-off to match "From" > > > >  drivers/hid/intel-ish-hid/ishtp/hbm.c | 6 +++--- > >  drivers/hid/intel-ish-hid/ishtp/hbm.h | 1 + > >  2 files changed, 4 insertions(+), 3 deletions(-) > > Applied, thanks. I was looking for this patch in 5.13-rc2. It is not there, Is there some pull request pending? Thanks, Srinivas >