From: Sergei Shtylyov <sshtylyov@mvista.com>
To: Fushen Chen <fchen@apm.com>
Cc: linuxppc-dev@ozlabs.org, linux-usb@vger.kernel.org,
Mark Miesfeld <mmiesfeld@apm.com>,
gregkh@suse.de
Subject: Re: [PATCH 1/9] Add Synopsys DesignWare HS USB OTG Controller driver.
Date: Wed, 30 Jun 2010 14:10:23 +0400 [thread overview]
Message-ID: <4C2B180F.9040701@ru.mvista.com> (raw)
In-Reply-To: <12778468223309-git-send-email-fchen@apm.com>
Hello.
Fushen Chen wrote:
> The DWC OTG driver module provides the initialization and cleanup
> entry points for the DWC OTG USB driver.
> Signed-off-by: Fushen Chen <fchen@apm.com>
> Signed-off-by: Mark Miesfeld <mmiesfeld@apm.com>
[...]
> diff --git a/arch/powerpc/boot/dts/kilauea.dts b/arch/powerpc/boot/dts/kilauea.dts
> index 083e68e..1a141b8 100644
> --- a/arch/powerpc/boot/dts/kilauea.dts
> +++ b/arch/powerpc/boot/dts/kilauea.dts
> @@ -394,5 +394,20 @@
> 0x0 0x0 0x0 0x3 &UIC2 0xd 0x4 /* swizzled int C */
> 0x0 0x0 0x0 0x4 &UIC2 0xe 0x4 /* swizzled int D */>;
> };
> +
> + USBOTG0: usbotg@ef6c0000 {
> + compatible = "amcc,dwc-otg";
> + reg = <0xef6c0000 0x10000>;
> + interrupt-parent = <&USBOTG0>;
> + interrupts = <0x0 0x1 0x2>;
> + #interrupt-cells = <0x1>;
> + #address-cells = <0x0>;
> + #size-cells = <0x0>;
> + interrupt-map = <
> + 0x0 &UIC2 0x1e 0x4 /* USB-OTG */
> + 0x1 &UIC1 0x1a 0x8 /* HIGH-POWER */
> + 0x2 &UIC0 0xc 0x4 /* DMA */ >;
> + interrupt-map-mask = <0xffffffff>;
> + };
> };
> };
Please put this file in a separate patch and push thru the PowerPC tree.
WBR, Sergei
prev parent reply other threads:[~2010-06-30 10:11 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-29 21:26 [PATCH 1/9] Add Synopsys DesignWare HS USB OTG Controller driver Fushen Chen
2010-06-29 21:26 ` [PATCH 2/9] " Fushen Chen
2010-06-29 21:26 ` [PATCH 3/9] " Fushen Chen
2010-06-29 21:26 ` [PATCH 4/9] " Fushen Chen
2010-06-29 21:26 ` [PATCH 5/9] " Fushen Chen
2010-06-29 21:26 ` [PATCH 6/9] " Fushen Chen
2010-06-29 21:27 ` [PATCH 7/9] " Fushen Chen
2010-06-29 21:27 ` [PATCH 8/9] " Fushen Chen
2010-06-29 21:27 ` [PATCH 9/9] " Fushen Chen
2010-06-29 23:13 ` [PATCH 4/9] " Wolfgang Denk
2010-06-29 23:22 ` David Daney
2010-06-30 5:31 ` Wolfgang Denk
2010-06-29 22:41 ` [PATCH 1/9] " David Brownell
2010-06-29 23:13 ` David Daney
2010-06-30 7:06 ` Anton Vorontsov
2010-06-30 9:53 ` Daniel Glöckner
2010-06-30 21:51 ` fushen chen
2010-06-30 9:27 ` Stefan Roese
2010-06-30 20:16 ` fushen chen
2010-07-01 9:20 ` Stefan Roese
2010-06-30 10:10 ` Sergei Shtylyov [this message]
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=4C2B180F.9040701@ru.mvista.com \
--to=sshtylyov@mvista.com \
--cc=fchen@apm.com \
--cc=gregkh@suse.de \
--cc=linux-usb@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=mmiesfeld@apm.com \
/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.