From patchwork Fri Mar 26 09:28:07 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: BruceChang@via.com.tw X-Patchwork-Id: 48622 X-Patchwork-Delegate: apw@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 67EDCB7CBD for ; Fri, 26 Mar 2010 20:28:15 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1Nv5pq-00079p-6l; Fri, 26 Mar 2010 09:28:10 +0000 Received: from exchtp08.via.com.tw ([61.66.243.7]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1Nv5po-00078s-PJ for kernel-team@lists.ubuntu.com; Fri, 26 Mar 2010 09:28:09 +0000 Received: from exchtp12.taipei.via.com.tw ([192.168.254.222]) by exchtp08.via.com.tw with Microsoft SMTPSVC(6.0.3790.3959); Fri, 26 Mar 2010 17:28:06 +0800 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: [Patch 1/1 resend] pata_via.c: Add VIA VX900 support Date: Fri, 26 Mar 2010 17:28:07 +0800 Message-ID: <62692B81D079DA49BA9287A3CDF6B41C0162C758@exchtp12.taipei.via.com.tw> In-Reply-To: <62692B81D079DA49BA9287A3CDF6B41C0162C757@exchtp12.taipei.via.com.tw> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Patch 1/1 resend] pata_via.c: Add VIA VX900 support thread-index: AcrMupzQu3JkNZp9RN6QCDtmbvFjXQABgdqgAAFtmhA= References: <62692B81D079DA49BA9287A3CDF6B41C0162C74B@exchtp12.taipei.via.com.tw> <4BAC69ED.1060806@canonical.com> <62692B81D079DA49BA9287A3CDF6B41C0162C757@exchtp12.taipei.via.com.tw> From: To: X-OriginalArrivalTime: 26 Mar 2010 09:28:06.0779 (UTC) FILETIME=[A46EB4B0:01CACCC6] Cc: JosephChan@via.com.tw, kernel-team@lists.ubuntu.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com 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 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 --- 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 }, { }, };