[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <502E11F7.4080300@linutronix.de>
Date: Fri, 17 Aug 2012 11:42:15 +0200
From: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
To: Roland Stigge <stigge@...com.de>, balbi@...com
CC: linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
gregkh@...uxfoundation.org, arnd@...db.de, aletes.xgr@...il.com,
kevin.wells@....com, srinivas.bakki@....com
Subject: Re: [PATCH] usb: gadget: lpc32xx_udc: Port to new start/stop interface
On 08/17/2012 11:10 AM, Roland Stigge wrote:
> Also, since this device is a single controller in the LPC32xx SoC, I
> would keep it until some other silicon uses several of this IP core
> (which I doubt), at which point we would probably still keep the (global
> static) controller and memcpy it to a dynamically allocated struct.
>
> Sounds reasonable?
Yes it does.
Some minor things:
- please use to_udc() in start then
- would it make sense to use platform_get_drvdata() in
lpc32xx_udc_shutdown() ?
- could you please remove struct usb_endpoint_descriptor from struct
lpc32xx_ep? It has been removed a while back from other drivers.
Your proc_udc_show() makes me sad. Felipe, didn't we want something
like this in udc-core?
> Thanks,
>
> Roland
Sebastian
--
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