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=-11.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 CD6CEC433E0 for ; Tue, 9 Feb 2021 08:38:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 849AE64E79 for ; Tue, 9 Feb 2021 08:38:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229969AbhBIIh4 (ORCPT ); Tue, 9 Feb 2021 03:37:56 -0500 Received: from mail.kernel.org ([198.145.29.99]:47068 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229918AbhBIIhp (ORCPT ); Tue, 9 Feb 2021 03:37:45 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3504C64E79; Tue, 9 Feb 2021 08:37:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612859823; bh=i8uBJJbz4wyAmxHfuAXfsQmKEl6vb3POsuLIzc8SaIU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mqxvFz4YCv9q3RSFDSqKmmqpJ2aMZLcQyQJopYaMfvjN4as7D8HT+M39QGKlE9GF8 OE9Vbk1XUnX84l+wmiYTZdK+2ZcuGIZsOv+afPaafbC2KZeeqSr9t7Vq9XZ1m/ig4a Z5c/SzTR2rAlMhkL+qbL3tGY7tkBqBlTyyElglPY= Date: Tue, 9 Feb 2021 09:37:01 +0100 From: Greg Kroah-Hartman To: Kai-Heng Feng , Mathias Nyman Cc: Aaron Ma , Alan Stern , Lee Jones , peter.chen@nxp.com, USB list , LKML Subject: Re: [PATCH] xhci-pci: Set AMD Renoir USB controller to D3 when shutdown Message-ID: References: <20210204051850.64857-1-aaron.ma@canonical.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-usb@vger.kernel.org On Fri, Feb 05, 2021 at 02:50:15PM +0800, Kai-Heng Feng wrote: > On Fri, Feb 5, 2021 at 2:45 PM Aaron Ma wrote: > > > > > > On 2/5/21 12:27 PM, Kai-Heng Feng wrote: > > > Can you please test the following patch, which should address the root cause: > > > https://lore.kernel.org/linux-acpi/20201201213019.1558738-1-furquan@google.com/ > > > > > > It also helps another AMD laptop on S5: > > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1912935 > > > > > > > No, this patch doesn't help on ThinkPad AMD platform. > > Thanks for the confirmation! > > Acked-by: Kai-Heng Feng Mathias, want me to take this in my tree now, or are you going to send me more patches for 5.12-rc1? thanks, greg k-h