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

2017-04-21 Thread Linus Walleij
On Thu, Mar 30, 2017 at 8:31 PM, Hans Ulli Kroll 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: >> >> >> >>> On Wed, Feb 08, 2017 at 09:00:09PM +0100

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: > >> > >>> On Wed, Feb 08, 2017 at 09:00:09PM +0100, Hans Ulli

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

2017-03-29 Thread Linus Walleij
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: >> >>> On Wed, Feb 08, 2017 at 09:00:09PM +0100, Hans Ulli Kroll wrote: >>> > This adds DT bindings for the Faraday FOTG2 host c

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

2017-02-21 Thread Rob Herring
On Fri, Feb 17, 2017 at 4:07 AM, Hans Ulli Kroll wrote: > 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 >> > --- >

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/bindings/usb/fotg2-host.txt | 15 +

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

2017-02-15 Thread Rob Herring
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/bindings/usb/fotg2-host.txt | 15 +++ > 1 file changed, 15 insertions(+) > create mode

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

2017-02-10 Thread Linus Walleij
On Wed, Feb 8, 2017 at 9:00 PM, Hans Ulli Kroll wrote: > This adds DT bindings for the Faraday FOTG2 host controller. > > Signed-off-by: Hans Ulli Kroll Reviewed-by: Linus Walleij Yours, Linus Walleij

[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/Docum