All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jingoo Han <jg1.han@samsung.com>
To: 'Tomasz Figa' <t.figa@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	'Kukjin Kim' <kgene.kim@samsung.com>,
	devicetree-discuss@lists.ozlabs.org,
	'Felipe Balbi' <balbi@ti.com>,
	'Grant Likely' <grant.likely@linaro.org>,
	'Greg Kroah-Hartman' <gregkh@linuxfoundation.org>,
	'Linus Walleij' <linus.walleij@linaro.org>,
	linux-usb@vger.kernel.org,
	'Rob Herring' <rob.herring@calxeda.com>,
	'Sylwester Nawrocki' <s.nawrocki@samsung.com>,
	'Thomas Abraham' <thomas.abraham@linaro.org>,
	m.szyprowski@samsung.com, l.majewski@samsung.com,
	'Kyungmin Park' <kyungmin.park@samsung.com>,
	Jingoo Han <jg1.han@samsung.com>
Subject: Re: [PATCH 2/4] ARM: dts: exynos4: Add node for hsotg
Date: Wed, 26 Jun 2013 16:26:54 +0900	[thread overview]
Message-ID: <001501ce723e$88b6c020$9a244060$@samsung.com> (raw)
In-Reply-To: <1372174706-5459-3-git-send-email-t.figa@samsung.com>

On Wednesday, June 26, 2013 12:38 AM, Tomasz Figa wrote:
> 
> This patch adds device tree node for USB HSOTG controller present on
> Exynos4 SoCs.
> 
> Signed-off-by: Tomasz Figa <t.figa@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

It looks good.

Reviewed-by: Jingoo Han <jg1.han@samsung.com>

Best regards,
Jingoo Han

> ---
>  arch/arm/boot/dts/exynos4.dtsi | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> index 359694c..d53b9da 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -119,6 +119,15 @@
>  		status = "disabled";
>  	};
> 
> +	hsotg@12480000 {
> +		compatible = "samsung,s3c6400-hsotg";
> +		reg = <0x12480000 0x20000>;
> +		interrupts = <0 71 0>;
> +		clocks = <&clock 305>;
> +		clock-names = "otg";
> +		status = "disabled";
> +	};
> +
>  	sdhci@12510000 {
>  		compatible = "samsung,exynos4210-sdhci";
>  		reg = <0x12510000 0x100>;
> --
> 1.8.2.1
> 

WARNING: multiple messages have this Message-ID (diff)
From: jg1.han@samsung.com (Jingoo Han)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/4] ARM: dts: exynos4: Add node for hsotg
Date: Wed, 26 Jun 2013 16:26:54 +0900	[thread overview]
Message-ID: <001501ce723e$88b6c020$9a244060$@samsung.com> (raw)
In-Reply-To: <1372174706-5459-3-git-send-email-t.figa@samsung.com>

On Wednesday, June 26, 2013 12:38 AM, Tomasz Figa wrote:
> 
> This patch adds device tree node for USB HSOTG controller present on
> Exynos4 SoCs.
> 
> Signed-off-by: Tomasz Figa <t.figa@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

It looks good.

Reviewed-by: Jingoo Han <jg1.han@samsung.com>

Best regards,
Jingoo Han

> ---
>  arch/arm/boot/dts/exynos4.dtsi | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> index 359694c..d53b9da 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -119,6 +119,15 @@
>  		status = "disabled";
>  	};
> 
> +	hsotg at 12480000 {
> +		compatible = "samsung,s3c6400-hsotg";
> +		reg = <0x12480000 0x20000>;
> +		interrupts = <0 71 0>;
> +		clocks = <&clock 305>;
> +		clock-names = "otg";
> +		status = "disabled";
> +	};
> +
>  	sdhci at 12510000 {
>  		compatible = "samsung,exynos4210-sdhci";
>  		reg = <0x12510000 0x100>;
> --
> 1.8.2.1
> 

  reply	other threads:[~2013-06-26  7:26 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-25 15:38 [PATCH 0/4] Add support for Samsung HSOTG on DT-enabled platforms Tomasz Figa
2013-06-25 15:38 ` Tomasz Figa
     [not found] ` <1372174706-5459-1-git-send-email-t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2013-06-25 15:38   ` [PATCH 1/4] usb: gadget: s3c-hsotg: Allow driver instantiation using device tree Tomasz Figa
2013-06-25 15:38     ` Tomasz Figa
2013-06-25 20:46     ` Felipe Balbi
2013-06-25 20:46       ` Felipe Balbi
     [not found]       ` <20130625204632.GB9748-S8G//mZuvNWo5Im9Ml3/Zg@public.gmane.org>
2013-06-25 20:57         ` Tomasz Figa
2013-06-25 20:57           ` Tomasz Figa
2013-06-25 21:00           ` Felipe Balbi
2013-06-25 21:00             ` Felipe Balbi
2013-06-25 21:05             ` Tomasz Figa
2013-06-25 21:05               ` Tomasz Figa
2013-07-08  7:41     ` Felipe Balbi
2013-07-08  7:41       ` Felipe Balbi
2013-06-25 15:38   ` [PATCH 2/4] ARM: dts: exynos4: Add node for hsotg Tomasz Figa
2013-06-25 15:38     ` Tomasz Figa
2013-06-26  7:26     ` Jingoo Han [this message]
2013-06-26  7:26       ` Jingoo Han
2013-06-25 15:38   ` [PATCH 4/4] ARM: dts: exynos4210-trats: Enable USB gadget functionality Tomasz Figa
2013-06-25 15:38     ` Tomasz Figa
2013-06-25 15:38 ` [PATCH 3/4] ARM: dts: exynos4: Add nodes for USB PHY block Tomasz Figa
2013-06-25 15:38   ` Tomasz Figa
2013-06-26  7:29   ` Jingoo Han
2013-06-26  7:29     ` Jingoo Han

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='001501ce723e$88b6c020$9a244060$@samsung.com' \
    --to=jg1.han@samsung.com \
    --cc=balbi@ti.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=grant.likely@linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=l.majewski@samsung.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=rob.herring@calxeda.com \
    --cc=s.nawrocki@samsung.com \
    --cc=t.figa@samsung.com \
    --cc=thomas.abraham@linaro.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.