diff mbox

[#upstream-fixes] ahci: add another PCI ID for marvell

Message ID 4CF3BF4A.4080009@kernel.org
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

Tejun Heo Nov. 29, 2010, 2:57 p.m. UTC
1b4b:91a3 seems to be another PCI ID for marvell ahci.  Add it.
Reported and tested in the following thread.

 http://thread.gmane.org/gmane.linux.kernel/1068354

Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Borislav Petkov <bp@alien8.de>
Reported-by: Alessandro Tagliapietra <tagliapietra.alessandro@gmail.com>
---
 drivers/ata/ahci.c |    2 ++
 1 file changed, 2 insertions(+)

--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Tejun Heo Jan. 25, 2011, 1:41 p.m. UTC | #1
On Mon, Nov 29, 2010 at 03:57:14PM +0100, Tejun Heo wrote:
> 1b4b:91a3 seems to be another PCI ID for marvell ahci.  Add it.
> Reported and tested in the following thread.
> 
>  http://thread.gmane.org/gmane.linux.kernel/1068354
> 
> Signed-off-by: Tejun Heo <tj@kernel.org>
> Reported-by: Borislav Petkov <bp@alien8.de>
> Reported-by: Alessandro Tagliapietra <tagliapietra.alessandro@gmail.com>

Jeff, ping?
Jeff Garzik Jan. 25, 2011, 7:09 p.m. UTC | #2
On 01/25/2011 08:41 AM, Tejun Heo wrote:
> On Mon, Nov 29, 2010 at 03:57:14PM +0100, Tejun Heo wrote:
>> 1b4b:91a3 seems to be another PCI ID for marvell ahci.  Add it.
>> Reported and tested in the following thread.
>>
>>   http://thread.gmane.org/gmane.linux.kernel/1068354
>>
>> Signed-off-by: Tejun Heo<tj@kernel.org>
>> Reported-by: Borislav Petkov<bp@alien8.de>
>> Reported-by: Alessandro Tagliapietra<tagliapietra.alessandro@gmail.com>
>
> Jeff, ping?

Missed this one, for some reason.  Found, and queued.

Will go in the push to Linus this week, but due to LCA he might not pull 
for a bit.


--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Jeff Garzik March 15, 2011, 6:45 a.m. UTC | #3
On 11/29/2010 09:57 AM, Tejun Heo wrote:
> 1b4b:91a3 seems to be another PCI ID for marvell ahci.  Add it.
> Reported and tested in the following thread.
>
>   http://thread.gmane.org/gmane.linux.kernel/1068354
>
> Signed-off-by: Tejun Heo<tj@kernel.org>
> Reported-by: Borislav Petkov<bp@alien8.de>
> Reported-by: Alessandro Tagliapietra<tagliapietra.alessandro@gmail.com>
> ---
>   drivers/ata/ahci.c |    2 ++
>   1 file changed, 2 insertions(+)

Found this one in the dustbin while searching around...  still needed, 
apparently.  Resurrected and applied.

--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 3288263..0c39fbb 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -380,6 +380,8 @@  static const struct pci_device_id ahci_pci_tbl[] = {
 	{ PCI_VDEVICE(MARVELL, 0x6121), board_ahci_mv },	/* 6121 */
 	{ PCI_DEVICE(0x1b4b, 0x9123),
 	  .driver_data = board_ahci_yes_fbs },			/* 88se9128 */
+	{ PCI_DEVICE(0x1b4b, 0x91a3),
+	  .driver_data = board_ahci_yes_fbs },

 	/* Promise */
 	{ PCI_VDEVICE(PROMISE, 0x3f20), board_ahci },	/* PDC42819 */