[PATCH] USB: option: add support for DW5821e

2018-07-23 Thread Aleksander Morgado
The device exposes AT, NMEA and DIAG ports in both USB configurations. The patch explicitly ignores interfaces 0 and 1, as they're bound to other drivers already; and also interface 6, which is a GNSS interface for which we don't have a driver yet. T: Bus=01 Lev=03 Prnt=04 Port=00 Cnt=01 Dev#=

[no subject]

2018-07-23 Thread Mavis Wancyzk
-- Hallo Am Mrs Mavis Wancyzk, Sie haben eine Spende von 4,800,000.00EUR Ich gewann die America Lottery im Wert von $ 758.7 Millionen und ich spende einen Teil davon an fünf glückliche Menschen und Wohltätigkeits-Häuser in Erinnerung an meinen verstorbenen Ehemann, der an Krebs gestorben ist.

USB3.1 Gen2 isochronous Packet support

2018-07-23 Thread Shah, Nehal-bakulchandra
Hi All Is there support for USB3.1 gen2 isochronous packet in latest kernel? I can see there is one private commit on github for the same but do we have same kind of support in mainline kernel? Here is the link https://jokersys.com/2018/01/15/high-bandwidth-usb-isochronous-transfers/ Kindly

Dell TB16 dock: xHCI host controller dies on USB device connection

2018-07-23 Thread Alexey Brodkin
Hello, I use Dell 7480 laptop connected to Dell TB16 Thunderbolt docking station. Once in a while when USB device gets connected to Dell TB16 dock its xHCI controller "dies". To recover its functionality it's required to reconnect Thunderbolt cable. What's interesting video output to external

[PATCH v2 1/3] dwc3: Describe 'wakeup_work' field of struct dwc3_pci

2018-07-23 Thread Andy Shevchenko
Describe 'wakeup_work' field of struct dwc3_pci to avoid a warning: drivers/usb/dwc3/dwc3-pci.c:59: warning: Function parameter or member 'wakeup_work' not described in 'dwc3_pci' Signed-off-by: Andy Shevchenko --- drivers/usb/dwc3/dwc3-pci.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH v2 3/3] dwc3: Intel Merrifield can be host

2018-07-23 Thread Andy Shevchenko
On Intel Edison board the OTG function is enabled, thus, USB can switch to the host mode. Allow that by changing dr_mode property to "otg" for Intel Merrifield. Signed-off-by: Andy Shevchenko --- drivers/usb/dwc3/dwc3-pci.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff