May I request your help to enable VIA VX900 support in pata_via.c. for Lucid Lynx. The patch has been submitted for upstream to mainline kernel and has been applied by kernel maintainer Jeff Garzik(http://www.spinics.net/lists/linux-ide/msg37144.html). I understand the kernel of Lucid Lynx has been frozen. But this patch only adds a pci id into pata_via.c as below. Please kindly help integrate it into Lucid Lynx.
> Add the VIA VX900 (0x9001) support
>
> Signed-off-by: Joseph Chan<josephchan@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 },
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
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
03-26-2010, 07:01 AM
Stefan Bader
pata_via.c: Add VIA VX900 support
BruceChang@via.com.tw wrote:
> Hello Sir/Madam:
>
> May I request your help to enable VIA VX900 support in pata_via.c. for Lucid Lynx. The patch has been submitted for upstream to mainline kernel and has been applied by kernel maintainer Jeff Garzik(http://www.spinics.net/lists/linux-ide/msg37144.html). I understand the kernel of Lucid Lynx has been frozen. But this patch only adds a pci id into pata_via.c as below. Please kindly help integrate it into Lucid Lynx.
>> Add the VIA VX900 (0x9001) support
>>
>> Signed-off-by: Joseph Chan<josephchan@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 },
> 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
>
>
Hello Bruce,
as it is only and ID quirks, those look acceptable. 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. I think this patch would qualify there as well.
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
03-26-2010, 07:46 AM
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
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
03-26-2010, 08:28 AM
pata_via.c: Add VIA VX900 support
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
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
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
03-26-2010, 09:03 AM
Stefan Bader
pata_via.c: Add VIA VX900 support
BruceChang@via.com.tw wrote:
> Hello Sir/Madam:
>
> May I request your help to enable VIA VX900 support in pata_via.c. for Lucid Lynx. The patch has been submitted for upstream to mainline kernel and has been applied by kernel maintainer Jeff Garzik(http://www.spinics.net/lists/linux-ide/msg37144.html). I understand the kernel of Lucid Lynx has been frozen. But this patch only adds a pci id into pata_via.c as below. Please kindly help integrate it into Lucid Lynx.
>> Add the VIA VX900 (0x9001) support
>>
>> Signed-off-by: Joseph Chan<josephchan@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 },
>
> 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
>
>
Applied to Lucid master as pre-stable (http://bugs.launchpad.net/bugs/548675)
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
03-26-2010, 09:04 AM
pata_via.c: Add VIA VX900 support
Hello Stefan:
Thank you very much for your help.
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: Stefan Bader [mailto:stefan.bader@canonical.com]
Sent: Friday, March 26, 2010 6:04 PM
To: Bruce Chang
Cc: kernel-team@lists.ubuntu.com; Joseph Chan
Subject: [APPLIED][Patch 1/1 resend] pata_via.c: Add VIA VX900 support
BruceChang@via.com.tw wrote:
> Hello Sir/Madam:
>
> May I request your help to enable VIA VX900 support in pata_via.c. for Lucid Lynx. The patch has been submitted for upstream to mainline kernel and has been applied by kernel maintainer Jeff Garzik(http://www.spinics.net/lists/linux-ide/msg37144.html). I understand the kernel of Lucid Lynx has been frozen. But this patch only adds a pci id into pata_via.c as below. Please kindly help integrate it into Lucid Lynx.
>> Add the VIA VX900 (0x9001) support
>>
>> Signed-off-by: Joseph Chan<josephchan@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 },
>
> 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
>
>
Applied to Lucid master as pre-stable (http://bugs.launchpad.net/bugs/548675)
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team