Re: [PATCH] usb: ohci: Allow ohci on omap5 also

2016-09-10 Thread Alan Stern
On Fri, 9 Sep 2016, Alan Stern wrote: > On Fri, 9 Sep 2016, Tony Lindgren wrote: > > > * Alan Stern [160909 13:41]: > > > On Fri, 9 Sep 2016, Tony Lindgren wrote: > > > > > > > * Alan Stern [160909 12:47]: > > > > > You know, as far as I can tell the only thing that is OMAP-specific > > > > >

[PATCH v3] usb: dwc3: OCTEON: add support for device tree

2016-09-10 Thread Steven J. Hill
This patch adds support to parse probe data for the dwc3-octeon driver using device tree. The DWC3 IP core is found on OCTEON III processors. Signed-off-by: Steven J. Hill Changes in v3: - Massive simplification of glue logic. Almost all the work is done in the SoC platform code. Changes in v2

Re: mceusb xhci issue?

2016-09-10 Thread Wade Berrier
On Thu Aug 11 16:18, Alan Stern wrote: > I never received any replies to this message. Should the patch I > suggested be merged? > Hello, I applied this updated patch to the fedora23 4.7.2 kernel and the mceusb transceiver works as expected. Thanks, Wade > > > On Tue, 12 Jul 2016, Alan Ste

Re: VL805 USB 3.0 does not see connected devices (only on x86_64) (x86 is ok)

2016-09-10 Thread Greg KH
On Sat, Sep 10, 2016 at 04:33:05PM +0300, c400 wrote: > my DMESG file > [ 13.331618] usb 3-1: device descriptor read/64, error -110 > [ 28.535180] usb 3-1: device descriptor read/64, error -110 > [ 28.737931] usb 3-1: new high-speed USB device number 3 using xhci_hcd > [ 33.840034] usb 3-1

VL805 USB 3.0 does not see connected devices (only on x86_64) (x86 is ok)

2016-09-10 Thread c400
my DMESG file [0.00] Linux version 4.7.3-gentoo (root@ss) (gcc version 4.9.3 (Gentoo 4.9.3 p1.5, pie-0.6.4) ) #1 SMP Sat Sep 10 09:38:53 Local time zone must be set--see zic [0.00] Command line: BOOT_IMAGE=/boot/kernel-genkernel-x86_64-4.7.3-gentoo root=UUID=508392f4-d7fb-4449-

Re: [v2] musb: omap2430: do not assume balanced enable()/disable()

2016-09-10 Thread Tony Lindgren
* Andreas Kemnade [160910 04:27]: > On Fri, 9 Sep 2016 16:40:15 -0700 > Tony Lindgren wrote: > > > * Tony Lindgren [160909 14:33]: > > > * Andreas Kemnade [160909 14:22]: > > > > We have two independant things: > > > > 1. phy-twl4030-usb (and perhaps others) do not enable > > > > the phy eno

[PATCH] usb: chipidea: host: fix NULL ptr dereference during shutdown

2016-09-10 Thread Stefan Wahren
After commit b09b5224fe86 ("usb: chipidea: implement platform shutdown callback") and commit 43a404577a93 ("usb: chipidea: host: set host to be null after hcd is freed") a NULL pointer dereference is caused on i.MX23 during shutdown. So ensure that role is set to CI_ROLE_END and we finish interru

[PATCH -next] usb: musb: am35x: fix error return code in am35x_probe()

2016-09-10 Thread Wei Yongjun
From: Wei Yongjun Fix to return a negative error code from the usb_phy_generic_register() error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/usb/musb/am35x.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers

[PATCH -next] usb: host: xhci-tegra: Fix error return code in tegra_xusb_probe()

2016-09-10 Thread Wei Yongjun
From: Wei Yongjun Fix to return error code -ENOMEM from the usb_create_shared_hcd() error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/usb/host/xhci-tegra.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/xhci-tegra

[PATCH -next] USB: host: ohci-at91: fix non static symbol warning

2016-09-10 Thread Wei Yongjun
From: Wei Yongjun Fixes the following sparse warning: drivers/usb/host/ohci-at91.c:141:15: warning: symbol 'at91_dt_syscon_sfr' was not declared. Should it be static? Signed-off-by: Wei Yongjun --- drivers/usb/host/ohci-at91.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [v2] musb: omap2430: do not assume balanced enable()/disable()

2016-09-10 Thread Andreas Kemnade
On Fri, 9 Sep 2016 16:40:15 -0700 Tony Lindgren wrote: > * Tony Lindgren [160909 14:33]: > > * Andreas Kemnade [160909 14:22]: > > > We have two independant things: > > > 1. phy-twl4030-usb (and perhaps others) do not enable > > > the phy enough to allow charging on pm_runtime_get(). > > >

Re: VL805 USB 3.0 does not see connected devices (only on x86_64) (x86 is ok)

2016-09-10 Thread Greg KH
Always keep discussions on the mailing list... On Sat, Sep 10, 2016 at 12:10:49PM +0300, c400 wrote: > tested on 4.4.6, 4.6.4, 4.7.0, 4.7.1, 4.7.2, 4.7.3 What do the boot messages say for 4.7.3 when you boot in a 64bit kernel? thanks, greg k-h -- To unsubscribe from this list: send the line "un

Re: [RESEND PATCH v7 1/4] phy: Add reset callback

2016-09-10 Thread Heiko Stuebner
Hi Randy, Am Samstag, 10. September 2016, 02:59:37 CEST schrieb Randy Li: > The only use for this is for solving a hardware design problem in > usb of Rockchip RK3288. > > Signed-off-by: Randy Li When sending new versions, please carry over received Reviewed- / Tested- / Acked-by tags received

Re: VL805 USB 3.0 does not see connected devices (only on x86_64) (x86 is ok)

2016-09-10 Thread Greg KH
On Fri, Sep 09, 2016 at 11:36:16PM +0300, c400 wrote: > i`ve got two PCI-E USB controller: VIA Technologies, Inc. VL805 USB > 3.0 Host Controller (rev 01) > The problem is that both of them works on ASUS P8H61-MX R 2.0 with x86 > and x86_64 kernels > > but on my Supermicro X9SRI-F both of them wor