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

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 yuvaraj...@samsung.com --- .../devicetree/bindings/ata/exynos-sata-phy.txt| 14 .../devicetree/bindings

[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 Kumar C D ---

[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 Kumar C D yuvaraj

[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
-by: 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 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 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 yuvaraj...@samsung.com --- Changes since V8: 1.sata@122f and sata_phy@1217 disabled by default

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

2014-03-02 Thread Yuvaraj Kumar C D
-by: Yuvaraj Kumar C D yuvaraj...@samsung.com Signed-off-by: Girish K S ks.g...@samsung.com Signed-off-by: Vasanth Ananthan vasant...@samsung.com --- Changes from V8: 1. Updated commit message. Changes from V7: 1.Used BIT macro and made CONFIG_PHY_EXYNOS5250_SATA depends

[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 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 rog...@ti.com Signed-off-by: Yuvaraj Kumar C D yuvaraj...@samsung.com Signed-off-by: Girish K S ks.g...@samsung.com Signed

[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 yuvaraj...@samsung.com --- Changes since V7:syscon-phandle name updated. Changes since V6:none Changes since V5:none

[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 V7 0/2] Exynos5250 SATA Support

2014-01-27 Thread Yuvaraj Kumar C D
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 -- .../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_ph

[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 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 yuvaraj...@samsung.com --- Changes since V6:none Changes since V5:none Changes since V4: 1.Used the new

[PATCH V7 0/2] Exynos5250 SATA Support

2014-01-27 Thread Yuvaraj Kumar C D
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 sata phy .../devicetree/bindings/ata/exynos-sata

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

2014-01-27 Thread Yuvaraj Kumar C D
SerDes(PHY) driver + * + * Copyright (C) 2013 Samsung Electronics Co., Ltd. + * Authors: Girish K S ks.g...@samsung.com + * Yuvaraj Kumar C D yuvaraj...@samsung.com + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public

[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 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 yuvaraj...@samsung.com --- Changes since V4: 1.Used the new phandle sata_phy_i2c in the DT entry. 2

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

2014-01-09 Thread Yuvaraj Kumar C D
SerDes(PHY) driver + * + * Copyright (C) 2013 Samsung Electronics Co., Ltd. + * Authors: Girish K S ks.g...@samsung.com + * Yuvaraj Kumar C D yuvaraj...@samsung.com + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public

[PATCH V6 0/2] Exynos5250 SATA Support

2014-01-09 Thread Yuvaraj Kumar C D
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 sata phy

[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 yuvaraj...@samsung.com --- Changes since V4: 1.Used the new phandle sata_phy_i2c in the DT entry. 2

[PATCH V5 0/2] Exynos5250 SATA Support

2014-01-09 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| 14 -- .../devicetree/bindings/ata/exynos-sata.txt| 25 +- .../devicetree

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

2014-01-09 Thread Yuvaraj Kumar C D
...@samsung.com + * Yuvaraj Kumar C D yuvaraj...@samsung.com + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include linux/clk.h +#include linux

[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

[PATCH V4 0/2] Exynos5250 SATA Support

2013-12-30 Thread Yuvaraj Kumar C D
/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/exynos-sata.txt| 25 ++- .../devicetree/bindings/phy/samsung

[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 yuvaraj...@samsung.com --- Changes since V3: 1.Moved the binding info to the /bindings/phy/ Changes since V2

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

2013-12-30 Thread Yuvaraj Kumar C D
Co., Ltd. + * Authors: Girish K S ks.g...@samsung.com + * Yuvaraj Kumar C D yuvaraj...@samsung.com + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation

[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
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/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

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

2013-12-18 Thread Yuvaraj Kumar C D
/resumed early), allow it to suspend and resume asynchronously. Signed-off-by: Andrew Bresticker abres...@chromium.org Reviewed-by: Julius Werner jwer...@chromium.org Signed-off-by: Yuvaraj Kumar C D yuvaraj...@samsung.com --- drivers/usb/host/ohci-exynos.c |2 ++ 1 file changed, 2 insertions

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

2013-12-18 Thread Yuvaraj Kumar C D
, there are no outside dependencies which would make resuming the dwc3-exynos driver asynchronously unsafe. Signed-off-by: Andrew Bresticker abres...@chromium.org Reviewed-by: Julius Werner jwer...@chromium.org Signed-off-by: Yuvaraj Kumar C D yuvaraj...@samsung.com --- drivers/usb/dwc3/dwc3-exynos.c |2

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

2013-12-18 Thread Yuvaraj Kumar C D
/resumed early), allow it to suspend and resume asynchronously. Signed-off-by: Andrew Bresticker abres...@chromium.org Reviewed-by: Julius Werner jwer...@chromium.org Signed-off-by: Yuvaraj Kumar C D yuvaraj...@samsung.com --- drivers/usb/host/ehci-exynos.c |2 ++ 1 file changed, 2 insertions

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

2013-12-18 Thread Yuvaraj Kumar C D
early), allow it to suspend and resume asynchronously. Signed-off-by: Andrew Bresticker abres...@chromium.org Reviewed-by: Julius Werner jwer...@chromium.org Signed-off-by: Yuvaraj Kumar C D yuvaraj...@samsung.com --- drivers/usb/host/xhci-plat.c |2 ++ 1 file changed, 2 insertions(+) diff

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

2013-12-18 Thread Yuvaraj Kumar C D
, there are no outside dependencies which would make resuming the dwc3 driver asynchronously unsafe. Signed-off-by: Andrew Bresticker abres...@chromium.org Reviewed-by: Julius Werner jwer...@chromium.org Signed-off-by: Yuvaraj Kumar C D yuvaraj...@samsung.com --- drivers/usb/dwc3/core.c |2 ++ 1

[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 V3 2/2] ARM: dts: Enable ahci sata and sata phy

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

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

2013-12-10 Thread Yuvaraj Kumar C D
.Removed of_match_table 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 yuvaraj...@samsung.com Signed-off-by: Girish K S ks.g

[PATCH V3 0/2] Exynos5250 SATA Support

2013-12-10 Thread Yuvaraj Kumar C D
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| 19

[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
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 |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

[PATCH V2 0/2] Exynos5250 SATA Support

2013-11-11 Thread Yuvaraj Kumar C D
Version 1: 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 Exynos5250

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

2013-11-11 Thread Yuvaraj Kumar C D
.Adapted to latest version of Generic PHY framework 2.Removed exynos_sata_i2c_remove function. Signed-off-by: Yuvaraj Kumar C D yuvaraj...@samsung.com Signed-off-by: Girish K S ks.g...@samsung.com Signed-off-by: Vasanth Ananthan vasant...@samsung.com --- drivers/phy/Kconfig

[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 yuvaraj