* [PATCH] ARM: shmobile: add USB3.0 device node on r8a7791
@ 2014-10-08 6:24 Yoshihiro Shimoda
[not found] ` <1412749498-2748-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2014-10-08 6:27 ` [PATCH] ARM: shmobile: add USB3.0 device node on r8a7791 Yoshihiro Shimoda
0 siblings, 2 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2014-10-08 6:24 UTC (permalink / raw)
To: horms-/R6kz+dDXgpPR4JQBCEnsQ, magnus.damm-Re5JQEeQqe8AvxtiuMwx3w,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8,
mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
galak-sgV2jX0FEOL9JmXXK+q4OQ, linux-lFZ/pmaqli7XmaaqVzeoHQ
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-usb-u79uwXL29TY76Z2rM5mHXA, linux-sh-u79uwXL29TY76Z2rM5mHXA,
Yoshihiro Shimoda
This patch is based on Simon's renesas.git branch and
renesas-devel-20141007-v3.17 tag.
Since koelsch and henninger doesn't have a USB3.0 connector,
I submit a patch for r8a7791.dtsi only.
Yoshihiro Shimoda (1):
ARM: shmobile: r8a7791: add USB3.0 device node
arch/arm/boot/dts/r8a7791.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <1412749498-2748-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>]
* [PATCH] ARM: shmobile: r8a7791: add USB3.0 device node
[not found] ` <1412749498-2748-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
@ 2014-10-08 6:24 ` Yoshihiro Shimoda
0 siblings, 0 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2014-10-08 6:24 UTC (permalink / raw)
To: horms-/R6kz+dDXgpPR4JQBCEnsQ, magnus.damm-Re5JQEeQqe8AvxtiuMwx3w,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8,
mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
galak-sgV2jX0FEOL9JmXXK+q4OQ, linux-lFZ/pmaqli7XmaaqVzeoHQ
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-usb-u79uwXL29TY76Z2rM5mHXA, linux-sh-u79uwXL29TY76Z2rM5mHXA,
Yoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
---
arch/arm/boot/dts/r8a7791.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
index d343099..cdf4b46 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -1146,6 +1146,16 @@
status = "disabled";
};
+ xhci: usb@ee000000 {
+ compatible = "renesas,xhci-r8a7791";
+ reg = <0 0xee000000 0 0xc00>;
+ interrupts = <0 101 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&mstp3_clks R8A7791_CLK_SSUSB>;
+ phys = <&usb2 1>;
+ phy-names = "usb";
+ status = "disabled";
+ };
+
pci0: pci@ee090000 {
compatible = "renesas,pci-r8a7791";
device_type = "pci";
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: shmobile: add USB3.0 device node on r8a7791
2014-10-08 6:24 [PATCH] ARM: shmobile: add USB3.0 device node on r8a7791 Yoshihiro Shimoda
[not found] ` <1412749498-2748-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
@ 2014-10-08 6:27 ` Yoshihiro Shimoda
2014-10-24 4:20 ` Simon Horman
1 sibling, 1 reply; 6+ messages in thread
From: Yoshihiro Shimoda @ 2014-10-08 6:27 UTC (permalink / raw)
To: horms, magnus.damm, robh+dt, pawel.moll, mark.rutland,
ijc+devicetree, galak, linux
Cc: devicetree, linux-usb, linux-sh
(2014/10/08 15:24), Yoshihiro Shimoda wrote:
> This patch is based on Simon's renesas.git branch and
> renesas-devel-20141007-v3.17 tag.
> Since koelsch and henninger doesn't have a USB3.0 connector,
> I submit a patch for r8a7791.dtsi only.
>
> Yoshihiro Shimoda (1):
> ARM: shmobile: r8a7791: add USB3.0 device node
>
> arch/arm/boot/dts/r8a7791.dtsi | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
Oops, this patch means [PATCH 0/1]...
Also the "[PATCH] ARM: shmobile: r8a7791: add USB3.0 device node" email means
[PATCH 1/1].
Best regards,
Yoshihiro Shimoda
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: shmobile: add USB3.0 device node on r8a7791
2014-10-08 6:27 ` [PATCH] ARM: shmobile: add USB3.0 device node on r8a7791 Yoshihiro Shimoda
@ 2014-10-24 4:20 ` Simon Horman
[not found] ` <20141024042030.GC11281-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Simon Horman @ 2014-10-24 4:20 UTC (permalink / raw)
To: Yoshihiro Shimoda
Cc: magnus.damm, robh+dt, pawel.moll, mark.rutland, ijc+devicetree,
galak, linux, devicetree, linux-usb, linux-sh
On Wed, Oct 08, 2014 at 03:27:55PM +0900, Yoshihiro Shimoda wrote:
> (2014/10/08 15:24), Yoshihiro Shimoda wrote:
> > This patch is based on Simon's renesas.git branch and
> > renesas-devel-20141007-v3.17 tag.
> > Since koelsch and henninger doesn't have a USB3.0 connector,
> > I submit a patch for r8a7791.dtsi only.
> >
> > Yoshihiro Shimoda (1):
> > ARM: shmobile: r8a7791: add USB3.0 device node
> >
> > arch/arm/boot/dts/r8a7791.dtsi | 10 ++++++++++
> > 1 file changed, 10 insertions(+)
> >
>
> Oops, this patch means [PATCH 0/1]...
> Also the "[PATCH] ARM: shmobile: r8a7791: add USB3.0 device node" email means
> [PATCH 1/1].
Hi Shimoda-san,
could you update me on the status of this patch.
Should I queue it up?
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-10-24 5:08 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-08 6:24 [PATCH] ARM: shmobile: add USB3.0 device node on r8a7791 Yoshihiro Shimoda
[not found] ` <1412749498-2748-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2014-10-08 6:24 ` [PATCH] ARM: shmobile: r8a7791: add USB3.0 device node Yoshihiro Shimoda
2014-10-08 6:27 ` [PATCH] ARM: shmobile: add USB3.0 device node on r8a7791 Yoshihiro Shimoda
2014-10-24 4:20 ` Simon Horman
[not found] ` <20141024042030.GC11281-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
2014-10-24 4:43 ` yoshihiro shimoda
2014-10-24 5:08 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).