linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] PCI: dwc: Export symbols to support module build
@ 2019-04-04 12:20 Vidya Sagar
  2019-04-04 12:20 ` [PATCH 1/2] PCI: dwc: Add API support to de-initialize host Vidya Sagar
  2019-04-04 12:20 ` [PATCH 2/2] PCI: dwc: Export APIs to support .remove() implementation Vidya Sagar
  0 siblings, 2 replies; 6+ messages in thread
From: Vidya Sagar @ 2019-04-04 12:20 UTC (permalink / raw)
  To: jingoohan1, gustavo.pimentel, lorenzo.pieralisi, bhelgaas,
	Jisheng.Zhang, thierry.reding
  Cc: linux-pci, linux-kernel, kthota, mmaddireddy, sagar.tv, vidyas

This patch set is based on Jisheng Zhang's <Jisheng.Zhang@synaptics.com>
patch set to support implementing .remove() hook in host controller
drivers of Designware based implementations.
Jisheng's patches: https://patchwork.kernel.org/project/linux-pci/list/?series=98559
This patch set moves config space APIs which are inlined in headers to
source files and exports them along with the other required APIs to
support building host controller drivers as modules.

Vidya Sagar (2):
  PCI: dwc: Add API support to de-initialize host
  PCI: dwc: Export APIs to support .remove() implementation

 drivers/pci/controller/dwc/pcie-designware-host.c | 11 +++++++
 drivers/pci/controller/dwc/pcie-designware.c      | 38 +++++++++++++++++++++
 drivers/pci/controller/dwc/pcie-designware.h      | 40 +++++++----------------
 3 files changed, 60 insertions(+), 29 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-04-16 13:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-04 12:20 [PATCH 0/2] PCI: dwc: Export symbols to support module build Vidya Sagar
2019-04-04 12:20 ` [PATCH 1/2] PCI: dwc: Add API support to de-initialize host Vidya Sagar
2019-04-16 11:21   ` vidya sagar
2019-04-16 13:39   ` Gustavo Pimentel
2019-04-04 12:20 ` [PATCH 2/2] PCI: dwc: Export APIs to support .remove() implementation Vidya Sagar
2019-04-16 13:43   ` Gustavo Pimentel

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).