linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dongdong Liu <liudongdong3@huawei.com>
To: <helgaas@kernel.org>
Cc: <linux-pci@vger.kernel.org>, <keith.busch@intel.com>,
	<gabriele.paoloni@huawei.com>, <charles.chenxin@huawei.com>,
	<linuxarm@huawei.com>, Dongdong Liu <liudongdong3@huawei.com>
Subject: [PATCH V5 0/2] PCI/DPC: Add eDPC support
Date: Sat, 19 Aug 2017 17:07:19 +0800	[thread overview]
Message-ID: <1503133641-114550-1-git-send-email-liudongdong3@huawei.com> (raw)

This patchset is to add eDPC support and use a local
"struct device *dev" for brevity and consistency in DPC driver.

v4->v5:
- Fix some compile warnings.

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   | 187 +++++++++++++++++++++++++++++++++++++++---
 include/uapi/linux/pci_regs.h |  10 +++
 2 files changed, 187 insertions(+), 10 deletions(-)

-- 
1.9.1

             reply	other threads:[~2017-08-19  9:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-19  9:07 Dongdong Liu [this message]
2017-08-19  9:07 ` [PATCH V5 1/2] PCI/DPC: Add eDPC support Dongdong Liu
2017-08-21 14:40   ` Keith Busch
2017-08-19  9:07 ` [PATCH V5 2/2] PCI/DPC: Add local struct device Dongdong Liu
2017-08-21 14:40   ` Keith Busch
2017-08-24 16:32 ` [PATCH V5 0/2] PCI/DPC: Add eDPC support Bjorn Helgaas
2017-08-25  2:24   ` Dongdong Liu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1503133641-114550-1-git-send-email-liudongdong3@huawei.com \
    --to=liudongdong3@huawei.com \
    --cc=charles.chenxin@huawei.com \
    --cc=gabriele.paoloni@huawei.com \
    --cc=helgaas@kernel.org \
    --cc=keith.busch@intel.com \
    --cc=linux-pci@vger.kernel.org \
    --cc=linuxarm@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).