Re: [PATCH 06/20] usb: host: ehci-sead3: Support probing using device tree

2016-08-09 Thread Jonas Gorski
Hi, On 9 August 2016 at 14:35, Paul Burton wrote: > Introduce support for probing the SEAD3 EHCI driver using device tree. > > Signed-off-by: Paul Burton > --- > > drivers/usb/host/ehci-sead3.c | 29 +++-- > 1 file

[PATCH] usb: ehci-orion: fix probe for !GENERIC_PHY

2015-08-23 Thread Jonas Gorski
fail, -38 [1.449403] orion-ehci: probe of f1058000.usb failed with error -38 Similar to dwc3, treat -ENOSYS as no phy. Fixes: d445913ce0ab7f (usb: ehci-orion: add optional PHY support) Signed-off-by: Jonas Gorski j...@openwrt.org --- drivers/usb/host/ehci-orion.c | 3 ++- 1 file changed, 2

Re: [PATCH 2/2] ehci-platform: Add support for controllers with big-endian regs / descriptors

2014-01-22 Thread Jonas Gorski
Hi, On Wed, 22 Jan 2014 20:28:26 +0100 Hans de Goede hdego...@redhat.com wrote: Hi, On 01/21/2014 08:39 PM, Florian Fainelli wrote: 2014/1/21 Hans de Goede hdego...@redhat.com: This uses the already documented devicetree booleans for this. (I would greatly appreciate if you could CC

Re: [PATCH 2/2] ehci-platform: Add support for controllers with big-endian regs / descriptors

2014-01-22 Thread Jonas Gorski
On Wed, 22 Jan 2014 16:17:42 -0500 (EST) Alan Stern st...@rowland.harvard.edu wrote: On Wed, 22 Jan 2014, Jonas Gorski wrote: If it's safe to set ehci-big_endian_{desc,mmio} from the _probe() routine, then maybe the pdata sets in _reset() should be moved into here instead of adding extra

Re: [PATCH 04/25] MIPS: Netlogic: use ehci-platform driver

2012-10-04 Thread Jonas Gorski
On 3 October 2012 17:02, Florian Fainelli flor...@openwrt.org wrote: Signed-off-by: Florian Fainelli flor...@openwrt.org --- arch/mips/netlogic/xlr/platform.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/mips/netlogic/xlr/platform.c b/arch/mips/netlogic/xlr/platform.c

Re: [PATCH 20/25] MIPS: Netlogic: convert to use OHCI platform driver

2012-10-04 Thread Jonas Gorski
On 3 October 2012 17:03, Florian Fainelli flor...@openwrt.org wrote: Signed-off-by: Florian Fainelli flor...@openwrt.org --- arch/mips/netlogic/xlr/platform.c |5 + 1 file changed, 5 insertions(+) diff --git a/arch/mips/netlogic/xlr/platform.c b/arch/mips/netlogic/xlr/platform.c