RE: [PATCH] OMAP: TI816X: Add SATA support

2011-04-12 Thread Basheer, Mansoor Ahamed
Hilman, Kevin wrote: Cousson, Benoit b-cous...@ti.com writes: On 4/7/2011 1:23 PM, Balbi, Felipe wrote: Hi, On Thu, Apr 07, 2011 at 03:54:47PM +0530, Basheer, Mansoor Ahamed wrote: @@ -100,6 +102,129 @@ static int __init omap4_l3_init(void) } postcore_initcall(omap4_l3_init);

[PATCH] OMAP: TI816X: Add SATA support

2011-04-07 Thread Basheer, Mansoor Ahamed
From: Mansoor Ahamed mansoor.aha...@ti.com Add support for SATA controller on the TI816X devices. TI816X supports 1 HBA with 2 ports (dedicated DMA). This is a Gen 2 HBA with 3Gbps support. It supports Port Multiplier but only in Command Based Switching mode. The patch adds required platform

Re: [PATCH] OMAP: TI816X: Add SATA support

2011-04-07 Thread Felipe Balbi
Hi, On Thu, Apr 07, 2011 at 03:54:47PM +0530, Basheer, Mansoor Ahamed wrote: @@ -100,6 +102,129 @@ static int __init omap4_l3_init(void) } postcore_initcall(omap4_l3_init); +#if defined(CONFIG_SATA_AHCI_PLATFORM) || \ + defined(CONFIG_SATA_AHCI_PLATFORM_MODULE) + +static struct

Re: [PATCH] OMAP: TI816X: Add SATA support

2011-04-07 Thread Cousson, Benoit
On 4/7/2011 1:23 PM, Balbi, Felipe wrote: Hi, On Thu, Apr 07, 2011 at 03:54:47PM +0530, Basheer, Mansoor Ahamed wrote: @@ -100,6 +102,129 @@ static int __init omap4_l3_init(void) } postcore_initcall(omap4_l3_init); +#if defined(CONFIG_SATA_AHCI_PLATFORM) || \ +

Re: [PATCH] OMAP: TI816X: Add SATA support

2011-04-07 Thread Kevin Hilman
Cousson, Benoit b-cous...@ti.com writes: On 4/7/2011 1:23 PM, Balbi, Felipe wrote: Hi, On Thu, Apr 07, 2011 at 03:54:47PM +0530, Basheer, Mansoor Ahamed wrote: @@ -100,6 +102,129 @@ static int __init omap4_l3_init(void) } postcore_initcall(omap4_l3_init); +#if