Re: patch 8466489ef5ba48272ba4fa4ea9f8f403306de4c7 breaks Renesas USB3 controller functionality

2018-05-06 Thread Bockholdt Arne
On Thu, 2018-05-03 at 10:41 +0100, Marc Zyngier wrote: > I'm talking about making the whole workaround dependent on the USB > controller being behind an iommu. No iommu, no workaround (because it > is > likely that there is no problem in that case). > My server doesn't have an IOMMU at all and i

[PATCH] usb: gadget: f_ecm: fix host mac address for multiple instances

2018-05-06 Thread Lukasz Nowak
In case there are multiple ecm instances, either for multiple otg controllers, or multiple virtual links using libcomposite, each instance needs to have its own host mac address string value for iMACAddress. Update the source array (ecm_string_defs), every time before usb_gstrings_attach(). Withou

dwc2 (on Meson8b) doesn't detect "hot-plugged" USB devices

2018-05-06 Thread Martin Blumenstingl
Hello, I was a bit surprised to see that hot-plugging USB devices on Amlogic Meson8b (for example: Odroid-C1) is broken. to be fair: I *think* it worked before, but I cannot guarantee it nor can I say when it broke all examples below are from an Odroid-C1 board with Amlogic Meson8b (S805) SoC. th

Re: Lenovo Professional Keyboard not working

2018-05-06 Thread Greg KH
On Sun, May 06, 2018 at 04:20:38PM +0200, stude...@varhoo.cz wrote: > Hello. I have lenovo keyboard and installed Kernel > 4.16.6-302.fc28.x86_64 (Fedora) and 4.15.0-20 (Ubuntu) and the keyboard > still doesn't work. Is ts possible to fixed it? > > More information is on following link: > https://

[PATCH] USB: Gadget Ethernet: Re-enable Jumbo frames.

2018-05-06 Thread John Greb
Fixes: ("net: use core MTU range checking") which patched only one of two functions used to setup the USB Gadget Ethernet driver, causing a serious performance regression in the ability to increase mtu size above 1500. Signed-off-by: John Greb --- drivers/usb/gadget/function/u_ether.c | 4

[PATCH] phy: mapphone-mdm6600: Add runtime PM support for n_gsm on USB suspend

2018-05-06 Thread Tony Lindgren
We can suspend the mdm6600 over USB via sysfs and then mdm6600 enters a low-power idle mode. In the low-power mode, mdm6600 radio and n_gsm uart are functional but we need to use USB mode0 GPIO pin to send a wake-up pulse to the modem to talk with it over n_gsm. As the GPIO mode0 line is dual purp

Re: [PATCH v3 2/2] usb: misc: xapea00x: perform platform initialization of TPM

2018-05-06 Thread Jason Gunthorpe
On Fri, May 04, 2018 at 03:19:21PM -0500, David R. Bild wrote: > On Fri, May 4, 2018 at 2:56 PM, David R. Bild wrote: > > 2) The second reason is that the initialization done by the driver is > > work that should be done by platform, before the kernel ever sees the > > TPM. > > > > In particular,

Lenovo Professional Keyboard not working

2018-05-06 Thread stude...@varhoo.cz
Hello. I have lenovo keyboard and installed Kernel 4.16.6-302.fc28.x86_64 (Fedora) and 4.15.0-20 (Ubuntu) and the keyboard still doesn't work. Is ts possible to fixed it? More information is on following link: https://bugzilla.kernel.org/show_bug.cgi?id=197787