[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201203192130.13583.arnd@arndb.de>
Date: Mon, 19 Mar 2012 21:30:13 +0000
From: Arnd Bergmann <arnd@...db.de>
To: Roland Stigge <stigge@...com.de>
Cc: linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
w.sang@...gutronix.de, kevin.wells@....com,
linux-arm-kernel@...ts.infradead.org, arm@...nel.org,
srinivas.bakki@....com
Subject: Re: [PATCH] USB: gadget driver for LPC32xx
On Monday 19 March 2012, Roland Stigge wrote:
> This patch adds a USB gadget driver.
>
> Signed-off-by: Roland Stigge <stigge@...com.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists