Re: [PATCH 1/3] ahci: Add Device IDs for Intel 9 Series PCH

2014-08-28 Thread Tejun Heo
On Wed, Aug 27, 2014 at 02:29:07PM -0700, James Ralston wrote: > This patch adds the AHCI mode SATA Device IDs for the Intel 9 Series PCH. > > Signed-off-by: James Ralston Applied to libata/for-3.17-fixes w/ stable cc'd. Thanks. -- tejun -- To unsubscribe from this list: send the line

Re: [PATCH 1/3] ahci: Add Device IDs for Intel 9 Series PCH

2014-08-28 Thread Tejun Heo
On Wed, Aug 27, 2014 at 02:29:07PM -0700, James Ralston wrote: This patch adds the AHCI mode SATA Device IDs for the Intel 9 Series PCH. Signed-off-by: James Ralston james.d.rals...@intel.com Applied to libata/for-3.17-fixes w/ stable cc'd. Thanks. -- tejun -- To unsubscribe from this

[PATCH 1/3] ahci: Add Device IDs for Intel 9 Series PCH

2014-08-27 Thread James Ralston
This patch adds the AHCI mode SATA Device IDs for the Intel 9 Series PCH. Signed-off-by: James Ralston --- drivers/ata/ahci.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index a29f801..bca3d64 100644 --- a/drivers/ata/ahci.c +++

[PATCH 1/3] ahci: Add Device IDs for Intel 9 Series PCH

2014-08-27 Thread James Ralston
This patch adds the AHCI mode SATA Device IDs for the Intel 9 Series PCH. Signed-off-by: James Ralston james.d.rals...@intel.com --- drivers/ata/ahci.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index a29f801..bca3d64 100644 ---