diff mbox

[1/1,resend] pata_via.c: Add VIA VX900 support

Message ID 62692B81D079DA49BA9287A3CDF6B41C0162C758@exchtp12.taipei.via.com.tw
State Accepted
Delegated to: Andy Whitcroft
Headers show

Commit Message

BruceChang@via.com.tw March 26, 2010, 9:28 a.m. UTC
Hello Stefan:
     It's confirmed that this patch has been submitted to both upstream and stable. Following is the original email:

From: Joseph Chan
Sent: 2010/3/19 [星期五] 下午 02:08
To: linux-ide@vger.kernel.org; stable@kernel.org
Cc: tj@kernel.org; alan@lxorguk.ukuu.org.uk; jeff@garzik.org
Subject: [Patch 1/1 RESEND] pata_via.c: Add VIA VX900 support


Add the VIA VX900 (0x9001) support

Signed-off-by: Joseph Chan<josephchan@via.com.tw>


Thanks and Best Regards
=================================================
Bruce C. Chang(張祖明)
VIA Technologies, Inc.
Address: 1F, 531, Chung-Cheng Road, Hsin-Tien, 231 Taipei
Tel: +886-2-22185452 Ext 7323
Mobile: +886-968343824
Fax: +886-2-22186282
Skype: Bruce.C.Chang
Email: BruceChang@via.com.tw


-----Original Message-----
From: Bruce Chang 
Sent: Friday, March 26, 2010 4:47 PM
To: 'Stefan Bader'
Cc: kernel-team@lists.ubuntu.com; Joseph Chan
Subject: RE: [Patch 1/1 resend] pata_via.c: Add VIA VX900 support

Hello Stefan: 
>  One thing, could you please get back to Joseph and Jeff and ask whether they could send a note about this patch to stable@kernel.org.
Sure, I think Joseph should have done that. Let me check with him.

Thanks and Best Regards
=================================================
Bruce C. Chang(張祖明)
VIA Technologies, Inc.
Address: 1F, 531, Chung-Cheng Road, Hsin-Tien, 231 Taipei
Tel: +886-2-22185452 Ext 7323
Mobile: +886-968343824
Fax: +886-2-22186282
Skype: Bruce.C.Chang
Email: BruceChang@via.com.tw
diff mbox

Patch

--- a/drivers/ata/pata_via.c    2010-03-15 04:16:15.000000000 -0400
+++ b/drivers/ata/pata_via.c    2010-03-15 05:14:34.000000000 -0400
@@ -677,6 +677,7 @@ 
        { PCI_VDEVICE(VIA, 0x3164), },
        { PCI_VDEVICE(VIA, 0x5324), },
        { PCI_VDEVICE(VIA, 0xC409), VIA_IDFLAG_SINGLE },
+       { PCI_VDEVICE(VIA, 0x9001), VIA_IDFLAG_SINGLE },

        { },
 };