RE: [PATCH 3/8][v3]usb:fsl:otg: Add support to add/remove usb host driver

2015-08-24 Thread Alan Stern
On Mon, 24 Aug 2015, Ramneek Mehresh wrote: > > On Thu, 20 Aug 2015, Ramneek Mehresh wrote: > > > > > > > --- a/drivers/usb/host/ehci-fsl.h > > > > > +++ b/drivers/usb/host/ehci-fsl.h > > > > > @@ -63,4 +63,22 @@ > > > > > #define UTMI_PHY_EN (1<<9) > > > > > #define

RE: [PATCH 3/8][v3]usb:fsl:otg: Add support to add/remove usb host driver

2015-08-24 Thread Ramneek Mehresh
58472 > > Subject: RE: [PATCH 3/8][v3]usb:fsl:otg: Add support to add/remove usb > host driver > > On Thu, 20 Aug 2015, Ramneek Mehresh wrote: > > > > > --- a/drivers/usb/host/ehci-fsl.h > > > > +++ b/drivers/usb/host/ehci-fsl.h > > >

RE: [PATCH 3/8][v3]usb:fsl:otg: Add support to add/remove usb host driver

2015-08-24 Thread Alan Stern
On Mon, 24 Aug 2015, Ramneek Mehresh wrote: On Thu, 20 Aug 2015, Ramneek Mehresh wrote: --- a/drivers/usb/host/ehci-fsl.h +++ b/drivers/usb/host/ehci-fsl.h @@ -63,4 +63,22 @@ #define UTMI_PHY_EN (19) #define ULPI_PHY_CLK_SEL(110) #define

RE: [PATCH 3/8][v3]usb:fsl:otg: Add support to add/remove usb host driver

2015-08-24 Thread Ramneek Mehresh
-R58472 le...@freescale.com Subject: RE: [PATCH 3/8][v3]usb:fsl:otg: Add support to add/remove usb host driver On Thu, 20 Aug 2015, Ramneek Mehresh wrote: --- a/drivers/usb/host/ehci-fsl.h +++ b/drivers/usb/host/ehci-fsl.h @@ -63,4 +63,22 @@ #define UTMI_PHY_EN

RE: [PATCH 3/8][v3]usb:fsl:otg: Add support to add/remove usb host driver

2015-08-20 Thread Alan Stern
On Thu, 20 Aug 2015, Ramneek Mehresh wrote: > > > --- a/drivers/usb/host/ehci-fsl.h > > > +++ b/drivers/usb/host/ehci-fsl.h > > > @@ -63,4 +63,22 @@ > > > #define UTMI_PHY_EN (1<<9) > > > #define ULPI_PHY_CLK_SEL(1<<10) > > > #define PHY_CLK_VALID(1<<17) > > > +

RE: [PATCH 3/8][v3]usb:fsl:otg: Add support to add/remove usb host driver

2015-08-20 Thread Alan Stern
On Thu, 20 Aug 2015, Ramneek Mehresh wrote: --- a/drivers/usb/host/ehci-fsl.h +++ b/drivers/usb/host/ehci-fsl.h @@ -63,4 +63,22 @@ #define UTMI_PHY_EN (19) #define ULPI_PHY_CLK_SEL(110) #define PHY_CLK_VALID(117) + +struct ehci_fsl {

RE: [PATCH 3/8][v3]usb:fsl:otg: Add support to add/remove usb host driver

2015-08-19 Thread Ramneek Mehresh
2 > > Subject: Re: [PATCH 3/8][v3]usb:fsl:otg: Add support to add/remove usb > host driver > > On Thu, 13 Aug 2015, Ramneek Mehresh wrote: > > > Add workqueue to add/remove host driver (outside > > interrupt context) upon each id change. > > > >

RE: [PATCH 3/8][v3]usb:fsl:otg: Add support to add/remove usb host driver

2015-08-19 Thread Ramneek Mehresh
-R58472 le...@freescale.com Subject: Re: [PATCH 3/8][v3]usb:fsl:otg: Add support to add/remove usb host driver On Thu, 13 Aug 2015, Ramneek Mehresh wrote: Add workqueue to add/remove host driver (outside interrupt context) upon each id change. Signed-off-by: Li Yang le

Re: [PATCH 3/8][v3]usb:fsl:otg: Add support to add/remove usb host driver

2015-08-13 Thread Alan Stern
On Thu, 13 Aug 2015, Ramneek Mehresh wrote: > Add workqueue to add/remove host driver (outside > interrupt context) upon each id change. > > Signed-off-by: Li Yang > Signed-off-by: Ramneek Mehresh > --- > Changes for v3: > - removed CONFIG_FSL_USB2_OTG and CONFIG_FSL_USB2_OTG_MODULE >

Re: [PATCH 3/8][v3]usb:fsl:otg: Add support to add/remove usb host driver

2015-08-13 Thread Alan Stern
On Thu, 13 Aug 2015, Ramneek Mehresh wrote: Add workqueue to add/remove host driver (outside interrupt context) upon each id change. Signed-off-by: Li Yang le...@freescale.com Signed-off-by: Ramneek Mehresh ramneek.mehr...@freescale.com --- Changes for v3: - removed