Re: [PATCH v2 5/5] usb:cdns3 Add Cadence USB3 DRD Driver

2018-12-28 Thread Chunfeng Yun
hi, On Sun, 2018-12-23 at 15:13 +, Pawel Laszczak wrote: > This patch introduce new Cadence USBSS DRD driver > to linux kernel. <...> > diff --git a/drivers/usb/cdns3/cdns3-pci-wrap.c > b/drivers/usb/cdns3/cdns3-pci-wrap.c > new file mode 100644 > index ..e93179c45ece > --- /dev/

Re: [GIT PULL] USB/PHY driver patches for 4.21-rc1

2018-12-28 Thread pr-tracker-bot
The pull request you sent on Fri, 28 Dec 2018 16:34:42 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-4.21-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/c0ea81b4d37837409d0dfd2036098a7babb312ed Thank you! -- Deet-doot-dot, I am a

Re: [PATCH] usb: devio: update max count of DPs per interval for ISOC

2018-12-28 Thread Chunfeng Yun
Hi, On Fri, 2018-12-28 at 11:51 +0100, Greg Kroah-Hartman wrote: > On Fri, Dec 28, 2018 at 06:27:44PM +0800, Chunfeng Yun wrote: > > The host shall be able to accept and send up to 96 DPs for > > devices operating at Gen 2 speed. > > Why? What is this keeping from working properly today? The fai

Re: [PATCH 1/2] dt-bindings: usb: usb251xb: add documentation for data lane swapping

2018-12-28 Thread Rob Herring
On Wed, Dec 19, 2018 at 03:59:40PM +0100, Marco Felsch wrote: > Add optional binding to allow USB differential-pair (D+/D-) data lane > swapping. The swapping can be specified for each port separately, > default is no swapping. > > Signed-off-by: Marco Felsch > --- > Documentation/devicetree/bin

Re: dwc2: composite device fails to reset "suspended" flag

2018-12-28 Thread Frank Mori Hess
On Tue, Dec 25, 2018 at 2:12 AM Minas Harutyunyan wrote: > On 12/24/2018 7:04 PM, Frank Mori Hess wrote: > > On Mon, Dec 24, 2018 at 12:41 AM Minas Harutyunyan > >> You didn't see dummy USBRst interrupt on disconnect, follow to above > >> interrupts? > >> > > > > No, I only see the suspend interru

Re: [RFC PATCH v1] leds: fix regression in usbport led trigger

2018-12-28 Thread Jacek Anaszewski
Hi Christian, Thank you for the patch. On 12/25/18 9:49 PM, Christian Lamparter wrote: The patch "usb: simplify usbport trigger" together with "leds: triggers: add device attribute support" caused an regression for the usbport trigger. it will no longer enumerate any active usb hub ports under

Re: [PATCH 1/2] USB: storage: don't insert sane sense for SPC3+ when bad sense specified

2018-12-28 Thread Alan Stern
On Thu, 27 Dec 2018, Icenowy Zheng wrote: > Currently the code will set US_FL_SANE_SENSE flag unconditionally if > device claims SPC3+, however we should allow US_FL_BAD_SENSE flag to > prevent this behavior, because SMI SM3350 UFS-USB bridge controller, > which claims SPC4, will show strange beha

[GIT PULL] USB/PHY driver patches for 4.21-rc1

2018-12-28 Thread Greg KH
The following changes since commit 177c459b08a34dcf004aa9a4c1f1d8be682ff3af: Merge tag 'usb-4.20-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (2018-12-20 07:27:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git

[PATCH 1/1] usb: cdc-acm: send ZLP for Telit 3G Intel based modems

2018-12-28 Thread Daniele Palmas
Telit 3G Intel based modems require zero packet to be sent if out data size is equal to the endpoint max packet size. Signed-off-by: Daniele Palmas --- drivers/usb/class/cdc-acm.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c

Re: [PATCH 1/2] dt-bindings: Add Qualcomm USB Super-Speed PHY bindings

2018-12-28 Thread Jorge Ramirez
On 12/20/18 18:37, Jack Pham wrote: Hi Rob, Jorge, On Thu, Dec 20, 2018 at 11:05:31AM -0600, Rob Herring wrote: On Fri, Dec 07, 2018 at 10:55:57AM +0100, Jorge Ramirez-Ortiz wrote: Binding description for Qualcomm's Synopsys 1.0.0 super-speed PHY controller embedded in QCS404. Based on Srihar

Re: [PATCH] HID: sony: Fix SHANWAN PS3 GamePad rumbling on USB again

2018-12-28 Thread Antonio Ospite
On Fri, 28 Dec 2018 10:26:14 +0800 liquid wrote: > >From 6323ffb83e23eab9a08208063f9dba27c6a0d228 Mon Sep 17 00:00:00 2001 > From: Hongye Yuan > Date: Thu, 27 Dec 2018 09:41:23 +0800 > Subject: [PATCH] HID: sony: Fix SHANWAN PS3 GamePad rumbling on USB again > > - The SHANWAN DS3 clone joystick

Re: [PATCH] usb: devio: update max count of DPs per interval for ISOC

2018-12-28 Thread Greg Kroah-Hartman
On Fri, Dec 28, 2018 at 06:27:44PM +0800, Chunfeng Yun wrote: > The host shall be able to accept and send up to 96 DPs for > devices operating at Gen 2 speed. Why? What is this keeping from working properly today? I need a much better changelog text here in order to be able to accept this patch.

[PATCH] usb: devio: update max count of DPs per interval for ISOC

2018-12-28 Thread Chunfeng Yun
The host shall be able to accept and send up to 96 DPs for devices operating at Gen 2 speed. Signed-off-by: Chunfeng Yun --- drivers/usb/core/devio.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c index a75bc0b8a50f