[PATCH] usb: gadget: aspeed-vhub: Fix SETUP packets with OUT data phase

2018-06-27 Thread Benjamin Herrenschmidt
A couple of bugs in the driver are preventing SETUP packets with an OUT data phase from working properly. Interestingly those are incredibly rare (RNDIS typically uses them and thus is broken without this fix). The main problem was an incorrect register offset being applied for arming RX on EP0.

Re: [PATCH v2] USB: host: ehci-npcm7xx: Fix some error codes in probe

2018-06-27 Thread Avi Fishman
Signed-off-by: Avi Fishman On Wed, Jun 27, 2018 at 4:37 PM Dan Carpenter wrote: > > We accidentally return 1 instead of negative error codes. > > Fixes: df44831ee2dd ("USB host: Add USB ehci support for nuvoton npcm7xx > platform") > Signed-off-by: Dan Carpenter > --- > v2: fix typo in the

Re: [PATCH v2] arm64: dts: msm8996: Use dwc3-qcom glue driver for USB

2018-06-27 Thread Felipe Balbi
Hi, Pierre LE MAGOUROU writes: >> >> Thanks a lot, >> >> I will test this branch. >> >> >> >> >> > I just tested USB gadget with this branch on the db820c. >> > >> > If I activate a USB composite gadget device with EEM function, I can see >> > the 'usb0' Ethernet interfaces on the device and on

Re: [PATCH 3/3] Fixed simple typo from ELCOM to ELECOM.

2018-06-27 Thread Greg KH
On Tue, Jun 26, 2018 at 07:07:59PM -0500, Guy Chronister wrote: > Signed-off-by: Guy Chronister I know I don't take patches with no change log at all, but other maintainers might be nicer :) greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a

[GIT PULL] USB-serial fixes for v4.18-rc3

2018-06-27 Thread Johan Hovold
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40: Linux 4.18-rc1 (2018-06-17 08:04:49 +0900) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.18-rc3 for you to fetch changes up to

Mein Liebster

2018-06-27 Thread beatrice morgan
Mein Liebster Wie geht es Ihnen heute? Ich hoffe, dass es dir und deiner Familie gut geht zum Ruhm des allmächtigen Gottes. Mein Name ist Beatrice Morgan Ich bin 52 Jahre alt. Ich war mit dem verstorbenen Mr. James Morgan verheiratet, der 11 Jahre lang in der Botschaft der Vereinigten Staaten in

Re: [PATCH v2] arm64: dts: msm8996: Use dwc3-qcom glue driver for USB

2018-06-27 Thread Felipe Balbi
Hi, Pierre LE MAGOUROU writes: >> > I have a branch that's based on 4.17. You can pick that. >> > https://github.com/vivekgautam1/linux/commits/v4.17/db820c >> > >> >> Thanks a lot, >> I will test this branch. >> >> > I just tested USB gadget with this branch on the db820c. > > If I activate a

Re: Not enough bandwidth with Magewell XI100DUSB-HDMI

2018-06-27 Thread Michael Tretter
Hi Zhengjun, On Wed, 16 May 2018 14:55:55 +0300, Mathias Nyman wrote: > On 15.05.2018 12:22, Michael Tretter wrote: > > Hi Mathias, > > > > On Tue, 10 Apr 2018 18:22:03 +0300, Mathias Nyman wrote: > >> On 09.04.2018 11:21, Michael Tretter wrote: > >>> On Tue, 20 Feb 2018 15:29:28 +0200,

[PATCH v2] USB: host: ehci-npcm7xx: Fix some error codes in probe

2018-06-27 Thread Dan Carpenter
We accidentally return 1 instead of negative error codes. Fixes: df44831ee2dd ("USB host: Add USB ehci support for nuvoton npcm7xx platform") Signed-off-by: Dan Carpenter --- v2: fix typo in the commit message diff --git a/drivers/usb/host/ehci-npcm7xx.c b/drivers/usb/host/ehci-npcm7xx.c index

Re: [PATCH v8 14/14] staging: typec: tcpci: move tcpci drivers out of staging

2018-06-27 Thread Heikki Krogerus
On Wed, Jun 27, 2018 at 07:45:32AM +0800, Li Jun wrote: > Move TCPCI(Typec port controller interface) driver and rt1711h > driver out of staging. > > Signed-off-by: Li Jun Thanks Li! Acked-by: Heikki Krogerus > --- > drivers/staging/Kconfig| 2 -- >

RE: [PATCH v8 06/14] usb: typec: tcpm: support get typec and pd config from device properties

2018-06-27 Thread Adam Thomson
On 27 June 2018 00:45, Li Jun wrote: > This patch adds support of get typec and power delivery config from > firmware description. > > Reviewed-by: Heikki Krogerus > Reviewed-by: Guenter Roeck > Signed-off-by: Li Jun Acked-by: Adam Thomson > --- > drivers/usb/typec/tcpm.c | 131

Re: [PATCH] USB: serial: digi_acceleport: rename tty flag variable

2018-06-27 Thread Johan Hovold
On Tue, Jun 26, 2018 at 10:12:28PM +0800, Greg Kroah-Hartman wrote: > On Tue, Jun 26, 2018 at 03:43:13PM +0200, Johan Hovold wrote: > > Add a "tty_" prefix to the tty "flag" variable to avoid any future > > mixups with the recently added irq-mask "flags" one. > > > > Signed-off-by: Johan Hovold