Re: [PATCH 1/3] ahci: exynos: add ahci sata support on Exynos platform

2013-10-11 Thread Jingoo Han
On Tuesday, October 08, 2013 8:45 PM, Yuvaraj Kumar wrote: On Fri, Oct 4, 2013 at 6:03 AM, Jingoo Han jg1@samsung.com wrote: On Thursday, October 03, 2013 8:32 PM, Bartlomiej Zolnierkiewicz wrote: On Tuesday, October 01, 2013 12:03:01 PM Yuvaraj Kumar C D wrote: Exynos5250 contains one

Re: [PATCH 1/3] ahci: exynos: add ahci sata support on Exynos platform

2013-10-11 Thread Tomasz Figa
Hi, On Friday 11 of October 2013 15:49:04 Jingoo Han wrote: On Tuesday, October 08, 2013 8:45 PM, Yuvaraj Kumar wrote: On Fri, Oct 4, 2013 at 6:03 AM, Jingoo Han jg1@samsung.com wrote: On Thursday, October 03, 2013 8:32 PM, Bartlomiej Zolnierkiewicz wrote: On Tuesday, October 01,

Re: [PATCH 1/3] ahci: exynos: add ahci sata support on Exynos platform

2013-10-08 Thread Yuvaraj Kumar
On Fri, Oct 4, 2013 at 6:03 AM, Jingoo Han jg1@samsung.com wrote: On Thursday, October 03, 2013 8:32 PM, Bartlomiej Zolnierkiewicz wrote: On Tuesday, October 01, 2013 12:03:01 PM Yuvaraj Kumar C D wrote: Exynos5250 contains one Synopsys AHCI SATA controller.The avalaible ahci_platform

Re: [PATCH 1/3] ahci: exynos: add ahci sata support on Exynos platform

2013-10-08 Thread Roger Quadros
Hi, On 10/08/2013 02:44 PM, Yuvaraj Kumar wrote: On Fri, Oct 4, 2013 at 6:03 AM, Jingoo Han jg1@samsung.com wrote: On Thursday, October 03, 2013 8:32 PM, Bartlomiej Zolnierkiewicz wrote: On Tuesday, October 01, 2013 12:03:01 PM Yuvaraj Kumar C D wrote: Exynos5250 contains one Synopsys

Re: [PATCH 1/3] ahci: exynos: add ahci sata support on Exynos platform

2013-10-03 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday, October 01, 2013 12:03:01 PM Yuvaraj Kumar C D wrote: Exynos5250 contains one Synopsys AHCI SATA controller.The avalaible ahci_platform driver is not sufficient to handle the AHCI PHY and PHY clock related initialization. This patch adds exynos specific ahci sata

Re: [PATCH 1/3] ahci: exynos: add ahci sata support on Exynos platform

2013-10-03 Thread Jingoo Han
On Thursday, October 03, 2013 8:32 PM, Bartlomiej Zolnierkiewicz wrote: On Tuesday, October 01, 2013 12:03:01 PM Yuvaraj Kumar C D wrote: Exynos5250 contains one Synopsys AHCI SATA controller.The avalaible ahci_platform driver is not sufficient to handle the AHCI PHY and PHY clock related

[PATCH 1/3] ahci: exynos: add ahci sata support on Exynos platform

2013-10-01 Thread Yuvaraj Kumar C D
Exynos5250 contains one Synopsys AHCI SATA controller.The avalaible ahci_platform driver is not sufficient to handle the AHCI PHY and PHY clock related initialization. This patch adds exynos specific ahci sata driver,contained the exynos specific initialized codes, re-use the generic

Re: [PATCH 1/3] ahci: exynos: add ahci sata support on Exynos platform

2013-10-01 Thread Sachin Kamat
Hi Yuvaraj, On 1 October 2013 12:03, Yuvaraj Kumar C D yuvaraj...@gmail.com wrote: Exynos5250 contains one Synopsys AHCI SATA controller.The avalaible ahci_platform driver is not sufficient to handle the AHCI PHY and PHY clock related initialization. +err_out: +

Re: [PATCH 1/3] ahci: exynos: add ahci sata support on Exynos platform

2013-10-01 Thread Kishon Vijay Abraham I
On Tuesday 01 October 2013 12:03 PM, Yuvaraj Kumar C D wrote: Exynos5250 contains one Synopsys AHCI SATA controller.The avalaible ahci_platform driver is not sufficient to handle the AHCI PHY and PHY clock related initialization. This patch adds exynos specific ahci sata driver,contained the