linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ARM: Exynos5250: Enabling samsung usb phy
@ 2013-02-05 13:03 Vivek Gautam
  2013-02-05 13:03 ` [PATCH v3 1/2] ARM: Exynos5250: Enabling samsung-usb2phy driver Vivek Gautam
  2013-02-05 13:03 ` [PATCH v3 2/2] ARM: Exynos5250: Enabling samsung-usb3phy driver Vivek Gautam
  0 siblings, 2 replies; 3+ messages in thread
From: Vivek Gautam @ 2013-02-05 13:03 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: linux-usb, linux-kernel, devicetree-discuss, kgene.kim, balbi,
	grant.likely, sylvester.nawrocki, tomasz.figa, dianders,
	p.paneri

Based on for-next of 'linux-samsung' tree.

Aligned with following patches for separate PHY drivers for USB 2.0 and
USB 3.0 for Samsung SoCs.
[PATCH v5 1/2] usb: phy: samsung: Common out the generic stuff
[PATCH v5 2/2] usb: phy: samsung: Add PHY support for USB 3.0 controller

Changes from v2:
 - Putting device nodes in order of device addresses.

Changes from v1:
 - Putting separate device nodes for usb 2.0 phy and usb 3.0 phy
   based on separate driver for samsung usb 3.0 phy and
   samsung usb 2.0 phy:
   [PATCH v3 0/2] Adding USB 3.0 DRD-phy support for exynos5250
   [PATCH v8 0/4] Adding usb2.0 host-phy support for exynos5250
 - Aligning as per the patch:
   usb: phy: samsung: Add support to set pmu isolation
 - Replaced phy-handle approach for PHY CONTROL registers
   to child nodes.
 - Removing AUX data entry from exynos5250 dt file.

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

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

-- 
1.7.6.5


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

* [PATCH v3 1/2] ARM: Exynos5250: Enabling samsung-usb2phy driver
  2013-02-05 13:03 [PATCH v3 0/2] ARM: Exynos5250: Enabling samsung usb phy Vivek Gautam
@ 2013-02-05 13:03 ` Vivek Gautam
  2013-02-05 13:03 ` [PATCH v3 2/2] ARM: Exynos5250: Enabling samsung-usb3phy driver Vivek Gautam
  1 sibling, 0 replies; 3+ messages in thread
From: Vivek Gautam @ 2013-02-05 13:03 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: linux-usb, linux-kernel, devicetree-discuss, kgene.kim, balbi,
	grant.likely, sylvester.nawrocki, tomasz.figa, dianders,
	p.paneri

Adding device node for Samsung USB 2.0 PHY controller driver
on 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 |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 30485de..d1865a8 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -99,6 +99,19 @@
 		interrupts = <0 65 0>;
 	};
 
+	usbphy@12130000 {
+		compatible = "samsung,exynos5250-usb2phy";
+		reg = <0x12130000 0x100>;
+		#address-cells = <1>;
+		#size-cells = <1>;
+		ranges;
+
+		usbphy-sys {
+			reg = <0x10040704 0x8>,
+			      <0x10050230 0x4>;
+		};
+	};
+
 	serial@12C00000 {
 		compatible = "samsung,exynos4210-uart";
 		reg = <0x12C00000 0x100>;
-- 
1.7.6.5


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

* [PATCH v3 2/2] ARM: Exynos5250: Enabling samsung-usb3phy driver
  2013-02-05 13:03 [PATCH v3 0/2] ARM: Exynos5250: Enabling samsung usb phy Vivek Gautam
  2013-02-05 13:03 ` [PATCH v3 1/2] ARM: Exynos5250: Enabling samsung-usb2phy driver Vivek Gautam
@ 2013-02-05 13:03 ` Vivek Gautam
  1 sibling, 0 replies; 3+ messages in thread
From: Vivek Gautam @ 2013-02-05 13:03 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: linux-usb, linux-kernel, devicetree-discuss, kgene.kim, balbi,
	grant.likely, sylvester.nawrocki, tomasz.figa, dianders,
	p.paneri

Adding device node for Samsung USB 3.0 PHY controller driver
on 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 |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index d1865a8..451dcdb 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -99,6 +99,18 @@
 		interrupts = <0 65 0>;
 	};
 
+	usbphy@12100000 {
+		compatible = "samsung,exynos5250-usb3phy";
+		reg = <0x12100000 0x100>;
+		#address-cells = <1>;
+		#size-cells = <1>;
+		ranges;
+
+		usbphy-sys {
+			reg = <0x10040704 0x8>;
+		};
+	};
+
 	usbphy@12130000 {
 		compatible = "samsung,exynos5250-usb2phy";
 		reg = <0x12130000 0x100>;
-- 
1.7.6.5


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

end of thread, other threads:[~2013-02-05 12:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-05 13:03 [PATCH v3 0/2] ARM: Exynos5250: Enabling samsung usb phy Vivek Gautam
2013-02-05 13:03 ` [PATCH v3 1/2] ARM: Exynos5250: Enabling samsung-usb2phy driver Vivek Gautam
2013-02-05 13:03 ` [PATCH v3 2/2] ARM: Exynos5250: Enabling samsung-usb3phy driver Vivek Gautam

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