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 4E342C636D7 for ; Wed, 1 Feb 2023 18:16:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231921AbjBASQO (ORCPT ); Wed, 1 Feb 2023 13:16:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54932 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229454AbjBASQM (ORCPT ); Wed, 1 Feb 2023 13:16:12 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B6087EFDE; Wed, 1 Feb 2023 10:16:11 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id B342C618F1; Wed, 1 Feb 2023 18:16:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BC01AC433EF; Wed, 1 Feb 2023 18:16:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1675275370; bh=GxMKMJ0YWgB5TH3psd7HVuknlPifEAgumSYi/Ju4nWE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dcNpe9SX2F7/6MaSAFGCnpTaXNu6+y09tROiXqgd2e/rvCgfxc2MHe299/mhdh6yY w0TacSiMtiRb/57YfDP6F04u941mMP0x25zYM8Epd260TMFkwKpClIDYAaEHKnVVpd r0pZT5dQkJPPdOtEw+tCJ+1iuL/qWc4Z6fQCJxlI= Date: Wed, 1 Feb 2023 19:16:07 +0100 From: Greg Kroah-Hartman To: Florian Fainelli Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Peter Chen , Matthias Kaehlcke , Mathias Nyman , Mathias Nyman , "open list:USB XHCI DRIVER" Subject: Re: [PATCH stable 5.4] usb: host: xhci-plat: add wakeup entry at sysfs Message-ID: References: <20230201174404.32777-1-f.fainelli@gmail.com> <20230201174404.32777-3-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230201174404.32777-3-f.fainelli@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 01, 2023 at 09:44:04AM -0800, Florian Fainelli wrote: > From: Peter Chen > > commit 4bb4fc0dbfa23acab9b762949b91ffd52106fe4b upstream > > With this change, there will be a wakeup entry at /sys/../power/wakeup, > and the user could use this entry to choose whether enable xhci wakeup > features (wake up system from suspend) or not. > > Tested-by: Matthias Kaehlcke > Reviewed-by: Matthias Kaehlcke > Signed-off-by: Peter Chen > Signed-off-by: Mathias Nyman > Link: https://lore.kernel.org/r/20200918131752.16488-6-mathias.nyman@linux.intel.com > Signed-off-by: Greg Kroah-Hartman > Signed-off-by: Florian Fainelli > --- > drivers/usb/host/xhci-plat.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Why is this new feature needed on these older kernels? What does it fix that is broken? And why not just use a newer kernel release if you want to use this feature? thanks, greg k-h