All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Ulli Kroll <ulli.kroll-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Greg Kroah-Hartman
	<gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Linus Walleij
	<linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Subject: [PATCH 0/3] usb: add device tree support for fotg2-hcd driver
Date: Wed,  8 Feb 2017 21:00:07 +0100	[thread overview]
Message-ID: <20170208200010.21522-1-ulli.kroll@googlemail.com> (raw)

Add device tree binding and DT driver support for fotg2-hcd controller
The device is used on Gemini SoC.

striped down dmesg

fotg210_hcd: FOTG210 Host Controller (EHCI) Driver
fotg210-hcd 68000000.usb: Faraday USB2.0 Host Controller
fotg210-hcd 68000000.usb: new USB bus registered, assigned bus number 1
fotg210-hcd 68000000.usb: irq 27, io mem 0x68000000
fotg210-hcd 68000000.usb: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
fotg210-hcd 69000000.usb: Faraday USB2.0 Host Controller
fotg210-hcd 69000000.usb: new USB bus registered, assigned bus number 2
fotg210-hcd 69000000.usb: irq 28, io mem 0x69000000
fotg210-hcd 69000000.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 devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Hans Ulli Kroll <ulli.kroll@googlemail.com>
To: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-usb@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Linus Walleij <linus.walleij@linaro.org>
Subject: [PATCH 0/3] usb: add device tree support for fotg2-hcd driver
Date: Wed,  8 Feb 2017 21:00:07 +0100	[thread overview]
Message-ID: <20170208200010.21522-1-ulli.kroll@googlemail.com> (raw)

Add device tree binding and DT driver support for fotg2-hcd controller
The device is used on Gemini SoC.

striped down dmesg

fotg210_hcd: FOTG210 Host Controller (EHCI) Driver
fotg210-hcd 68000000.usb: Faraday USB2.0 Host Controller
fotg210-hcd 68000000.usb: new USB bus registered, assigned bus number 1
fotg210-hcd 68000000.usb: irq 27, io mem 0x68000000
fotg210-hcd 68000000.usb: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
fotg210-hcd 69000000.usb: Faraday USB2.0 Host Controller
fotg210-hcd 69000000.usb: new USB bus registered, assigned bus number 2
fotg210-hcd 69000000.usb: irq 28, io mem 0x69000000
fotg210-hcd 69000000.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

             reply	other threads:[~2017-02-08 20:00 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-08 20:00 Hans Ulli Kroll [this message]
2017-02-08 20:00 ` [PATCH 0/3] usb: add device tree support for fotg2-hcd driver Hans Ulli Kroll
2017-02-08 20:00 ` [PATCH 3/3] DT: add Faraday Tec. as vendor Hans Ulli Kroll
     [not found]   ` <20170208200010.21522-4-ulli.kroll-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-02-10 13:16     ` Linus Walleij
2017-02-10 13:16       ` Linus Walleij
     [not found]       ` <CACRpkdaYAZAdxTfG90K8UBE1X9Ts7Mh4f+zNcD2JKEMYBmEZCw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-11  3:04         ` Joel Stanley
2017-02-11  3:04           ` Joel Stanley
2017-02-12 20:37   ` Linus Walleij
2017-02-15 23:02     ` Rob Herring
     [not found] ` <20170208200010.21522-1-ulli.kroll-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-02-08 20:00   ` [PATCH 1/3] usb: host: fotg2: add devicetree probing Hans Ulli Kroll
2017-02-08 20:00     ` Hans Ulli Kroll
     [not found]     ` <20170208200010.21522-2-ulli.kroll-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-02-08 23:51       ` kbuild test robot
2017-02-08 23:51         ` kbuild test robot
2017-02-09  4:27       ` kbuild test robot
2017-02-09  4:27         ` kbuild test robot
2017-02-09 14:20     ` [PATCH 1/3 v2] usb: host: fotg2: add device tree probing Hans Ulli Kroll
2017-02-10 13:12       ` Linus Walleij
2017-02-10 20:26         ` Arnd Bergmann
2017-02-17 11:02         ` Hans Ulli Kroll
2017-02-10 13:34       ` Greg Kroah-Hartman
2017-02-17 11:06       ` [PATCH 1/3 v3] " Hans Ulli Kroll
2017-02-08 20:00   ` [PATCH 2/3] usb: add DT bindings for farady fotg2 host controller Hans Ulli Kroll
2017-02-08 20:00     ` Hans Ulli Kroll
2017-02-10 13:14     ` Linus Walleij
2017-02-15 23:00     ` Rob Herring
2017-02-17 10:07       ` Hans Ulli Kroll
2017-02-21 14:43         ` Rob Herring
2017-02-21 14:43           ` Rob Herring
2017-03-29 23:16           ` Linus Walleij
2017-03-30 18:31             ` Hans Ulli Kroll
2017-04-22  0:22               ` Linus Walleij
2017-04-22  0:22                 ` Linus Walleij
2017-02-10 13:24   ` [PATCH 0/3] usb: add device tree support for fotg2-hcd driver Linus Walleij
2017-02-10 13:24     ` Linus Walleij

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170208200010.21522-1-ulli.kroll@googlemail.com \
    --to=ulli.kroll-gm/ye1e23mwn+bqq9rbeug@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
    --cc=linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.