* [PATCH v2] ahci: Add Device ID for Intel Sunrise Point PCH
@ 2015-11-06 20:18 Charles_Rose
2015-11-16 16:20 ` Tejun Heo
0 siblings, 1 reply; 2+ messages in thread
From: Charles_Rose @ 2015-11-06 20:18 UTC (permalink / raw)
To: tj, linux-ide; +Cc: Charles_Rose, Nanda_Kishore_Chinna
This patch adds missing AHCI RAID SATA Device IDs for the Intel Sunrise
Point PCH.
Signed-off-by: Nanda Kishore Chinna <nanda_kishore_chinna@dell.com>
Signed-off-by: Charles Rose <charles_rose@dell.com>
---
drivers/ata/ahci.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index a466602..e8a484a 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -340,8 +340,10 @@ static const struct pci_device_id ahci_pci_tbl[] = {
{ PCI_VDEVICE(INTEL, 0x9d03), board_ahci }, /* Sunrise Point-LP AHCI */
{ PCI_VDEVICE(INTEL, 0x9d05), board_ahci }, /* Sunrise Point-LP RAID */
{ PCI_VDEVICE(INTEL, 0x9d07), board_ahci }, /* Sunrise Point-LP RAID */
+ { PCI_VDEVICE(INTEL, 0xa102), board_ahci }, /* Sunrise Point-H AHCI */
{ PCI_VDEVICE(INTEL, 0xa103), board_ahci }, /* Sunrise Point-H AHCI */
{ PCI_VDEVICE(INTEL, 0xa105), board_ahci }, /* Sunrise Point-H RAID */
+ { PCI_VDEVICE(INTEL, 0xa106), board_ahci }, /* Sunrise Point-H RAID */
{ PCI_VDEVICE(INTEL, 0xa107), board_ahci }, /* Sunrise Point-H RAID */
{ PCI_VDEVICE(INTEL, 0xa10f), board_ahci }, /* Sunrise Point-H RAID */
--
2.5.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] ahci: Add Device ID for Intel Sunrise Point PCH
2015-11-06 20:18 [PATCH v2] ahci: Add Device ID for Intel Sunrise Point PCH Charles_Rose
@ 2015-11-16 16:20 ` Tejun Heo
0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2015-11-16 16:20 UTC (permalink / raw)
To: Charles_Rose; +Cc: linux-ide, Nanda_Kishore_Chinna
On Fri, Nov 06, 2015 at 02:18:56PM -0600, Charles_Rose@Dell.com wrote:
> This patch adds missing AHCI RAID SATA Device IDs for the Intel Sunrise
> Point PCH.
>
> Signed-off-by: Nanda Kishore Chinna <nanda_kishore_chinna@dell.com>
> Signed-off-by: Charles Rose <charles_rose@dell.com>
Applied to libata/for-4.4-fixes.
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-16 16:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-06 20:18 [PATCH v2] ahci: Add Device ID for Intel Sunrise Point PCH Charles_Rose
2015-11-16 16:20 ` Tejun Heo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).