From: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>
To: b-cousson-l0cyMroinI0@public.gmane.org,
tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org
Cc: nm-l0cyMroinI0@public.gmane.org,
devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>
Subject: Re: [PATCH v3 0/4] ARM: dts: Add USB host support for Panda and Beagle-xm
Date: Mon, 29 Apr 2013 15:32:18 +0300 [thread overview]
Message-ID: <517E6852.5010001@ti.com> (raw)
In-Reply-To: <1366365457-28972-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>
On 04/19/2013 12:57 PM, Roger Quadros wrote:
> Hi Benoit/Tony
>
> I've consolidated all the USB host device tree patches for Panda and Beagles
> to one place and addressed Tony's comments.
>
> NOTE: patch 1 depends on OMAP clock binding introduced in
> https://lkml.org/lkml/2013/4/12/407
Tony, Benoit,
Just FYI, the patch [1] that is needed will probably not get in
until 3.10 rc1. However, this series need not wait till that happens.
[1] https://lkml.org/lkml/2013/4/12/407
cheers,
-roger
>
> v3:
> - updated mux mode to use pulldowns on panda as non-DT boot uses pulldowns.
> - fixed usb pin naming for panda, beagle and beagle-xm
>
> The following changes since commit 1fac4fffa719a98ec1047eaece236244333c9afe:
>
> ARM: dts: Add OMAP3430 SDP NOR flash memory binding (2013-04-09 00:21:35 +0200)
>
> are available in the git repository at:
> git://github.com/rogerq/linux.git usbhost-omap-dts
>
> Roger Quadros (4):
> ARM: dts: omap4-panda: Add USB Host support
> ARM: dts: omap3-beagle: Make USB host pin naming consistent
> ARM: dts: omap3-beagle-xm: Add USB Host support
> ARM: dts: omap3-beagle-xm: Add USB host supprot for Rev. Ax/Bx
>
> arch/arm/boot/dts/omap3-beagle-xm-ab.dts | 19 ++++++++
> arch/arm/boot/dts/omap3-beagle-xm.dts | 65 ++++++++++++++++++++++++++++-
> arch/arm/boot/dts/omap3-beagle.dts | 25 ++++++-----
> arch/arm/boot/dts/omap4-panda-common.dtsi | 58 +++++++++++++++++++++++++
> arch/arm/boot/dts/omap4.dtsi | 5 ++
> 5 files changed, 158 insertions(+), 14 deletions(-)
> create mode 100644 arch/arm/boot/dts/omap3-beagle-xm-ab.dts
>
WARNING: multiple messages have this Message-ID (diff)
From: Roger Quadros <rogerq@ti.com>
To: <b-cousson@ti.com>, <tony@atomide.com>
Cc: Roger Quadros <rogerq@ti.com>, <nm@ti.com>, <paul@pwsan.com>,
<linux-omap@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<devicetree-discuss@lists.ozlabs.org>
Subject: Re: [PATCH v3 0/4] ARM: dts: Add USB host support for Panda and Beagle-xm
Date: Mon, 29 Apr 2013 15:32:18 +0300 [thread overview]
Message-ID: <517E6852.5010001@ti.com> (raw)
In-Reply-To: <1366365457-28972-1-git-send-email-rogerq@ti.com>
On 04/19/2013 12:57 PM, Roger Quadros wrote:
> Hi Benoit/Tony
>
> I've consolidated all the USB host device tree patches for Panda and Beagles
> to one place and addressed Tony's comments.
>
> NOTE: patch 1 depends on OMAP clock binding introduced in
> https://lkml.org/lkml/2013/4/12/407
Tony, Benoit,
Just FYI, the patch [1] that is needed will probably not get in
until 3.10 rc1. However, this series need not wait till that happens.
[1] https://lkml.org/lkml/2013/4/12/407
cheers,
-roger
>
> v3:
> - updated mux mode to use pulldowns on panda as non-DT boot uses pulldowns.
> - fixed usb pin naming for panda, beagle and beagle-xm
>
> The following changes since commit 1fac4fffa719a98ec1047eaece236244333c9afe:
>
> ARM: dts: Add OMAP3430 SDP NOR flash memory binding (2013-04-09 00:21:35 +0200)
>
> are available in the git repository at:
> git://github.com/rogerq/linux.git usbhost-omap-dts
>
> Roger Quadros (4):
> ARM: dts: omap4-panda: Add USB Host support
> ARM: dts: omap3-beagle: Make USB host pin naming consistent
> ARM: dts: omap3-beagle-xm: Add USB Host support
> ARM: dts: omap3-beagle-xm: Add USB host supprot for Rev. Ax/Bx
>
> arch/arm/boot/dts/omap3-beagle-xm-ab.dts | 19 ++++++++
> arch/arm/boot/dts/omap3-beagle-xm.dts | 65 ++++++++++++++++++++++++++++-
> arch/arm/boot/dts/omap3-beagle.dts | 25 ++++++-----
> arch/arm/boot/dts/omap4-panda-common.dtsi | 58 +++++++++++++++++++++++++
> arch/arm/boot/dts/omap4.dtsi | 5 ++
> 5 files changed, 158 insertions(+), 14 deletions(-)
> create mode 100644 arch/arm/boot/dts/omap3-beagle-xm-ab.dts
>
next prev parent reply other threads:[~2013-04-29 12:32 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-19 9:57 [PATCH v3 0/4] ARM: dts: Add USB host support for Panda and Beagle-xm Roger Quadros
2013-04-19 9:57 ` Roger Quadros
2013-04-19 9:57 ` [PATCH v3 2/4] ARM: dts: omap3-beagle: Make USB host pin naming consistent Roger Quadros
2013-04-19 9:57 ` Roger Quadros
2013-04-19 9:57 ` [PATCH v3 4/4] ARM: dts: omap3-beagle-xm: Add USB host supprot for Rev. Ax/Bx Roger Quadros
2013-04-19 9:57 ` Roger Quadros
2013-04-19 15:43 ` [PATCH v3 0/4] ARM: dts: Add USB host support for Panda and Beagle-xm Tony Lindgren
2013-04-22 7:10 ` Roger Quadros
2013-04-22 7:10 ` Roger Quadros
2013-04-25 15:34 ` Tony Lindgren
[not found] ` <1366365457-28972-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>
2013-04-19 9:57 ` [PATCH v3 1/4] ARM: dts: omap4-panda: Add USB Host support Roger Quadros
2013-04-19 9:57 ` Roger Quadros
2013-04-19 9:57 ` [PATCH v3 3/4] ARM: dts: omap3-beagle-xm: " Roger Quadros
2013-04-19 9:57 ` Roger Quadros
2013-04-29 12:32 ` Roger Quadros [this message]
2013-04-29 12:32 ` [PATCH v3 0/4] ARM: dts: Add USB host support for Panda and Beagle-xm Roger Quadros
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=517E6852.5010001@ti.com \
--to=rogerq-l0cymroini0@public.gmane.org \
--cc=b-cousson-l0cyMroinI0@public.gmane.org \
--cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=nm-l0cyMroinI0@public.gmane.org \
--cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@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.