Re: [RFC PATCH v2 05/32] PCI/core: use PCIe capabilities access functions to simplify implementation

2012-07-28 Thread Jiang Liu
Hi Dan, Sorry for slow response, was busy with a patch for a new PCI hotplug framework patch set last week. Thanks for your comments, and seems I need to be more aggressive to reduce redundant pci_is_pcie() checks:) Will send out V3 to simplify code further. Thanks!

Re: [RFC PATCH v2 05/32] PCI/core: use PCIe capabilities access functions to simplify implementation

2012-07-28 Thread Jiang Liu
Hi Dan, Sorry for slow response, was busy with a patch for a new PCI hotplug framework patch set last week. Thanks for your comments, and seems I need to be more aggressive to reduce redundant pci_is_pcie() checks:) Will send out V3 to simplify code further. Thanks!

Re: [RFC PATCH v2 05/32] PCI/core: use PCIe capabilities access functions to simplify implementation

2012-07-25 Thread Don Dutile
sorry for delay... i thought i had sent it out yesterday, but found it today when cleaning up/out the multiple of windows/xterms on my desktop. On 07/24/2012 12:31 PM, Jiang Liu wrote: From: Jiang Liu Use PCIe capabilities access functions to simplify PCI core implementation. Signed-off-by:

Re: [RFC PATCH v2 05/32] PCI/core: use PCIe capabilities access functions to simplify implementation

2012-07-25 Thread Don Dutile
sorry for delay... i thought i had sent it out yesterday, but found it today when cleaning up/out the multiple of windows/xterms on my desktop. On 07/24/2012 12:31 PM, Jiang Liu wrote: From: Jiang Liujiang@huawei.com Use PCIe capabilities access functions to simplify PCI core

[RFC PATCH v2 05/32] PCI/core: use PCIe capabilities access functions to simplify implementation

2012-07-24 Thread Jiang Liu
From: Jiang Liu Use PCIe capabilities access functions to simplify PCI core implementation. Signed-off-by: Jiang Liu Signed-off-by: Yijing Wang --- drivers/pci/pci.c| 260 +++--- drivers/pci/probe.c | 18 +--- drivers/pci/quirks.c |9 +-

[RFC PATCH v2 05/32] PCI/core: use PCIe capabilities access functions to simplify implementation

2012-07-24 Thread Jiang Liu
From: Jiang Liu jiang@huawei.com Use PCIe capabilities access functions to simplify PCI core implementation. Signed-off-by: Jiang Liu liu...@gmail.com Signed-off-by: Yijing Wang wangyij...@huawei.com --- drivers/pci/pci.c| 260 +++---