[PATCH] fsl_udc_core: fix spelling mistake: "Dectected" -> "Detected"

2017-05-14 Thread Colin King
From: Colin Ian King Trivial fix to spelling mistake in seq_printf text Signed-off-by: Colin Ian King --- drivers/usb/gadget/udc/fsl_udc_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 12/13] usb: fix the comment with regards to DocBook

2017-05-14 Thread Mauro Carvalho Chehab
The USB gadget documentation is not at DocBook anymore. The main file was converted to ReST, and stored at Documentation/driver-api/usb/gadget.rst, but there are still several plain text files related to gadget under Documentation/usb. So, be generic and just mention documentation without

Re: System can't recognise specific USB device (Intel Bay Trail)

2017-05-14 Thread Alan Stern
On Sat, 13 May 2017, Nuno Vitorino wrote: > Hi, > > I�m working with two different Intel Bay Trail motherboards based on the > J1900 processor with Debian Jessie (kernel 3.16.39). Both are exhibiting a > strange behaviour when connecting a specific USB device, a Digital to > Digital Converter

Re: [PATCH v3 1/9] dmaengine: omap-dma: port_window support correction for both direction

2017-05-14 Thread Vinod Koul
On Fri, May 12, 2017 at 04:57:44PM +0300, Peter Ujfalusi wrote: > When the port_window support was verified it was done on setup where only > the MEM_TO_DEV direction was enabled. This got un-noticed and thus only > this direction worked. > > Now that I have managed to get a setup to verify both

ASIX AX88772 USB 2.0 Ethernet stops working after kernel 4.8

2017-05-14 Thread Andrey Aleksandrovich
I have an ASIX Electronics Corp. AX88772A Fast Ethernet USB 2.0 dongle. It was successfully working on 4.8 kernel. But when I tried to reinstall the system I have found out that it doesn't work on newer kernel (LiveCD has - 4.9). At 4.8 there was light appeared on the dongle to show activity (now

Re: [PATCH] usb: gadget: f_fs: use memdup_user

2017-05-14 Thread Michal Nazarewicz
On Sat, May 13 2017, Geliang Tang wrote: > Use memdup_user() helper instead of open-coding to simplify the code. > > Signed-off-by: Geliang Tang Acked-by: Michal Nazarewicz > --- > drivers/usb/gadget/function/f_fs.c | 11 +++ > 1 file changed,