RESEND [PATCH V9 2/2] ARM: dts: exynos5250: Enable ahci sata and sata phy

2014-03-04 Thread Yuvaraj Kumar C D
This patch adds dt entry for ahci sata controller and its corresponding phy controller.phy node has been added w.r.t new generic phy framework. Signed-off-by: Yuvaraj Kumar C D --- .../devicetree/bindings/ata/exynos-sata-phy.txt| 14 .../devicetree/bindings/ata/exynos-sata.txt

[PATCH] ARM: dts: exynos5250: turn on the LDO10 on SMDK5250

2014-03-03 Thread Yuvaraj Kumar C D
Commit 275dcd2 "ARM: dts: add max77686 pmic node for smdk5250" added required LDO's for SMDK5250 boards.Currently LDO10 is turned off.As LDO10, enable/disable the LDO22 which is required for VDDQ_MMC2_AP.So this patch makes LDO10 turn's on always. Signed-off-by: Yuvaraj Kuma

[PATCH V9 2/2] ARM: dts: Enable ahci sata and sata phy

2014-03-02 Thread Yuvaraj Kumar C D
This patch adds dt entry for ahci sata controller and its corresponding phy controller.phy node has been added w.r.t new generic phy framework. Signed-off-by: Yuvaraj Kumar C D --- Changes since V8: 1.sata@122f and sata_phy@1217 disabled by default in SOC specific dts

[PATCH V9 1/2] PHY: Exynos: Add Exynos5250 SATA PHY driver

2014-03-02 Thread Yuvaraj Kumar C D
: Yuvaraj Kumar C D Signed-off-by: Girish K S Signed-off-by: Vasanth Ananthan --- Changes from V8: 1. Updated commit message. Changes from V7: 1.Used BIT macro and made CONFIG_PHY_EXYNOS5250_SATA depends on HAS_IOMEM and OF. Changes from V6: 1.Removed phy

[PATCH V9 0/2] Exynos5250 SATA Support

2014-03-02 Thread Yuvaraj Kumar C D
This patch series enable the SATA support on Exynos5250 based boards. It incorporates the generic phy framework to deal with sata phy. Yuvaraj Kumar C D (2): PHY: Exynos: Add Exynos5250 SATA PHY driver ARM: dts: Enable ahci sata and sata phy .../devicetree/bindings/ata/exynos-sata-phy.txt

[PATCH V8 0/2] Exynos5250 SATA Support

2014-02-24 Thread Yuvaraj Kumar C D
This patch series enable the SATA support on Exynos5250 based boards. It incorporates the generic phy framework to deal with sata phy. Yuvaraj Kumar C D (2): PHY: Exynos: Add Exynos5250 SATA PHY driver ARM: dts: Enable ahci sata and sata phy .../devicetree/bindings/ata/exynos-sata-phy.txt

[PATCH V8 1/2] PHY: Exynos: Add Exynos5250 SATA PHY driver

2014-02-24 Thread Yuvaraj Kumar C D
framework to deal with SATA PHY. This patch depends on the below patch for the sata functionality [1].ata: ahci_platform: Manage SATA PHY by Roger Quadros Signed-off-by: Yuvaraj Kumar C D Signed-off-by: Girish K S Signed-off-by: Vasanth Ananthan --- Changes from V7: 1

[PATCH V8 2/2] ARM: dts: Enable ahci sata and sata phy

2014-02-24 Thread Yuvaraj Kumar C D
This patch adds dt entry for ahci sata controller and its corresponding phy controller.phy node has been added w.r.t new generic phy framework. Signed-off-by: Yuvaraj Kumar C D --- Changes since V7:syscon-phandle name updated. Changes since V6:none Changes since V5:none Changes since V4

[PATCH V7 0/2] Exynos5250 SATA Support

2014-01-27 Thread Yuvaraj Kumar C D
ailable in git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git next Yuvaraj Kumar C D (2): PHY: Exynos: Add Exynos5250 SATA PHY driver ARM: dts: Enable ahci sata and sata phy .../devicetree/bindings/ata/exynos-sata-phy.txt| 14 -- .../devicetree/bindings/ata/exyno

[PATCH V7 2/2] ARM: dts: Enable ahci sata and sata phy

2014-01-27 Thread Yuvaraj Kumar C D
This patch adds dt entry for ahci sata controller and its corresponding phy controller.phy node has been added w.r.t new generic phy framework. Signed-off-by: Yuvaraj Kumar C D --- Changes since V6:none Changes since V5:none Changes since V4: 1.Used the new phandle "sata_phy_i2

[PATCH V7 1/2] PHY: Exynos: Add Exynos5250 SATA PHY driver

2014-01-27 Thread Yuvaraj Kumar C D
framework to deal with SATA PHY. This patch depends on the below patches [1].drivers: phy: add generic PHY framework by Kishon Vijay Abraham I [2].ata: ahci_platform: Manage SATA PHY by Roger Quadros Signed-off-by: Yuvaraj Kumar C D Signed-off-by: Girish

[PATCH V6 0/2] Exynos5250 SATA Support

2014-01-09 Thread Yuvaraj Kumar C D
st generic PHY framework available in git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git next Yuvaraj Kumar C D (2): PHY: Exynos: Add Exynos5250 SATA PHY driver ARM: dts: Enable ahci sata and sata phy .../devicetree/bindings/ata/exynos-sata-phy.txt| 14 -- .../

[PATCH V6 1/2] PHY: Exynos: Add Exynos5250 SATA PHY driver

2014-01-09 Thread Yuvaraj Kumar C D
framework to deal with SATA PHY. This patch depends on the below patches [1].drivers: phy: add generic PHY framework by Kishon Vijay Abraham I [2].ata: ahci_platform: Manage SATA PHY by Roger Quadros Signed-off-by: Yuvaraj Kumar C D Signed-off-by: Girish

[PATCH V6 2/2] ARM: dts: Enable ahci sata and sata phy

2014-01-09 Thread Yuvaraj Kumar C D
This patch adds dt entry for ahci sata controller and its corresponding phy controller.phy node has been added w.r.t new generic phy framework. Signed-off-by: Yuvaraj Kumar C D --- Changes since V4: 1.Used the new phandle "sata_phy_i2c" in the DT entry. 2.Updat

[PATCH V5 1/2] PHY: Exynos: Add Exynos5250 SATA PHY driver

2014-01-09 Thread Yuvaraj Kumar C D
framework to deal with SATA PHY. This patch depends on the below patches [1].drivers: phy: add generic PHY framework by Kishon Vijay Abraham I [2].ata: ahci_platform: Manage SATA PHY by Roger Quadros Signed-off-by: Yuvaraj Kumar C D Signed-off-by: Girish

[PATCH V5 2/2] ARM: dts: Enable ahci sata and sata phy

2014-01-09 Thread Yuvaraj Kumar C D
This patch adds dt entry for ahci sata controller and its corresponding phy controller.phy node has been added w.r.t new generic phy framework. Signed-off-by: Yuvaraj Kumar C D --- Changes since V4: 1.Used the new phandle "sata_phy_i2c" in the DT entry. 2.Updat

[PATCH V5 0/2] Exynos5250 SATA Support

2014-01-09 Thread Yuvaraj Kumar C D
to syscon interface for PMU handling. Changes from V1: 1. Dropped the patch ahci: exynos: add ahci sata support on Exynos platform 2.Adapt to latest generic PHY framework available in git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git next Yuvaraj

[PATCH V4 1/2] Phy: Exynos: Add Exynos5250 sata phy driver

2013-12-30 Thread Yuvaraj Kumar C D
framework to deal with sata phy. This patch depends on the below patches [1].drivers: phy: add generic PHY framework by Kishon Vijay Abraham I [2].ata: ahci_platform: Manage SATA PHY by Roger Quadros Signed-off-by: Yuvaraj Kumar C D Signed-off-by: Girish

[PATCH V4 2/2] ARM: dts: Enable ahci sata and sata phy

2013-12-30 Thread Yuvaraj Kumar C D
This patch adds dt entry for ahci sata controller and its corresponding phy controller.phy node has been added w.r.t new generic phy framework. Signed-off-by: Yuvaraj Kumar C D --- Changes since V3: 1.Moved the binding info to the /bindings/phy/ Changes since V2: 1.Used syscon

[PATCH V4 0/2] Exynos5250 SATA Support

2013-12-30 Thread Yuvaraj Kumar C D
. Changes from V1: 1. Dropped the patch ahci: exynos: add ahci sata support on Exynos platform 2.Adapt to latest generic PHY framework available in git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git next Yuvaraj Kumar C D (2): Phy: Exynos: Add

[RFC 5/5] usb: dwc3: enable async suspend/resume

2013-12-18 Thread Yuvaraj Kumar C D
dependencies which would make resuming the dwc3 driver asynchronously unsafe. Signed-off-by: Andrew Bresticker Reviewed-by: Julius Werner Signed-off-by: Yuvaraj Kumar C D --- drivers/usb/dwc3/core.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/dwc3/core.c b/drivers/usb

[RFC 3/5] usb: xhci-plat: enable async suspend/resume

2013-12-18 Thread Yuvaraj Kumar C D
suspend and resume asynchronously. Signed-off-by: Andrew Bresticker Reviewed-by: Julius Werner Signed-off-by: Yuvaraj Kumar C D --- drivers/usb/host/xhci-plat.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/host/xhci-plat.c b/drivers/usb/host/xhci-plat.c index 8abda5c

[RFC 2/5] usb: ehci-s5p: enable async suspend/resume

2013-12-18 Thread Yuvaraj Kumar C D
it to suspend and resume asynchronously. Signed-off-by: Andrew Bresticker Reviewed-by: Julius Werner Signed-off-by: Yuvaraj Kumar C D --- drivers/usb/host/ehci-exynos.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/host/ehci-exynos.c b/drivers/usb/host/ehci-exynos.c index

[RFC 4/5] usb: dwc3-exynos: enable async suspend/resume

2013-12-18 Thread Yuvaraj Kumar C D
which would make resuming the dwc3-exynos driver asynchronously unsafe. Signed-off-by: Andrew Bresticker Reviewed-by: Julius Werner Signed-off-by: Yuvaraj Kumar C D --- drivers/usb/dwc3/dwc3-exynos.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/dwc3/dwc3-exynos.c b

[RFC 1/5] usb: ohci-exynos: enable async suspend/resume

2013-12-18 Thread Yuvaraj Kumar C D
it to suspend and resume asynchronously. Signed-off-by: Andrew Bresticker Reviewed-by: Julius Werner Signed-off-by: Yuvaraj Kumar C D --- drivers/usb/host/ohci-exynos.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/host/ohci-exynos.c b/drivers/usb/host/ohci-exynos.c index

[PATCH V3 1/2] Phy: Exynos: Add Exynos5250 sata phy driver

2013-12-10 Thread Yuvaraj Kumar C D
2.Moved to syscon interface for PMU handling. Changes from V1: 1.Adapted to latest version of Generic PHY framework 2.Removed exynos_sata_i2c_remove function. Signed-off-by: Yuvaraj Kumar C D Signed-off-by: Girish K S Signed-off-by: Vasanth Ananthan --- drivers/phy/Kconfig

[PATCH V3 2/2] ARM: dts: Enable ahci sata and sata phy

2013-12-10 Thread Yuvaraj Kumar C D
since V1: 1.Minor changes to node name convention. 2.Updated binding document. Signed-off-by: Yuvaraj Kumar C D --- .../devicetree/bindings/ata/exynos-sata-phy.txt| 19 ++- .../devicetree/bindings/ata/exynos-sata.txt| 17 - .../dev

[PATCH V3 0/2] Exynos5250 SATA Support

2013-12-10 Thread Yuvaraj Kumar C D
/scm/linux/kernel/git/kishon/linux-phy.git next Yuvaraj Kumar C D (2): Phy: Exynos: Add Exynos5250 sata phy driver ARM: dts: Enable ahci sata and sata phy .../devicetree/bindings/ata/exynos-sata-phy.txt| 19 +- .../devicetree/bindings/ata/exynos-sata.txt| 17 +- .../devicetree

[PATCH V2 2/2] ARM: dts: Enable ahci sata and sata phy

2013-11-11 Thread Yuvaraj Kumar C D
This patch adds dt entry for ahci sata controller and its corresponding phy controller.phy node has been added w.r.t new generic phy framework. Changes since V1: 1.Minor changes to node name convention 2.Updated binding document. Signed-off-by: Yuvaraj Kumar C D

[PATCH V2 1/2] Phy: Exynos: Add Exynos5250 sata phy driver

2013-11-11 Thread Yuvaraj Kumar C D
Generic PHY framework 2.Removed exynos_sata_i2c_remove function. Signed-off-by: Yuvaraj Kumar C D Signed-off-by: Girish K S Signed-off-by: Vasanth Ananthan --- drivers/phy/Kconfig |7 ++ drivers/phy/Makefile |1 + drivers/phy/exynos5250_phy_i2c.c

[PATCH V2 0/2] Exynos5250 SATA Support

2013-11-11 Thread Yuvaraj Kumar C D
ahci: exynos: add ahci sata support on Exynos platform 2.Adapt to latest generic PHY framework available in git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git next Yuvaraj Kumar C D (2): Phy: Exynos: Add Exynos5250 sata phy driver ARM: dts: Enable ahci sata and