Re: [PATCH 0/4] usb: gadget: fotg210-udc: Fixes and cleanup

2018-02-17 Thread Hans Ulli Kroll
Hi Christophe On Mon, 12 Feb 2018, Christophe Jaillet wrote: > Le 12/02/2018 à 09:48, Felipe Balbi a écrit : > > [..] > > way around :-) First fixes, then cleanups. The reason is that fixes can > > get accepted during -rc cycle, but cleanups must wait until the next > > merge window. > > > >

rmmod xhci-pci leads to debugfs_remove_recursive NULL pointer dereference crash / OOPS

2018-02-17 Thread Yuri Shishenko
I have a USB 3.0 PCI-E card and a USB 3.0 hub which is connected to it. This OOPS appears when unloading xhci-pci module. It appears even if no USB devices are connected. [ 134.399016] BUG: unable to handle kernel NULL pointer dereference at 00a8 [ 134.399138] IP:

Re: [PATCH 2/7] usb: dwc3: pci: Set an easily recognizable device name

2018-02-17 Thread Andy Shevchenko
On Fri, Feb 16, 2018 at 11:55 PM, Thinh Nguyen wrote: > Set the device name for PCI glue layer to "dwc3-pci.BB:SS.FF" where BB > is PCI bus number, SS is PCI slot, and FF is PCI function number. Isn't pci_name(pci) actually returns you a BDF notation of the device? >

device descriptor read/64, error -110 during boot and resume - ath3k Atheros AR3012 usb

2018-02-17 Thread Przemek Socha
I am using gentoo ~amd64. My netbook has atheros AR3012 usb BT which use driver ath3k with ath9k WIFI coexistence. Both, ATH9K and ATH3K are compiled as loadable modules, so firmware in kernel's image should not be necessarily. On every boot, and resume from suspend/hibernate BT device is

Re: rmmod xhci-pci leads to debugfs_remove_recursive NULL pointer dereference crash / OOPS

2018-02-17 Thread Greg KH
On Sat, Feb 17, 2018 at 03:04:15PM +0200, Yuri Shishenko wrote: > I have a USB 3.0 PCI-E card and a USB 3.0 hub which is connected to it. > This OOPS appears when unloading xhci-pci module. > It appears even if no USB devices are connected. > > [ 134.399016] BUG: unable to handle kernel NULL

Re: [PATCH 0/7] usb: dwc3: pci: Make device properties customizable

2018-02-17 Thread Andy Shevchenko
On Fri, Feb 16, 2018 at 11:55 PM, Thinh Nguyen wrote: > Add the ability for PCI platforms to customize device properties via > debugfs attributes. For IP and FPGA validation purposes, this feature is > useful to test against various HW configurations that are normally >

Re: [PATCH v1 07/14] USB: gadget: pxa27x: Re-use DEFINE_SHOW_ATTRIBUTE() macro

2018-02-17 Thread Robert Jarzmik
Andy Shevchenko writes: > ...instead of open coding file operations followed by custom ->open() > callbacks per each attribute. > > Cc: Daniel Mack > Cc: Haojian Zhuang > Cc: Robert Jarzmik

Re: [PATCH 3/7] usb: dwc3: pci: Store device properties dynamically

2018-02-17 Thread Andy Shevchenko
On Fri, Feb 16, 2018 at 11:55 PM, Thinh Nguyen wrote: > Add the ability to add device properties dynamically. Currently, device > properties are added to platform device using > platform_device_add_properties(). However, this function does not allow > adding properties

Re: [PATCH v1 06/14] USB: gadget: pxa25x: Re-use DEFINE_SHOW_ATTRIBUTE() macro

2018-02-17 Thread Robert Jarzmik
Andy Shevchenko writes: > ...instead of open coding file operations followed by custom ->open() > callbacks per each attribute. > > Cc: Daniel Mack > Cc: Haojian Zhuang > Cc: Robert Jarzmik

[PATCH] phy: dm816x-usb: Remove unused phy_data

2018-02-17 Thread Tony Lindgren
This is used by some TI USB PHY drivers but not this one, so we can just remove it. Signed-off-by: Tony Lindgren --- drivers/phy/ti/phy-dm816x-usb.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/phy/ti/phy-dm816x-usb.c b/drivers/phy/ti/phy-dm816x-usb.c ---

[PATCH] phy: mapphone-mdm6600: Add USB PHY driver for MDM6600 on Droid 4

2018-02-17 Thread Tony Lindgren
Let's add support for the GPIO controlled USB PHY on the MDM6600 modem. It is used on some Motorola Mapphone series of phones and tablets such as Droid 4. The MDM6600 is hardwired to the first OHCI port in the Droid 4 case, and is controlled by several GPIOs. The USB PHY is integrated into the

www.linux-usb.org is offline

2018-02-17 Thread Ran Shalit
Hello, I am trying to open http://www.linux-usb.org/ for several days now, but I get the following message: "Project web is currently offline pending the final migration of its data to our new datacenter." Is the information available meantime in another site ? Thank you, ranran -- To

Re: www.linux-usb.org is offline

2018-02-17 Thread Oleksii Vilchanskyi
On 17.2.2018 22:25, Ran Shalit wrote: > Hello, > > I am trying to open > http://www.linux-usb.org/ for several days now, but I get the following > message: > > "Project web is currently offline pending the final migration of its > data to our new datacenter." AFAIK, it's Sourceforge to

[PATCH 2/2] [USB]/[misc] Delete a misleading comment

2018-02-17 Thread kirill . kirillovich . kapranov
From: Kirill Kapranov Delete a misleading comment to an obvious definition. Signed-off-by: Kirill Kapranov --- drivers/usb/misc/adutux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 1/2] [USB]/[misc]: Add waiting in transfer abortion

2018-02-17 Thread kirill . kirillovich . kapranov
From: Kirill Kapranov Add waiting for an URB transmit finish that let the last URB to be sent (to be not discarded) during 'release' procedure. W/o this waiting,the last frame will be nearly always lost. A test case: an attempt of sending a single frame:

Re: [PATCH] phy: mapphone-mdm6600: Add USB PHY driver for MDM6600 on Droid 4

2018-02-17 Thread Sebastian Reichel
Hi Tony, On Sat, Feb 17, 2018 at 01:07:23PM -0800, Tony Lindgren wrote: > Let's add support for the GPIO controlled USB PHY on the MDM6600 modem. > It is used on some Motorola Mapphone series of phones and tablets such > as Droid 4. > > The MDM6600 is hardwired to the first OHCI port in the