All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/2] PCI/DPC: Add eDPC support
@ 2017-08-17 11:48 Dongdong Liu
  2017-08-17 11:48 ` [PATCH V3 1/2] PCI/DPC: Add local struct device Dongdong Liu
  2017-08-17 11:48 ` [PATCH V3 2/2] PCI/DPC: Add eDPC support Dongdong Liu
  0 siblings, 2 replies; 6+ messages in thread
From: Dongdong Liu @ 2017-08-17 11:48 UTC (permalink / raw)
  To: helgaas
  Cc: linux-pci, keith.busch, gabriele.paoloni, charles.chenxin,
	linuxarm, Dongdong Liu

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

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 local struct device
  PCI/DPC: Add eDPC support

 drivers/pci/pcie/pcie-dpc.c   | 177 ++++++++++++++++++++++++++++++++++++++++--
 include/uapi/linux/pci_regs.h |  10 +++
 2 files changed, 181 insertions(+), 6 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-08-18  1:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-17 11:48 [PATCH V3 0/2] PCI/DPC: Add eDPC support Dongdong Liu
2017-08-17 11:48 ` [PATCH V3 1/2] PCI/DPC: Add local struct device Dongdong Liu
2017-08-17 15:32   ` Keith Busch
2017-08-17 16:34     ` Bjorn Helgaas
2017-08-18  1:55       ` Dongdong Liu
2017-08-17 11:48 ` [PATCH V3 2/2] PCI/DPC: Add eDPC support Dongdong Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.