Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1207061 > unrolled thread
| Started by | Alan Stern <stern@rowland.harvard.edu> |
|---|---|
| First post | 2015-08-13 20:50 +0200 |
| Last post | 2015-08-13 20:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 7/8][v3]usb:fsl:otg: Remove host drv upon otg bring-up Alan Stern <stern@rowland.harvard.edu> - 2015-08-13 20:50 +0200
| From | Alan Stern <stern@rowland.harvard.edu> |
|---|---|
| Date | 2015-08-13 20:50 +0200 |
| Subject | Re: [PATCH 7/8][v3]usb:fsl:otg: Remove host drv upon otg bring-up |
| Message-ID | <pX5JD-3dG-3@gated-at.bofh.it> |
On Thu, 13 Aug 2015, Ramneek Mehresh wrote: > Change have_hcd variable to remove/suspend host driver on > completion of otg initialization for otg auto detect. > > Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com> > Reviewed-by: Li Yang-R58472 <LeoLi@freescale.com> > Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> > Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> > --- > drivers/usb/host/ehci-fsl.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/usb/host/ehci-fsl.c b/drivers/usb/host/ehci-fsl.c > index ef04c5a..5dd3243 100644 > --- a/drivers/usb/host/ehci-fsl.c > +++ b/drivers/usb/host/ehci-fsl.c > @@ -196,6 +196,8 @@ static int fsl_ehci_drv_probe(struct platform_device *pdev) > retval = -ENODEV; > goto err2; > } > + > + ehci_fsl->have_hcd = 1; > } > > return retval; Shouldn't this be merged into patch 3/8? It looks like it just fixes an oversight in the earlier patch. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web