From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: From: Dongdong Liu To: CC: , , , , , Dongdong Liu Subject: [PATCH V4 0/2] PCI/DPC: Add eDPC support Date: Fri, 18 Aug 2017 16:21:47 +0800 Message-ID: <1503044509-35876-1-git-send-email-liudongdong3@huawei.com> MIME-Version: 1.0 Content-Type: text/plain List-ID: This patchset is to add eDPC support and use a local "struct device *dev" for brevity and consistency in DPC driver. v3->v4: - Use pcie_device's device to keep consistency. - Adjust patch sequence. v2->v3: - Add a separate patch to use a local "struct device *dev" for brevity and consistency in DPC driver. - Fix comments on PATCH V2. - Rebase on v4.13-rc5. v1->v2: - Use a stack local variable instead of the allocated memory for collecting RP PIO information. - Fix the condition of RP PIO error. - Rebase on v4.13-rc1. Dongdong Liu (2): PCI/DPC: Add eDPC support PCI/DPC: Add local struct device drivers/pci/pcie/pcie-dpc.c | 188 +++++++++++++++++++++++++++++++++++++++--- include/uapi/linux/pci_regs.h | 10 +++ 2 files changed, 188 insertions(+), 10 deletions(-) -- 1.9.1