Re: [PATCH v3 2/3] ata: Add Qualcomm ARM SoC AHCI SATA host controller driver

2014-08-21 Thread Kumar Gala
On Jun 17, 2014, at 1:36 PM, Kumar Gala wrote: > Add support for the Qualcomm AHCI SATA controller that exists on several > SoC and specifically the IPQ806x family of chips. The IPQ806x SATA support > requires the associated IPQ806x SATA PHY Driver to be enabled as well. > > Signed-off-by: Kum

Re: [PATCH v3 2/3] ata: Add Qualcomm ARM SoC AHCI SATA host controller driver

2014-07-15 Thread kiran padwal
tested-by: Kiran Padwal This driver tested with APQ806x SATA PHY Driver. On Wed, Jun 18, 2014 at 12:06 AM, Kumar Gala wrote: > Add support for the Qualcomm AHCI SATA controller that exists on several > SoC and specifically the IPQ806x family of chips. The IPQ806x SATA support > requires the ass

[PATCH v3 2/3] ata: Add Qualcomm ARM SoC AHCI SATA host controller driver

2014-06-17 Thread Kumar Gala
Add support for the Qualcomm AHCI SATA controller that exists on several SoC and specifically the IPQ806x family of chips. The IPQ806x SATA support requires the associated IPQ806x SATA PHY Driver to be enabled as well. Signed-off-by: Kumar Gala --- v3: * Added comment about suspend/resume not su