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

2018-02-17 Thread Hans Ulli Kroll
on't break not much. And if anyone ask, I have some devices to test, of cource ;-) Greetings Hans Ulli Kroll

Re: [PATCH 1/5 v3] usb: host: add DT bindings for faraday fotg2

2017-04-25 Thread Hans Ulli Kroll
Hi Linus On Tue, 25 Apr 2017, Linus Walleij wrote: > On Mon, Apr 24, 2017 at 6:53 PM, Hans Ulli Kroll > wrote: > > > Got NAK'ed from Rob on some ealier round due missing "device mode" on this > > IP. I've blatantly overrided this to a host only driver

Re: [PATCH 4/5 v3] usb: host: fotg2: add Gemini-specific handling

2017-04-24 Thread Hans Ulli Kroll
ost/Kconfig | 1 + > drivers/usb/host/fotg210-hcd.c | 76 > ++ > 2 files changed, 77 insertions(+) > please wait for a while, I'm working on some glue code to support both host and device mode on FOTG. Hans Ulli Kroll -- To unsubscribe

Re: [PATCH 1/5 v3] usb: host: add DT bindings for faraday fotg2

2017-04-24 Thread Hans Ulli Kroll
Hi Linus On Fri, 21 Apr 2017, Linus Walleij wrote: > From: Hans Ulli Kroll > > This adds device tree bindings for the Faraday FOTG2 > dual-mode host controller. > > Cc: devicet...@vger.kernel.org > Signed-off-by: Hans Ulli Kroll > Signed-off-by: Linus Walleij

Re: [PATCH 2/3] usb: add DT bindings for farady fotg2 host controller

2017-03-30 Thread Hans Ulli Kroll
Hi Linus, On Thu, 30 Mar 2017, Linus Walleij wrote: > On Tue, Feb 21, 2017 at 3:43 PM, Rob Herring wrote: > > On Fri, Feb 17, 2017 at 4:07 AM, Hans Ulli Kroll > > wrote: > >> Hi Rob, > >> > >> On Wed, 15 Feb 2017, Rob Herring wrote: > >> &

[PATCH 1/3 v3] usb: host: fotg2: add device tree probing

2017-02-17 Thread Hans Ulli Kroll
erent() suggested by Arnd Acked-by: Linus Walleij Signed-off-by: Hans Ulli Kroll --- drivers/usb/host/fotg210-hcd.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/usb/host/fotg210-hcd.c b/drivers/usb/host/fotg210-hcd.c index 9d0b0518290a..ff6e4275fcf6 100644 --- a/drivers/usb

Re: [PATCH 1/3 v2] usb: host: fotg2: add device tree probing

2017-02-17 Thread Hans Ulli Kroll
Hi Linus On Fri, 10 Feb 2017, Linus Walleij wrote: > On Thu, Feb 9, 2017 at 3:20 PM, Hans Ulli Kroll > wrote: > > > Add device tree probe for fotg2 driver > > > > v2: > > fix in wrong MODULE_DEVICE_TABLE > > > > Signed-off-by:

Re: [PATCH 2/3] usb: add DT bindings for farady fotg2 host controller

2017-02-17 Thread Hans Ulli Kroll
Hi Rob, On Wed, 15 Feb 2017, Rob Herring wrote: > On Wed, Feb 08, 2017 at 09:00:09PM +0100, Hans Ulli Kroll wrote: > > This adds DT bindings for the Faraday FOTG2 host controller. > > > > Signed-off-by: Hans Ulli Kroll > > --- > > Documentation/devicetree

[PATCH 1/3 v2] usb: host: fotg2: add device tree probing

2017-02-09 Thread Hans Ulli Kroll
Add device tree probe for fotg2 driver v2: fix in wrong MODULE_DEVICE_TABLE Signed-off-by: Hans Ulli Kroll --- drivers/usb/host/fotg210-hcd.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/usb/host/fotg210-hcd.c b/drivers/usb/host/fotg210-hcd.c index

[PATCH 2/3] usb: add DT bindings for farady fotg2 host controller

2017-02-08 Thread Hans Ulli Kroll
This adds DT bindings for the Faraday FOTG2 host controller. Signed-off-by: Hans Ulli Kroll --- Documentation/devicetree/bindings/usb/fotg2-host.txt | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/fotg2-host.txt diff --git a

[PATCH 3/3] DT: add Faraday Tec. as vendor

2017-02-08 Thread Hans Ulli Kroll
add Faraday Technology Corporation as vendor faraday for DT Signed-off-by: Hans Ulli Kroll --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings

[PATCH 0/3] usb: add device tree support for fotg2-hcd driver

2017-02-08 Thread Hans Ulli Kroll
fotg210-hcd 6900.usb: irq 28, io mem 0x6900 fotg210-hcd 6900.usb: USB 2.0 started, EHCI 1.00 hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected Greetings Hans Ulli Kroll -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message

[PATCH 1/3] usb: host: fotg2: add devicetree probing

2017-02-08 Thread Hans Ulli Kroll
Signed-off-by: Hans Ulli Kroll --- drivers/usb/host/fotg210-hcd.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/usb/host/fotg210-hcd.c b/drivers/usb/host/fotg210-hcd.c index 9d0b0518290a..2acc51b0be5a 100644 --- a/drivers/usb/host/fotg210-hcd.c +++ b/drivers