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 autolearn=ham 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 7D8C2C47088 for ; Wed, 26 May 2021 13:45:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5421C613CE for ; Wed, 26 May 2021 13:45:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232213AbhEZNrT (ORCPT ); Wed, 26 May 2021 09:47:19 -0400 Received: from mga01.intel.com ([192.55.52.88]:25615 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231911AbhEZNrS (ORCPT ); Wed, 26 May 2021 09:47:18 -0400 IronPort-SDR: HAHd4OXYZGQZzsrlU5qfOetqzrxPObhNYPMr/+0GtvGL74/i0iOlrqxeJjPkjRvtqqQjW2oh1L bMcH+IvUivzw== X-IronPort-AV: E=McAfee;i="6200,9189,9996"; a="223652118" X-IronPort-AV: E=Sophos;i="5.82,331,1613462400"; d="scan'208";a="223652118" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 May 2021 06:45:45 -0700 IronPort-SDR: Zq9E37eXXTtYgMWB1vskizc9BgvpiWuRfQIxI5rM4wQxDbZCvWfrE9h8Od1kp6N9HNL0hzazVM Vokq9syBnfIA== X-IronPort-AV: E=Sophos;i="5.82,331,1613462400"; d="scan'208";a="547196605" Received: from gnaderi-mobl.amr.corp.intel.com ([10.209.149.159]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 May 2021 06:45:29 -0700 Message-ID: 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: Wed, 26 May 2021 06:45:28 -0700 In-Reply-To: References: <20210316202334.655760-1-srinivas.pandruvada@linux.intel.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.4-0ubuntu1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-input@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 don't see this patch in 5.13-rc3. But I see in linux-next. There are other patches here which didn't make to 5.13-rc. I see them in https://kernel.googlesource.com/pub/scm/linux/kernel/git/hid/hid/+/refs/heads/for-5.13/intel-ish Did you decide to postpone for 5.14? It will be fine to postpone. Thanks, Srinivas >