Re: [PATCH 1/3] usb: host: st-hcd: Add USB HCD support for STi SoCs

2014-07-24 Thread Peter Griffin
Hi Lee, Thanks for reviewing. All your review comments have been fixed in v2. regards, Peter. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/3] usb: host: st-hcd: Add USB HCD support for STi SoCs

2014-07-22 Thread Peter Griffin
Hi Alan, > > > > Most platform drivers have already been moved. > > Okay, I grant the point. Objections withdrawn. Fix up the spelling > error and the other stuff in the Kconfig help text, and this will be > acceptable. Thanks, I intend to send a new version shortly. regards, Peter. -- T

Re: [PATCH 1/3] usb: host: st-hcd: Add USB HCD support for STi SoCs

2014-07-14 Thread Alan Stern
On Mon, 14 Jul 2014, Lee Jones wrote: > On Fri, 11 Jul 2014, Alan Stern wrote: > > On Fri, 11 Jul 2014, Peter Griffin wrote: > > > On Thu, 10 Jul 2014, Alan Stern wrote: > > > > > > > On Thu, 10 Jul 2014, Peter Griffin wrote: > > > > > > > > > This driver adds support for the USB HCD present in

Re: [PATCH 1/3] usb: host: st-hcd: Add USB HCD support for STi SoCs

2014-07-14 Thread Lee Jones
On Fri, 11 Jul 2014, Alan Stern wrote: > On Fri, 11 Jul 2014, Peter Griffin wrote: > > On Thu, 10 Jul 2014, Alan Stern wrote: > > > > > On Thu, 10 Jul 2014, Peter Griffin wrote: > > > > > > > This driver adds support for the USB HCD present in STi > > > > SoC's from STMicroelectronics. It has bee

Re: [PATCH 1/3] usb: host: st-hcd: Add USB HCD support for STi SoCs

2014-07-11 Thread Alan Stern
On Fri, 11 Jul 2014, Peter Griffin wrote: > Hi Alan, > > Thanks for reviewing. > > On Thu, 10 Jul 2014, Alan Stern wrote: > > > On Thu, 10 Jul 2014, Peter Griffin wrote: > > > > > This driver adds support for the USB HCD present in STi > > > SoC's from STMicroelectronics. It has been tested on

Re: [PATCH 1/3] usb: host: st-hcd: Add USB HCD support for STi SoCs

2014-07-11 Thread Lee Jones
On Thu, 10 Jul 2014, Peter Griffin wrote: > This driver adds support for the USB HCD present in STi > SoC's from STMicroelectronics. It has been tested on the > stih416-b2020 board. > > Signed-off-by: Peter Griffin > --- > drivers/usb/host/Kconfig | 17 ++ > drivers/usb/host/Makefile | 1 +

Re: [PATCH 1/3] usb: host: st-hcd: Add USB HCD support for STi SoCs

2014-07-11 Thread Peter Griffin
Hi Alan, Thanks for reviewing. On Thu, 10 Jul 2014, Alan Stern wrote: > On Thu, 10 Jul 2014, Peter Griffin wrote: > > > This driver adds support for the USB HCD present in STi > > SoC's from STMicroelectronics. It has been tested on the > > stih416-b2020 board. > > This driver file, along with

Re: [PATCH 1/3] usb: host: st-hcd: Add USB HCD support for STi SoCs

2014-07-10 Thread Alan Stern
On Thu, 10 Jul 2014, Peter Griffin wrote: > This driver adds support for the USB HCD present in STi > SoC's from STMicroelectronics. It has been tested on the > stih416-b2020 board. This driver file, along with the Kconfig changes, belongs in the arch/platform-specific source directory. Not in d

[PATCH 1/3] usb: host: st-hcd: Add USB HCD support for STi SoCs

2014-07-10 Thread Peter Griffin
This driver adds support for the USB HCD present in STi SoC's from STMicroelectronics. It has been tested on the stih416-b2020 board. Signed-off-by: Peter Griffin --- drivers/usb/host/Kconfig | 17 ++ drivers/usb/host/Makefile | 1 + drivers/usb/host/st-hcd.c | 471 ++