From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 3/3] ARM: shmobile: henninger: enable internal PCI
Date: Fri, 20 Jun 2014 22:28:35 +0000 [thread overview]
Message-ID: <53A4B593.1020700@cogentembedded.com> (raw)
In-Reply-To: <201406210051.28040.sergei.shtylyov@cogentembedded.com>
Hello.
On 06/21/2014 12:51 AM, Sergei Shtylyov wrote:
> Enable internal AHB-PCI bridges for the USB EHCI/OHCI controllers attached to
> them.
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> ---
> Changes in version 3:
> - refreshed the patch.
> arch/arm/boot/dts/r8a7791-henninger.dts | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> Index: renesas/arch/arm/boot/dts/r8a7791-henninger.dts
> =================================> --- renesas.orig/arch/arm/boot/dts/r8a7791-henninger.dts
> +++ renesas/arch/arm/boot/dts/r8a7791-henninger.dts
[...]
> @@ -217,3 +227,15 @@
> spi-cpha;
> };
> };
> +
> +&pci0 {
> + status = "okay";
> + pinctrl-0 = <&usb0_pins>;
> + pinctrl-names = "default";
> +};
> +
> +&pci1 {
> + status = "okay";
> + pinctrl-0 = <&usb1_pins>;
> + pinctrl-names = "default";
> +};
Gah, I forgot to refresh this patch one final time before sending out... :-/
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 3/3] ARM: shmobile: henninger: enable internal PCI
Date: Sat, 21 Jun 2014 02:28:35 +0400 [thread overview]
Message-ID: <53A4B593.1020700@cogentembedded.com> (raw)
In-Reply-To: <201406210051.28040.sergei.shtylyov@cogentembedded.com>
Hello.
On 06/21/2014 12:51 AM, Sergei Shtylyov wrote:
> Enable internal AHB-PCI bridges for the USB EHCI/OHCI controllers attached to
> them.
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> ---
> Changes in version 3:
> - refreshed the patch.
> arch/arm/boot/dts/r8a7791-henninger.dts | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> Index: renesas/arch/arm/boot/dts/r8a7791-henninger.dts
> ===================================================================
> --- renesas.orig/arch/arm/boot/dts/r8a7791-henninger.dts
> +++ renesas/arch/arm/boot/dts/r8a7791-henninger.dts
[...]
> @@ -217,3 +227,15 @@
> spi-cpha;
> };
> };
> +
> +&pci0 {
> + status = "okay";
> + pinctrl-0 = <&usb0_pins>;
> + pinctrl-names = "default";
> +};
> +
> +&pci1 {
> + status = "okay";
> + pinctrl-0 = <&usb1_pins>;
> + pinctrl-names = "default";
> +};
Gah, I forgot to refresh this patch one final time before sending out... :-/
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: horms@verge.net.au, linux-sh@vger.kernel.org, robh+dt@kernel.org,
pawel.moll@arm.com, mark.rutland@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
devicetree@vger.kernel.org
Cc: magnus.damm@gmail.com, linux@arm.linux.org.uk,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 3/3] ARM: shmobile: henninger: enable internal PCI
Date: Sat, 21 Jun 2014 02:28:35 +0400 [thread overview]
Message-ID: <53A4B593.1020700@cogentembedded.com> (raw)
In-Reply-To: <201406210051.28040.sergei.shtylyov@cogentembedded.com>
Hello.
On 06/21/2014 12:51 AM, Sergei Shtylyov wrote:
> Enable internal AHB-PCI bridges for the USB EHCI/OHCI controllers attached to
> them.
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> ---
> Changes in version 3:
> - refreshed the patch.
> arch/arm/boot/dts/r8a7791-henninger.dts | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> Index: renesas/arch/arm/boot/dts/r8a7791-henninger.dts
> ===================================================================
> --- renesas.orig/arch/arm/boot/dts/r8a7791-henninger.dts
> +++ renesas/arch/arm/boot/dts/r8a7791-henninger.dts
[...]
> @@ -217,3 +227,15 @@
> spi-cpha;
> };
> };
> +
> +&pci0 {
> + status = "okay";
> + pinctrl-0 = <&usb0_pins>;
> + pinctrl-names = "default";
> +};
> +
> +&pci1 {
> + status = "okay";
> + pinctrl-0 = <&usb1_pins>;
> + pinctrl-names = "default";
> +};
Gah, I forgot to refresh this patch one final time before sending out... :-/
WBR, Sergei
next prev parent reply other threads:[~2014-06-20 22:28 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-20 20:44 [PATCH v3 0/3] Add R8A7791/Koelsch/Henninger board PCI DT support Sergei Shtylyov
2014-06-20 20:44 ` Sergei Shtylyov
2014-06-20 20:44 ` Sergei Shtylyov
2014-06-20 20:48 ` [PATCH v3 1/3] ARM: shmobile: r8a7791: add internal PCI bridge nodes Sergei Shtylyov
2014-06-20 20:48 ` Sergei Shtylyov
2014-06-20 20:48 ` Sergei Shtylyov
2014-06-20 20:50 ` [PATCH v3 2/3] ARM: shmobile: koelsch: enable internal PCI Sergei Shtylyov
2014-06-20 20:50 ` Sergei Shtylyov
2014-06-20 20:50 ` Sergei Shtylyov
2014-06-20 20:51 ` [PATCH v3 3/3] ARM: shmobile: henninger: " Sergei Shtylyov
2014-06-20 20:51 ` Sergei Shtylyov
2014-06-20 20:51 ` Sergei Shtylyov
2014-06-20 22:28 ` Sergei Shtylyov [this message]
2014-06-20 22:28 ` Sergei Shtylyov
2014-06-20 22:28 ` Sergei Shtylyov
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=53A4B593.1020700@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=linux-arm-kernel@lists.infradead.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.