linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] ARM: Exynos5250: Enabling samsung usb phy
@ 2013-03-15  7:56 Vivek Gautam
  2013-03-15  7:56 ` [PATCH v4 1/2] ARM: Exynos5250: Enabling samsung-usb2phy driver Vivek Gautam
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Vivek Gautam @ 2013-03-15  7:56 UTC (permalink / raw)
  To: linux-usb, linux-samsung-soc, devicetree-discuss
  Cc: linux-kernel, balbi, rob.herring, kgene.kim, thomas.abraham,
	grant.likely, dianders, jg1.han, p.paneri

Based on 'for-next' of linux-samsung tree with following patches
from Doug on top:
usb: Document clocks in samsung, exynos4210-ehci/ohci bindings
ARM: dts: add usb 2.0 clock references to exynos5250 device tree

Also depending upon following patch-series for Samsung-usb-phy driver:
[PATCH v7 0/2] Adding USB 3.0 DRD-phy support for exynos5250

Changes from v3:
Added 'clocks' and 'clock-names' entry also in device nodes, aligning
with common clock framework for Samsung's SoCs.

Vivek Gautam (2):
  ARM: Exynos5250: Enabling samsung-usb2phy driver
  ARM: Exynos5250: Enabling samsung-usb3phy driver

 arch/arm/boot/dts/exynos5250.dtsi |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

-- 
1.7.6.5


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v4 1/2] ARM: Exynos5250: Enabling samsung-usb2phy driver
  2013-03-15  7:56 [PATCH v4 0/2] ARM: Exynos5250: Enabling samsung usb phy Vivek Gautam
@ 2013-03-15  7:56 ` Vivek Gautam
  2013-03-15  7:56 ` [PATCH v4 2/2] ARM: Exynos5250: Enabling samsung-usb3phy driver Vivek Gautam
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Vivek Gautam @ 2013-03-15  7:56 UTC (permalink / raw)
  To: linux-usb, linux-samsung-soc, devicetree-discuss
  Cc: linux-kernel, balbi, rob.herring, kgene.kim, thomas.abraham,
	grant.likely, dianders, jg1.han, p.paneri

Adding usbphy node for Exynos5250 along with the
necessary device data to be parsed.

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
---
 arch/arm/boot/dts/exynos5250.dtsi |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 59be603..5ef9c1e 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -416,6 +416,21 @@
 		clock-names = "usbhost";
 	};
 
+	usbphy@12130000 {
+		compatible = "samsung,exynos5250-usb2phy";
+		reg = <0x12130000 0x100>;
+		clocks = <&clock 1>, <&clock 285>;
+		clock-names = "ext_xtal", "usbhost";
+		#address-cells = <1>;
+		#size-cells = <1>;
+		ranges;
+
+		usbphy-sys {
+			reg = <0x10040704 0x8>,
+			      <0x10050230 0x4>;
+		};
+	};
+
 	amba {
 		#address-cells = <1>;
 		#size-cells = <1>;
-- 
1.7.6.5


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH v4 2/2] ARM: Exynos5250: Enabling samsung-usb3phy driver
  2013-03-15  7:56 [PATCH v4 0/2] ARM: Exynos5250: Enabling samsung usb phy Vivek Gautam
  2013-03-15  7:56 ` [PATCH v4 1/2] ARM: Exynos5250: Enabling samsung-usb2phy driver Vivek Gautam
@ 2013-03-15  7:56 ` Vivek Gautam
  2013-04-04  6:46 ` [PATCH v4 0/2] ARM: Exynos5250: Enabling samsung usb phy Vivek Gautam
  2013-04-10 10:31 ` Kukjin Kim
  3 siblings, 0 replies; 5+ messages in thread
From: Vivek Gautam @ 2013-03-15  7:56 UTC (permalink / raw)
  To: linux-usb, linux-samsung-soc, devicetree-discuss
  Cc: linux-kernel, balbi, rob.herring, kgene.kim, thomas.abraham,
	grant.likely, dianders, jg1.han, p.paneri

Adding usb3.0 phy node for Exynos5250 along with the
necessary device data to be parsed.

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
---
 arch/arm/boot/dts/exynos5250.dtsi |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 5ef9c1e..5b6f8c8 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -398,6 +398,20 @@
 		dma-names = "tx", "rx";
 	};
 
+	usbphy@12100000 {
+		compatible = "samsung,exynos5250-usb3phy";
+		reg = <0x12100000 0x100>;
+		clocks = <&clock 1>, <&clock 286>;
+		clock-names = "ext_xtal", "usbdrd30";
+		#address-cells = <1>;
+		#size-cells = <1>;
+		ranges;
+
+		usbphy-sys {
+			reg = <0x10040704 0x8>;
+		};
+	};
+
 	usb@12110000 {
 		compatible = "samsung,exynos4210-ehci";
 		reg = <0x12110000 0x100>;
-- 
1.7.6.5


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v4 0/2] ARM: Exynos5250: Enabling samsung usb phy
  2013-03-15  7:56 [PATCH v4 0/2] ARM: Exynos5250: Enabling samsung usb phy Vivek Gautam
  2013-03-15  7:56 ` [PATCH v4 1/2] ARM: Exynos5250: Enabling samsung-usb2phy driver Vivek Gautam
  2013-03-15  7:56 ` [PATCH v4 2/2] ARM: Exynos5250: Enabling samsung-usb3phy driver Vivek Gautam
@ 2013-04-04  6:46 ` Vivek Gautam
  2013-04-10 10:31 ` Kukjin Kim
  3 siblings, 0 replies; 5+ messages in thread
From: Vivek Gautam @ 2013-04-04  6:46 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: linux-usb, linux-samsung-soc, devicetree-discuss, linux-kernel,
	balbi, rob.herring, thomas.abraham, grant.likely, dianders,
	jg1.han, p.paneri, Vivek Gautam

Hi Kukjin,


On Fri, Mar 15, 2013 at 1:26 PM, Vivek Gautam <gautam.vivek@samsung.com> wrote:
> Based on 'for-next' of linux-samsung tree with following patches
> from Doug on top:
> usb: Document clocks in samsung, exynos4210-ehci/ohci bindings
> ARM: dts: add usb 2.0 clock references to exynos5250 device tree
>
> Also depending upon following patch-series for Samsung-usb-phy driver:
> [PATCH v7 0/2] Adding USB 3.0 DRD-phy support for exynos5250
>
> Changes from v3:
> Added 'clocks' and 'clock-names' entry also in device nodes, aligning
> with common clock framework for Samsung's SoCs.
>
> Vivek Gautam (2):
>   ARM: Exynos5250: Enabling samsung-usb2phy driver
>   ARM: Exynos5250: Enabling samsung-usb3phy driver
>
>  arch/arm/boot/dts/exynos5250.dtsi |   29 +++++++++++++++++++++++++++++
>  1 files changed, 29 insertions(+), 0 deletions(-)

Waiting for your review on this patch-set. :-)


-- 
Thanks & Regards
Vivek

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH v4 0/2] ARM: Exynos5250: Enabling samsung usb phy
  2013-03-15  7:56 [PATCH v4 0/2] ARM: Exynos5250: Enabling samsung usb phy Vivek Gautam
                   ` (2 preceding siblings ...)
  2013-04-04  6:46 ` [PATCH v4 0/2] ARM: Exynos5250: Enabling samsung usb phy Vivek Gautam
@ 2013-04-10 10:31 ` Kukjin Kim
  3 siblings, 0 replies; 5+ messages in thread
From: Kukjin Kim @ 2013-04-10 10:31 UTC (permalink / raw)
  To: 'Vivek Gautam', linux-usb, linux-samsung-soc, devicetree-discuss
  Cc: linux-kernel, balbi, rob.herring, thomas.abraham, grant.likely,
	dianders, jg1.han, p.paneri

Vivek Gautam wrote:
> 
> Based on 'for-next' of linux-samsung tree with following patches
> from Doug on top:
> usb: Document clocks in samsung, exynos4210-ehci/ohci bindings
> ARM: dts: add usb 2.0 clock references to exynos5250 device tree
> 
> Also depending upon following patch-series for Samsung-usb-phy driver:
> [PATCH v7 0/2] Adding USB 3.0 DRD-phy support for exynos5250
> 
> Changes from v3:
> Added 'clocks' and 'clock-names' entry also in device nodes, aligning
> with common clock framework for Samsung's SoCs.
> 
> Vivek Gautam (2):
>   ARM: Exynos5250: Enabling samsung-usb2phy driver
>   ARM: Exynos5250: Enabling samsung-usb3phy driver
> 
>  arch/arm/boot/dts/exynos5250.dtsi |   29 +++++++++++++++++++++++++++++
>  1 files changed, 29 insertions(+), 0 deletions(-)
> 
> --
> 1.7.6.5

OK, applied, thanks.

- Kukjin


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-10 10:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-15  7:56 [PATCH v4 0/2] ARM: Exynos5250: Enabling samsung usb phy Vivek Gautam
2013-03-15  7:56 ` [PATCH v4 1/2] ARM: Exynos5250: Enabling samsung-usb2phy driver Vivek Gautam
2013-03-15  7:56 ` [PATCH v4 2/2] ARM: Exynos5250: Enabling samsung-usb3phy driver Vivek Gautam
2013-04-04  6:46 ` [PATCH v4 0/2] ARM: Exynos5250: Enabling samsung usb phy Vivek Gautam
2013-04-10 10:31 ` Kukjin Kim

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).