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 5DD5CC3DA7A for ; Fri, 6 Jan 2023 15:26:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233787AbjAFP0L (ORCPT ); Fri, 6 Jan 2023 10:26:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41014 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235050AbjAFP0H (ORCPT ); Fri, 6 Jan 2023 10:26:07 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C14FA5F46; Fri, 6 Jan 2023 07:26:01 -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 ams.source.kernel.org (Postfix) with ESMTPS id 7EECCB81D9D; Fri, 6 Jan 2023 15:26:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A8563C433D2; Fri, 6 Jan 2023 15:25:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1673018759; bh=UQrBUx5gRtz1ipvUXMT2HCaI/siWBR2KN467L9f4LsE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pSix0cS4V5fmDqKl/JutLDVGFhiWubclswSrN6j6FiweSXJ7mhhsjdGHSgbFrAVQF ZpNSJiU2BA9R6MCE6a1+g9QVk+ucOvR6fG6JlpfYviy4XnFqn1Kbz1cgw5C9fWSKlC 7P2gA/DvtqAgsAXt+CGS4sbU/JO12dZZCKN1Iv5o= Date: Fri, 6 Jan 2023 16:25:55 +0100 From: Greg KH To: Jon Hunter Cc: Jim Lin , thierry.reding@gmail.com, mathias.nyman@intel.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org Subject: Re: [PATCH v7 0/3] xhci: tegra: USB2 pad power controls Message-ID: References: <20221111101813.32482-1-jilin@nvidia.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-tegra@vger.kernel.org On Fri, Jan 06, 2023 at 02:56:51PM +0000, Jon Hunter wrote: > Hi Greg, > > On 11/11/2022 10:18, Jim Lin wrote: > > 1. Export symbol on xhci_hub_control > > 2. Add hub_control to xhci_driver_overrides > > 3. Program USB2 pad PD controls during port connect/disconnect, port > > suspend/resume, and test mode, to reduce power consumption on > > disconnect or suspend. > > > > Patch > > xhci: tegra: USB2 pad power controls > > depends on > > xhci: hub: export symbol on xhci_hub_control > > xhci: Add hub_control to xhci_driver_overrides > > > > Jim Lin (3): > > xhci: Add hub_control to xhci_driver_overrides > > xhci: hub: export symbol on xhci_hub_control > > xhci: tegra: USB2 pad power controls > > > > drivers/usb/host/xhci-hub.c | 1 + > > drivers/usb/host/xhci-tegra.c | 125 ++++++++++++++++++++++++++++++++++ > > drivers/usb/host/xhci.c | 2 + > > drivers/usb/host/xhci.h | 2 + > > 4 files changed, 130 insertions(+) > > > > > I have verified that this still applies cleanly on top of -next. Please let > us know if this can be queued up for Linux v6.3? Normally for xhci stuff I want it to go through Mathias for things that are outside of just xhci-tegra.c. thanks, greg k-h