Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp385099pxj; Fri, 7 May 2021 10:41:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzrfWoyGhNiaL5/R7Ijyhz74yHiqc/3J39CLaUx2mhdC/WFtIKP+PahJyChC7/cacC7J4/b X-Received: by 2002:a17:90a:fb98:: with SMTP id cp24mr11446486pjb.24.1620409295070; Fri, 07 May 2021 10:41:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620409295; cv=none; d=google.com; s=arc-20160816; b=FR7QamAgvpfowQU3I7FYspai0Oh4zsUraOd+lKOhdCXtSz+kJPq3VQDshbmvr2UYLa URh1viO+Nf13VLqKHURjTAIrOjKOlR8f13Xhhqxnztj3X0X98hSkks2pMkeHYA8shM5c 1K9JckB2sWH+Hg65MYLRTzxtgDtk4td2V6yH1KVC+WEUTPhGkwf8qmK7goZZbueRJz47 jgD3XVaEVTa1EAYeY4COIb8OndTfU1d3rqbKYyWTlLHEubMsakE7qKaZjcI2sr71TC64 DePJ+IknehhPil2w85SxebwXYT5au5ua8Dk61ExOGBSKVAmIOFHxhAXfhIJzqxLvMeFG 7WIA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=6HmJbUTLAExn6Qival4IG9K82XhB5dpxMMJwvwM/w7U=; b=bNpbVVRaVdlb6GEWpPTID6vYmpyrQRnY5QRdksPRNOuPmH4wcxPbLB1NTgfbO0Osiw 7u/0utHcKJ0wp7exUvp2pBG/TEGqAlwrytjlwn0HzqHjsRABXAaW2GydBdPpIpxtT64Q UIV33nAx0oVOFLT9SfNhvpfgR/O+RoA7QVUvMMNOQzMfB1AycdXtFfuuNSgY/IlLrEAQ rGRGMNzn7NS8ZIUP9AsqP4OaAHTPAJAs5sQhjMc11VWIg29ikckB0c5BpmbbSNHwTntz cb46cG/hyT9BA7I/xtob90p6ZZScHy+72ak7HFX25fBsserh8S4QEXyWA4DKWBiGX05Z fV+w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l9si6938703pgp.593.2021.05.07.10.41.22; Fri, 07 May 2021 10:41:35 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233205AbhEGRiB (ORCPT + 99 others); Fri, 7 May 2021 13:38:01 -0400 Received: from netrider.rowland.org ([192.131.102.5]:44615 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S231745AbhEGRiA (ORCPT ); Fri, 7 May 2021 13:38:00 -0400 Received: (qmail 784164 invoked by uid 1000); 7 May 2021 13:36:59 -0400 Date: Fri, 7 May 2021 13:36:59 -0400 From: Alan Stern To: Daniel Walker Cc: HEMANT RAMDASI , Christian Engelmayer , Gopalakrishnan Santhanam , xe-linux-external@cisco.com, Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] fsl-usb: add need_oc_pp_cycle flag for 85xx also Message-ID: <20210507173659.GA784066@rowland.harvard.edu> References: <20210507172300.3075939-1-danielwa@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210507172300.3075939-1-danielwa@cisco.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 07, 2021 at 10:23:00AM -0700, Daniel Walker wrote: > From: Gopalakrishnan Santhanam > > Commit e6604a7fd71f9 ("EHCI: Quirk flag for port power handling on overcurrent.") > activated the quirks handling (flag need_oc_pp_cycle) for Freescale 83xx > based boards. > Activate same for 85xx based boards as well. > > Cc: xe-linux-external@cisco.com > Signed-off-by: Gopalakrishnan Santhanam > Signed-off-by: Daniel Walker > --- > drivers/usb/host/ehci-fsl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/host/ehci-fsl.c b/drivers/usb/host/ehci-fsl.c > index 6f7bd6641694..c7d74c1a23f5 100644 > --- a/drivers/usb/host/ehci-fsl.c > +++ b/drivers/usb/host/ehci-fsl.c > @@ -387,7 +387,7 @@ static int ehci_fsl_setup(struct usb_hcd *hcd) > /* EHCI registers start at offset 0x100 */ > ehci->caps = hcd->regs + 0x100; > > -#ifdef CONFIG_PPC_83xx > +#if defined(CONFIG_PPC_83xx) || defined(CONFIG_PPC_85xx) > /* > * Deal with MPC834X that need port power to be cycled after the power -------------------------^ Shouldn't this comment be changed as well? Alan Stern > * fault condition is removed. Otherwise the state machine does not > -- > 2.25.1 >