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 3A191C433F5 for ; Mon, 10 Oct 2022 07:52:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231139AbiJJHwe (ORCPT ); Mon, 10 Oct 2022 03:52:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50314 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229461AbiJJHwb (ORCPT ); Mon, 10 Oct 2022 03:52:31 -0400 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BB0D8131; Mon, 10 Oct 2022 00:52:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665388350; x=1696924350; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=nKoNqwSE/vKT2owlDayb4xvZLmMsG+86Uz7TmrW4nH8=; b=eh/rgPhstPajUfBZruoiECeZaUY0hDoBQX0586Aab+ukIlzrIkVrRg0z 0DqR0y4V9tBW/sRqkYZXaRNvHxjKIy0//8i0RBXL/YuBpnK45u0mmlDc7 6T/Rb5R12j/31wYZ9H6oX6e1Lk62I9ssUg50eHtPDZTzfYn2FEMvVUH/m KXU4SXFuRZOMyhdLr0nbPNZBVMX5OHubIZBSPDsvZs7CrpybWtCVOcger fiA9Bq9no/JZlp83l8JgBlU7hh0DFe2jCI4gRN9CbKTJ09ABp29zoJlZC bT2550YWqd7W4XnlaapF6lKkbBmR+Gm6QLODcq3+DT2y7QhKCEioAtVct w==; X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="287405065" X-IronPort-AV: E=Sophos;i="5.95,173,1661842800"; d="scan'208";a="287405065" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Oct 2022 00:52:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="768299794" X-IronPort-AV: E=Sophos;i="5.95,173,1661842800"; d="scan'208";a="768299794" Received: from kuha.fi.intel.com ([10.237.72.185]) by fmsmga001.fm.intel.com with SMTP; 10 Oct 2022 00:52:25 -0700 Received: by kuha.fi.intel.com (sSMTP sendmail emulation); Mon, 10 Oct 2022 10:52:24 +0300 Date: Mon, 10 Oct 2022 10:52:24 +0300 From: Heikki Krogerus To: Greg Kroah-Hartman Cc: Bastian Rieck , grzegorz.alibozek@gmail.com, andrew.co@free.fr, meven29@gmail.com, pchernik@gmail.com, jorge.cep.mart@gmail.com, danielmorgan@disroot.org, bernie@codewiz.org, saipavanchitta1998@gmail.com, rubin@starset.net, maniette@gmail.com, nate@kde.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v1 0/2] usb: typec: UCSI resume fix Message-ID: References: <20221007100951.43798-1-heikki.krogerus@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 07, 2022 at 04:39:57PM +0200, Greg Kroah-Hartman wrote: > On Fri, Oct 07, 2022 at 01:09:49PM +0300, Heikki Krogerus wrote: > > Hi Greg, > > > > These two patches fix an issue where the ucsi drivers fail to detect > > changes on the connection status (connections/disconnections) that > > happen while the system is suspended. > > > > > > Heikki Krogerus (2): > > usb: typec: ucsi: Check the connection on resume > > usb: typec: ucsi: acpi: Implement resume callback > > > > drivers/usb/typec/ucsi/ucsi.c | 42 +++++++++++++++++++++--------- > > drivers/usb/typec/ucsi/ucsi_acpi.c | 10 +++++++ > > 2 files changed, 39 insertions(+), 13 deletions(-) > > These are ok to go in after -rc1, right? Yes, I think so. thanks, -- heikki