Re: [PATCH RESEND v2] usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDC

2014-11-20 Thread Ashwini Pahuja
On Thu, Nov 13, 2014 at 12:12 PM, Felipe Balbi ba...@ti.com wrote: Hi, (please don't top-post) On Thu, Nov 13, 2014 at 11:26:50AM -0700, Ashwini Pahuja wrote: Hi Felipe, I Just sent you the V3 PATCH, I think it should be good for your next submission to Greg for 3.18-rc6, I guess it's too

[PATCH v3] usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDC

2014-11-13 Thread Ashwini Pahuja
This patch adds a UDC driver for Broadcom's USB3.0 Peripheral core named BDC. BDC supports control traffic on ep0 and bulk/Int/Isoch traffic on all other endpoints. Signed-off-by: Ashwini Pahuja ashwini.li...@gmail.com --- Changes for v3: - Incorporated feeback by Felipe on the v2 - Made stubs

Re: [PATCH RESEND v2] usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDC

2014-11-13 Thread Ashwini Pahuja
, Nov 12, 2014 at 12:24:11PM -0700, Ashwini Pahuja wrote: On Wed, Nov 5, 2014 at 12:18 PM, Felipe Balbi ba...@ti.com wrote: On Fri, Oct 31, 2014 at 01:14:33PM -0700, Ashwini Pahuja wrote: This patch adds a UDC driver for Broadcom's USB3.0 Peripheral core named BDC. BDC is capable

[PATCH v2] usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDC

2014-10-31 Thread Ashwini Pahuja
. Signed-off-by: Ashwini Pahuja ashwini.li...@gmail.com --- drivers/usb/gadget/udc/Kconfig|2 + drivers/usb/gadget/udc/Makefile |1 + drivers/usb/gadget/udc/bdc/Kconfig| 21 + drivers/usb/gadget/udc/bdc/Makefile |3 + drivers/usb/gadget/udc/bdc/bdc.h | 490

Re: [PATCH v2] usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDC

2014-10-31 Thread Ashwini Pahuja
On Fri, Oct 31, 2014 at 10:44 AM, Felipe Balbi ba...@ti.com wrote: On Fri, Oct 31, 2014 at 09:51:03AM -0700, Ashwini Pahuja wrote: - The v2 version includes all the feedback provided by Felipe on the v1 and also -- Removed unnecessary out of memory messages

[PATCH v2] usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDC

2014-10-31 Thread Ashwini Pahuja
platform using various gadget drivers such as zero, mass storage, ether(rndis), hid and also with tools such as USB3CV, USB2CV and Link layer compliance. Signed-off-by: Ashwini Pahuja ashwini.li...@gmail.com --- Changes for v2: - Includes all the feedback provided by Felipe on the v1. - Removed

Re: [PATCH v2] usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDC

2014-10-31 Thread Ashwini Pahuja
On Fri, Oct 31, 2014 at 11:31 AM, Felipe Balbi ba...@ti.com wrote: On Fri, Oct 31, 2014 at 11:21:29AM -0700, Ashwini Pahuja wrote: - This patch adds a UDC driver for Broadcom's USB3.0 device controller IP(BDC). why all these extra spaces here ? why isn't this wrapped at 72 characters

[PATCH RESEND v2] usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDC

2014-10-31 Thread Ashwini Pahuja
This patch adds a UDC driver for Broadcom's USB3.0 Peripheral core named BDC. BDC is capable of supporting all transfer types control, bulk, Int and isoch on each endpoint. Signed-off-by: Ashwini Pahuja ashwini.li...@gmail.com --- Changes for v2: - Includes all the feedback provided by Felipe

Re: [PATCH] usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDC

2014-10-29 Thread Ashwini Pahuja
On Tue, Oct 14, 2014 at 11:53 AM, Felipe Balbi ba...@ti.com wrote: Hi, sorry for my late response, I was pulled into some other activity. I will be sending out v2 patch this week. On Tue, Oct 14, 2014 at 11:30:40AM -0700, Ashwini Pahuja wrote: snip +/* Upstream port status change sr

[PATCH] usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDC

2014-10-09 Thread Ashwini Pahuja
drivers such as zero, mass storage, ether(rndis), hid, audio and also with tools such as USB3CV, USB2CV and Link layer compliance. - There are 0 warnings reported by checkpatch.pl Signed-off-by: Ashwini Pahuja ashwini.li...@gmail.com --- drivers/usb/gadget/udc/Kconfig|2 + drivers/usb