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

2014-06-17 Thread Bartlomiej Zolnierkiewicz
On Tuesday, June 17, 2014 10:42:36 AM Kumar Gala wrote: > > On Jun 17, 2014, at 7:25 AM, Bartlomiej Zolnierkiewicz > wrote: [...] > >> +static struct platform_driver qcom_ahci_driver = { > >> + .probe = qcom_ahci_probe, > >> + .remove = ata_platform_remove_one, > >> + .driver = { > >> +

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

2014-06-17 Thread Kumar Gala
On Jun 17, 2014, at 7:25 AM, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Friday, June 13, 2014 11:16:03 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 >>

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

2014-06-17 Thread Bartlomiej Zolnierkiewicz
Hi, On Friday, June 13, 2014 11:16:03 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 associated IPQ806x SATA PHY Driver to be enabled as well. > >

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

2014-06-17 Thread Bartlomiej Zolnierkiewicz
Hi, On Friday, June 13, 2014 11:16:03 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 associated IPQ806x SATA PHY Driver to be enabled as well.

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

2014-06-17 Thread Kumar Gala
On Jun 17, 2014, at 7:25 AM, Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com wrote: Hi, On Friday, June 13, 2014 11:16:03 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

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

2014-06-17 Thread Bartlomiej Zolnierkiewicz
On Tuesday, June 17, 2014 10:42:36 AM Kumar Gala wrote: On Jun 17, 2014, at 7:25 AM, Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com wrote: [...] +static struct platform_driver qcom_ahci_driver = { + .probe = qcom_ahci_probe, + .remove = ata_platform_remove_one, + .driver = {

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

2014-06-13 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 --- v2: * Fixed MODULE_LICENSE to be GPL v2

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

2014-06-13 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 ga...@codeaurora.org --- v2: * Fixed MODULE_LICENSE