[PATCH] USB: gadget driver for LPC32xx

Arnd Bergmann arnd at arndb.de
Mon Mar 19 17:30:13 EDT 2012


On Monday 19 March 2012, Roland Stigge wrote:
> This patch adds a USB gadget driver.
> 
> Signed-off-by: Roland Stigge <stigge at antcom.de>
> 
> ---
> 
> Applies to v3.3
> 
> 
>  drivers/usb/gadget/Kconfig        |   10 
>  drivers/usb/gadget/Makefile       |    1 
>  drivers/usb/gadget/gadget_chips.h |    3 
>  drivers/usb/gadget/lpc32xx_udc.c  | 3598 ++++++++++++++++++++++++++++++++++++++
>  4 files changed, 3612 insertions(+)

Hi Roland,

There is already a driver for the isp1301 otg part in the kernel, I don't
think we want to add another one.

From what I can tell, this shares a common ancestry with the omap version
but has diverged quite a bit. The best solution would really be to
bring the two back together and let them share a common base driver,
with the lpc32xx and omap specific bits in another file.

	Arnd



More information about the linux-arm-kernel mailing list