From: Kukjin Kim <kgene.kim@samsung.com>
To: Dongjin Kim <tobetter@gmail.com>
Cc: Jingoo Han <jg1.han@samsung.com>,
Rob Herring <rob.herring@calxeda.com>,
Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Stephen Warren <swarren@wwwdotorg.org>,
Ian Campbell <ian.campbell@citrix.com>,
Russell King <linux@arm.linux.org.uk>,
Kukjin Kim <kgene.kim@samsung.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH RESEND] ARM: dts: Add USB host node for Exynos4
Date: Mon, 19 Aug 2013 05:08:00 +0900 [thread overview]
Message-ID: <521129A0.9050404@samsung.com> (raw)
In-Reply-To: <1375726159-20486-1-git-send-email-tobetter@gmail.com>
On 08/06/13 03:09, Dongjin Kim wrote:
> This patch adds EHCI and OHCI host device nodes for Exynos4.
>
> CC: Jingoo Han<jg1.han@samsung.com>
> Signed-off-by: Dongjin Kim<tobetter@gmail.com>
> ---
> arch/arm/boot/dts/exynos4.dtsi | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> index 3f94fe8..cbe5219 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -155,6 +155,24 @@
> status = "disabled";
> };
>
> + ehci@12580000 {
> + compatible = "samsung,exynos4210-ehci";
> + reg =<0x12580000 0x100>;
> + interrupts =<0 70 0>;
> + clocks =<&clock 304>;
> + clock-names = "usbhost";
> + status = "disabled";
> + };
> +
> + ohci@12590000 {
> + compatible = "samsung,exynos4210-ohci";
> + reg =<0x12590000 0x100>;
> + interrupts =<0 70 0>;
> + clocks =<&clock 304>;
> + clock-names = "usbhost";
> + status = "disabled";
> + };
> +
> mfc: codec@13400000 {
> compatible = "samsung,mfc-v5";
> reg =<0x13400000 0x10000>;
Applied, thanks.
- Kukjin
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND] ARM: dts: Add USB host node for Exynos4
Date: Mon, 19 Aug 2013 05:08:00 +0900 [thread overview]
Message-ID: <521129A0.9050404@samsung.com> (raw)
In-Reply-To: <1375726159-20486-1-git-send-email-tobetter@gmail.com>
On 08/06/13 03:09, Dongjin Kim wrote:
> This patch adds EHCI and OHCI host device nodes for Exynos4.
>
> CC: Jingoo Han<jg1.han@samsung.com>
> Signed-off-by: Dongjin Kim<tobetter@gmail.com>
> ---
> arch/arm/boot/dts/exynos4.dtsi | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> index 3f94fe8..cbe5219 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -155,6 +155,24 @@
> status = "disabled";
> };
>
> + ehci at 12580000 {
> + compatible = "samsung,exynos4210-ehci";
> + reg =<0x12580000 0x100>;
> + interrupts =<0 70 0>;
> + clocks =<&clock 304>;
> + clock-names = "usbhost";
> + status = "disabled";
> + };
> +
> + ohci at 12590000 {
> + compatible = "samsung,exynos4210-ohci";
> + reg =<0x12590000 0x100>;
> + interrupts =<0 70 0>;
> + clocks =<&clock 304>;
> + clock-names = "usbhost";
> + status = "disabled";
> + };
> +
> mfc: codec at 13400000 {
> compatible = "samsung,mfc-v5";
> reg =<0x13400000 0x10000>;
Applied, thanks.
- Kukjin
WARNING: multiple messages have this Message-ID (diff)
From: Kukjin Kim <kgene.kim@samsung.com>
To: Dongjin Kim <tobetter@gmail.com>
Cc: unlisted-recipients:"; Jingoo Han" <jg1.han@samsung.com>,
Rob Herring <rob.herring@calxeda.com>,
Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Stephen Warren <swarren@wwwdotorg.org>,
Ian Campbell <ian.campbell@citrix.com>,
Russell King <linux@arm.linux.org.uk>,
Kukjin Kim <kgene.kim@samsung.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH RESEND] ARM: dts: Add USB host node for Exynos4
Date: Mon, 19 Aug 2013 05:08:00 +0900 [thread overview]
Message-ID: <521129A0.9050404@samsung.com> (raw)
In-Reply-To: <1375726159-20486-1-git-send-email-tobetter@gmail.com>
On 08/06/13 03:09, Dongjin Kim wrote:
> This patch adds EHCI and OHCI host device nodes for Exynos4.
>
> CC: Jingoo Han<jg1.han@samsung.com>
> Signed-off-by: Dongjin Kim<tobetter@gmail.com>
> ---
> arch/arm/boot/dts/exynos4.dtsi | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> index 3f94fe8..cbe5219 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -155,6 +155,24 @@
> status = "disabled";
> };
>
> + ehci@12580000 {
> + compatible = "samsung,exynos4210-ehci";
> + reg =<0x12580000 0x100>;
> + interrupts =<0 70 0>;
> + clocks =<&clock 304>;
> + clock-names = "usbhost";
> + status = "disabled";
> + };
> +
> + ohci@12590000 {
> + compatible = "samsung,exynos4210-ohci";
> + reg =<0x12590000 0x100>;
> + interrupts =<0 70 0>;
> + clocks =<&clock 304>;
> + clock-names = "usbhost";
> + status = "disabled";
> + };
> +
> mfc: codec@13400000 {
> compatible = "samsung,mfc-v5";
> reg =<0x13400000 0x10000>;
Applied, thanks.
- Kukjin
next prev parent reply other threads:[~2013-08-18 20:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-05 18:09 [PATCH RESEND] ARM: dts: Add USB host node for Exynos4 Dongjin Kim
2013-08-05 18:09 ` Dongjin Kim
2013-08-05 18:09 ` Dongjin Kim
2013-08-06 1:16 ` Jingoo Han
2013-08-06 1:16 ` Jingoo Han
2013-08-06 7:51 ` Tomasz Figa
2013-08-06 7:51 ` Tomasz Figa
2013-08-18 20:08 ` Kukjin Kim [this message]
2013-08-18 20:08 ` Kukjin Kim
2013-08-18 20:08 ` Kukjin Kim
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=521129A0.9050404@samsung.com \
--to=kgene.kim@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=ian.campbell@citrix.com \
--cc=jg1.han@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=rob.herring@calxeda.com \
--cc=swarren@wwwdotorg.org \
--cc=tobetter@gmail.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.