[PATCH usbutils] usb-devices.1: don't mention bash

2019-05-28 Thread Baruch Siach
Since commit 508d1acf42e ("usb-devices: use /bin/sh hashbang") usb-devices does not require bash. Signed-off-by: Baruch Siach --- usb-devices.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb-devices.1.in b/usb-devices.1.in index c5c1b798e4c3..2b142371c

Re: [PATCH v2] usb: dwc3: move core validation to be after clks enable

2019-05-23 Thread Baruch Siach
Hi Thinh, On Fri, May 24 2019, Thinh Nguyen wrote: > Baruch Siach wrote: >> Hi Jun Li, >> >> On Wed, May 08, 2019 at 10:52:37AM +, Jun Li wrote: >>> From: Jun Li >>> >>> Register access in core validation may hang before the bulk >>>

Re: [PATCH v2] usb: dwc3: move core validation to be after clks enable

2019-05-23 Thread Baruch Siach
Hi Jun Li, On Wed, May 08, 2019 at 10:52:37AM +, Jun Li wrote: > From: Jun Li > > Register access in core validation may hang before the bulk > clks are enabled. This patch fixes the hang issue for on my i.MX8MQ based system. Tested-by: Baruch Siach However, commit b873e2d0e

Re: usb/net/hso: WARNING: ungligned urb->setup_dma

2017-03-01 Thread Baruch Siach
Hi Stefan, On Tue, Feb 28, 2017 at 07:32:09PM +0100, Stefan Wahren wrote: > > Baruch Siach hat am 28. Februar 2017 um 19:07 > > geschrieben: > > On Tue, Feb 28, 2017 at 05:21:18PM +0100, Stefan Wahren wrote: > > > Am 28.02.2017 um 13:01 schrieb Baruch Siach: > &g

Re: usb/net/hso: WARNING: ungligned urb->setup_dma

2017-02-28 Thread Baruch Siach
Hi Stefan, On Tue, Feb 28, 2017 at 05:21:18PM +0100, Stefan Wahren wrote: > Am 28.02.2017 um 13:01 schrieb Baruch Siach: > > On Tue, Feb 28, 2017 at 10:28:10AM +0200, Baruch Siach wrote: > > > I'm hitting this warning consistently on my Raspberry Pi 3 running > > >

Re: usb/net/hso: WARNING: ungligned urb->setup_dma

2017-02-28 Thread Baruch Siach
Hi linux-usb list, (Dropped Jan's bouncing address, added Rpi3 platform lists) On Tue, Feb 28, 2017 at 10:28:10AM +0200, Baruch Siach wrote: > Hi linux-usb list, > > I'm hitting this warning consistently on my Raspberry Pi 3 running kernel > v4.10.1 with some unrelated de

[PATCH] MAINTAINERS: Orphan usb/net/hso driver

2017-02-28 Thread Baruch Siach
The email address of Jan Dumon bounces, and there is not relevant information in the linked website. Signed-off-by: Baruch Siach --- MAINTAINERS | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 056f157122c9..e65f709cb795 100644 --- a

usb/net/hso: WARNING: ungligned urb->setup_dma

2017-02-28 Thread Baruch Siach
Hi Jan, linux-usb list, I'm hitting this warning consistently on my Raspberry Pi 3 running kernel v4.10.1 with some unrelated device tree changes, and a debug print (below). The device identifies as "GlobeTrotter HSDPA Modem", VID: 0af0, PID: 6971. The warning triggers consistently on first writ

Re: alloc_tty_driver fails with ENOMEM

2015-10-06 Thread Baruch Siach
Hi Greg, On Tue, Oct 06, 2015 at 08:53:07AM +0100, Greg KH wrote: > On Tue, Oct 06, 2015 at 09:44:24AM +0300, Baruch Siach wrote: > > Since upgrading to kernel version from 4.1.x to 4.2.1 on Debian testing I > > am getting on my PC the following usbserial module init failure when

alloc_tty_driver fails with ENOMEM

2015-10-05 Thread Baruch Siach
Hi linux-usb list, Since upgrading to kernel version from 4.1.x to 4.2.1 on Debian testing I am getting on my PC the following usbserial module init failure when connecting my PC to the i.MX6 SabreSD FTDI USB/serial connector: [39987.092021] usb 1-5.1: new full-speed USB device number 4 using e

Re: [resend PATCH v3 4/4] usb: phy: add phy-hi6220-usb

2015-02-11 Thread Baruch Siach
Hi Peter, Felipe, > > new drivers only on drivers/phy/, sorry. > > This driver has many USB dependencies, like otg, gadget. I don't know it > can use generic phy currently. I would like to remind you the thread at http://thread.gmane.org/gmane.linux.kernel/1858137. I have a USB PHY driver here

Re: [PATCH RFC] usb: chipidea: add support for usb_phy in generic usb2

2015-01-04 Thread Baruch Siach
Hi Kishon, On Mon, Jan 05, 2015 at 11:09:35AM +0530, Kishon Vijay Abraham I wrote: > On Sunday 04 January 2015 11:58 AM, Baruch Siach wrote: > > Signed-off-by: Baruch Siach > > --- > > drivers/usb/chipidea/ci_hdrc_usb2.c | 5 + > > 1 file changed, 5 insertions(+

[PATCH RFC] usb: chipidea: add support for usb_phy in generic usb2

2015-01-03 Thread Baruch Siach
Signed-off-by: Baruch Siach --- drivers/usb/chipidea/ci_hdrc_usb2.c | 5 + 1 file changed, 5 insertions(+) I'm sending this as RFC as I'm not sure this is the right thing to do. There seems to be a move away from USB specific PHY drivers towards the generic PHY framework (drivers