All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Add Error Disconnect Recover (EDR) support
@ 2019-05-14 22:18 sathyanarayanan.kuppuswamy
  2019-05-14 22:18 ` [PATCH v3 1/5] PCI/ACPI: Add _OSC based negotiation support for DPC sathyanarayanan.kuppuswamy
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: sathyanarayanan.kuppuswamy @ 2019-05-14 22:18 UTC (permalink / raw)
  To: bhelgaas
  Cc: linux-pci, linux-kernel, ashok.raj, keith.busch,
	sathyanarayanan.kuppuswamy

From: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>

This patchset adds support for following features:

1. Error Disconnect Recover (EDR) support.
2. _OSC based negotiation support for DPC.

You can find EDR spec in the following link.

https://members.pcisig.com/wg/PCI-SIG/document/12614

Changes since v1:
 * Rebased on top of v5.1-rc1

Changes since v2:
 * Split EDR support patch into multiple patches.
 * Addressed Bjorn comments.

Kuppuswamy Sathyanarayanan (5):
  PCI/ACPI: Add _OSC based negotiation support for DPC
  PCI/DPC: Allow dpc_probe() even if DPC is handled in firmware
  PCI/DPC: Add dpc_process_error() wrapper function
  PCI/DPC: Add Error Disconnect Recover (EDR) support
  PCI/ACPI: Expose EDR support via _OSC to BIOS

 drivers/acpi/pci_root.c         |   9 ++
 drivers/pci/pcie/Kconfig        |  10 ++
 drivers/pci/pcie/dpc.c          | 265 ++++++++++++++++++++++++++++++--
 drivers/pci/pcie/portdrv_core.c |   8 +-
 drivers/pci/probe.c             |   1 +
 include/linux/acpi.h            |   6 +-
 include/linux/pci.h             |   1 +
 7 files changed, 282 insertions(+), 18 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-05-31 14:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-14 22:18 [PATCH v3 0/5] Add Error Disconnect Recover (EDR) support sathyanarayanan.kuppuswamy
2019-05-14 22:18 ` [PATCH v3 1/5] PCI/ACPI: Add _OSC based negotiation support for DPC sathyanarayanan.kuppuswamy
2019-05-31 13:03   ` Bjorn Helgaas
2019-05-14 22:18 ` [PATCH v3 2/5] PCI/DPC: Allow dpc_probe() even if DPC is handled in firmware sathyanarayanan.kuppuswamy
2019-05-31 13:15   ` Bjorn Helgaas
2019-05-14 22:18 ` [PATCH v3 3/5] PCI/DPC: Add dpc_process_error() wrapper function sathyanarayanan.kuppuswamy
2019-05-14 22:18 ` [PATCH v3 4/5] PCI/DPC: Add Error Disconnect Recover (EDR) support sathyanarayanan.kuppuswamy
2019-05-31 14:11   ` Bjorn Helgaas
2019-05-14 22:18 ` [PATCH v3 5/5] PCI/ACPI: Expose EDR support via _OSC to BIOS sathyanarayanan.kuppuswamy
2019-05-31 14:12 ` [PATCH v3 0/5] Add Error Disconnect Recover (EDR) support Bjorn Helgaas

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.