Re: [PATCH 1/1] regulator: max77802: set opmode to normal if off is read from hw

2014-08-26 Thread Yuvaraj Kumar
Tested-by: Yuvaraj Kumar CD On Tue, Aug 26, 2014 at 5:07 PM, Javier Martinez Canillas wrote: > The max77802 driver reads the default operating mode (opmode) > set for regulators when enabled from the hardware registers. > > But if a regulator is disabled and the system warm rest

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

2014-03-14 Thread Yuvaraj Kumar
Any comments on this? On Mon, Mar 3, 2014 at 4:45 PM, Yuvaraj Kumar C D wrote: > 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

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

2014-03-14 Thread Yuvaraj Kumar
kgene, Please pick this patch. On Tue, Mar 4, 2014 at 7:02 PM, Kishon Vijay Abraham I wrote: > > > On Tuesday 04 March 2014 04:40 PM, Yuvaraj Kumar C D wrote: >> >> This patch adds dt entry for ahci sata controller and its >> corresponding phy controller.phy node

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

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

2014-01-27 Thread Yuvaraj Kumar
On Fri, Jan 10, 2014 at 8:35 PM, Tomasz Figa wrote: > Hi Yuvaraj, > > In general this version looks pretty good, but I have some questions inline. > > On 10.01.2014 08:00, Yuvaraj Kumar C D wrote: > [snip] > >> diff --git a/drivers/phy/phy-exynos5250-sata-i2c.c >

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

2014-01-17 Thread Yuvaraj Kumar
Sorry for the late reply. On Fri, Jan 10, 2014 at 8:35 PM, Tomasz Figa wrote: > Hi Yuvaraj, > > In general this version looks pretty good, but I have some questions inline. Please find my comments inline. > > On 10.01.2014 08:00, Yuvaraj Kumar C D wrote: > [snip] > >&g

[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

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

2014-01-09 Thread Yuvaraj Kumar
On Wed, Jan 8, 2014 at 9:16 PM, Bartlomiej Zolnierkiewicz wrote: > On Wednesday, January 08, 2014 06:39:52 PM Yuvaraj Kumar wrote: >> On Tue, Jan 7, 2014 at 7:52 PM, Bartlomiej Zolnierkiewicz >> wrote: >> > >> > Hi, >> > >> > On Thursda

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

2014-01-08 Thread Yuvaraj Kumar
On Tue, Jan 7, 2014 at 7:52 PM, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Thursday, January 02, 2014 07:03:23 PM Yuvaraj Kumar wrote: >> On Tue, Dec 31, 2013 at 9:00 PM, Bartlomiej Zolnierkiewicz >> wrote: > >> >> @@ -8,3 +8,4 @@ obj-$(CONFIG_PHY_EX

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

2014-01-02 Thread Yuvaraj Kumar
On Tue, Dec 31, 2013 at 4:18 PM, Kishon Vijay Abraham I wrote: > Hi Yuvaraj, > > > On Monday 30 December 2013 06:37 PM, Yuvaraj Kumar C D wrote: >> >> This patch adds the sata phy driver for Exynos5250.Exynos5250 sata >> phy comprises of CMU and TRSV blocks which

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

2014-01-02 Thread Yuvaraj Kumar
ay, December 30, 2013 06:37:02 PM Yuvaraj Kumar C D wrote: >> This patch adds the sata phy driver for Exynos5250.Exynos5250 sata >> phy comprises of CMU and TRSV blocks which are of I2C register Map. >> So this patch also adds a i2c client driver, which is used configure

[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

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

2013-12-30 Thread Yuvaraj Kumar
Thanks for the review. On Mon, Dec 30, 2013 at 12:14 PM, Kishon Vijay Abraham I wrote: > Hi, > > > On Tuesday 10 December 2013 03:35 PM, Yuvaraj Kumar C D wrote: >> >> This patch adds the sata phy driver for Exynos5250.Exynos5250 sata >> phy comprises of CMU an

Re: [PATCH V3 0/2] Exynos5250 SATA Support

2013-12-29 Thread Yuvaraj Kumar
Any comments on this series? On Tue, Dec 10, 2013 at 3:35 PM, Yuvaraj Kumar C D wrote: > This patch series enable the SATA support on Exynos5250 based boards. > It incorporates the generic phy framework to deal with sata phy. > > This patch depends on the below patches >

[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

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

2013-12-10 Thread Yuvaraj Kumar
On Mon, Nov 25, 2013 at 12:01 PM, Kishon Vijay Abraham I wrote: > Hi, > > On Monday 11 November 2013 02:02 PM, Yuvaraj Kumar C D wrote: >> This patch adds dt entry for ahci sata controller and its >> corresponding phy controller.phy node has been added w.r.t >>

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

2013-12-09 Thread Yuvaraj Kumar
On Mon, Nov 25, 2013 at 11:55 AM, Kishon Vijay Abraham I wrote: > Hi, > > On Friday 22 November 2013 11:31 AM, Yuvaraj Kumar wrote: >> Any comments on this patch? >> >> On Mon, Nov 11, 2013 at 2:02 PM, Yuvaraj Kumar C D >> wrote: >>> This patch adds the

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

2013-11-21 Thread Yuvaraj Kumar
Any comments on this patch? On Mon, Nov 11, 2013 at 2:02 PM, Yuvaraj Kumar C D wrote: > 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 ch

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

2013-11-21 Thread Yuvaraj Kumar
Any comments on this patch? On Mon, Nov 11, 2013 at 2:02 PM, Yuvaraj Kumar C D wrote: > This patch adds the sata phy driver for Exynos5250.Exynos5250 sata > phy comprises of CMU and TRSV blocks which are of I2C register Map. > So this patch also adds a i2c client driver, which is used

[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