
23 Sep
2012
23 Sep
'12
8:16 p.m.
On 23.09.2012 17:44, Marek Vasut wrote:
Dear Lukasz Dalek,
Add to pxa25x based devices support for USB ethernet gadget. This is a port of pxa25x UDC driver from Linux kernel.
Signed-off-by: Lukasz Dalekluk0104@gmail.com
drivers/usb/gadget/Makefile | 1 + drivers/usb/gadget/pxa25x_udc.c | 2059 +++++++++++++++++++++++++++++++++++++++ drivers/usb/gadget/pxa25x_udc.h | 162 +++ 3 files changed, 2222 insertions(+), 0 deletions(-) create mode 100644 drivers/usb/gadget/pxa25x_udc.c create mode 100644 drivers/usb/gadget/pxa25x_udc.h
[...]
So what's the change here? Or is it a repost?
Best regards, Marek Vasut
Everything was fine except DEBUG_NOISY defintions. I fixed them and I have resend patch.
Can I ask what about patches 3,4,5,6?
Łukasz Dałek