Re: [PATCH] Intel device IDs SATA

2015-11-06 Thread Alexandra Yates
Hi Tejun, On 11/06/2015 10:42 AM, Andy Shevchenko wrote: On Tue, Nov 3, 2015 at 9:09 PM, Alexandra Yates wrote: Adding Intel codename Lewisburg platform device IDs for SATA. Signed-off-by: Alexandra Yates --- drivers/ata/ahci.c | 18 ++ 1 file changed, 18 insertions(+) d

Re: [PATCH] Intel device IDs SATA

2015-11-06 Thread Andy Shevchenko
On Tue, Nov 3, 2015 at 9:09 PM, Alexandra Yates wrote: > Adding Intel codename Lewisburg platform device IDs for SATA. > > Signed-off-by: Alexandra Yates > --- > drivers/ata/ahci.c | 18 ++ > 1 file changed, 18 insertions(+) > > diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.

Re: [PATCH] Intel device IDs SATA

2015-11-03 Thread Tejun Heo
On Tue, Nov 03, 2015 at 11:09:51AM -0800, Alexandra Yates wrote: > @@ -161,6 +162,13 @@ static const struct ata_port_info ahci_port_info[] = { > .port_ops = &ahci_ops, > }, > /* by chipsets */ > + [board_ahci_lbg] = { > + .flags = AHCI_FLAG_C

[PATCH] Intel device IDs SATA

2015-11-03 Thread Alexandra Yates
Adding Intel codename Lewisburg platform device IDs for SATA. Signed-off-by: Alexandra Yates --- drivers/ata/ahci.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index a466602..8c7a04a 100644 --- a/drivers/ata/ahci.c +++ b/drivers