Re: USB_MUSB_DA8XX with g_multi.ko

2014-06-26 Thread Christian Riesch
Hi Jon, On Thu, Jun 26, 2014 at 4:46 AM, Jon Ringle j...@ringle.org wrote: The only thing I needed to do was to remove the BROKEN dependency on USB_MUSB_DA8XX. Is there anything else I would have to do besides just removing BROKEN to get this accepted back into the kernel source tree? I

Re: musb for davinci

2014-03-10 Thread Christian Riesch
Hi Alexander, --On March 09, 2014 20:58 +0100 Alexander Holler hol...@ahsoftware.de wrote: Hello, may I ask what's the deal with drivers/usb/musb/davinci.c and why it depends on BROKEN? I've just enabled it here and it compiles and seems to work. I noticed the same for

[PATCH] usb: musb: Remove dependency on BROKEN and mach/ headers from da8xx glue

2014-03-05 Thread Christian Riesch
Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Felipe Balbi ba...@ti.com --- Hi, I have successfully tested this driver with kernel 3.14-rc5 on a custom Texas Instruments AM1808 board in gadget mode, RNDIS network gadget. Therefore I think the dependency on BROKEN can be removed

Remove dependency on BROKEN from drives/usb/musb/da8xx.c glue

2014-02-03 Thread Christian Riesch
Hi, commit 787f5627bec80094db487bfcb401e9744f181aed usb: musb: make davinci and da8xx glues depend on BROKEN Signed-off-by: Felipe Balbi ba...@ti.com adds a dependency of the drivers/usb/musb/da8xx.c driver to BROKEN. I have successfully tested this driver with kernel 3.13 on a custom Texas

Re: [PATCH] ax88179_178a: ASIX AX88179_178A USB 3.0/2.0 to gigabit ethernet adapter driver

2013-01-11 Thread Christian Riesch
Hi, On 2013-01-11 03:45, Ming Lei wrote: Cc netdev and usb lists. On Fri, Jan 11, 2013 at 9:17 AM, fre...@asix.com.tw wrote: From: Freddy Xin fre...@asix.com.tw This patch adds a driver for ASIX's AX88179 family of USB 3.0/2.0 to gigabit ethernet adapters. It's based on the AX88xxx driver

Re: [PATCH v2 2/2] net: asix: handle packets crossing URB boundaries

2012-12-18 Thread Christian Riesch
Hi Lucas, On 2012-12-18 16:21, Lucas Stach wrote: ASIX AX88772B started to pack data even more tightly. Packets and the ASIX packet header may now cross URB boundaries. To handle this we have to introduce some state between individual calls to asix_rx_fixup(). cc'ed Eric Dumazet, he did some