linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] PCI: dwc: Export symbols to support module build
@ 2019-04-16 14:15 Vidya Sagar
  2019-04-16 14:15 ` [PATCH V2 1/2] PCI: dwc: Add API support to de-initialize host Vidya Sagar
  2019-04-16 14:15 ` [PATCH V2 2/2] PCI: dwc: Export APIs to support .remove() implementation Vidya Sagar
  0 siblings, 2 replies; 7+ messages in thread
From: Vidya Sagar @ 2019-04-16 14:15 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

 .../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.17.1


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

end of thread, other threads:[~2019-05-02 17:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-16 14:15 [PATCH V2 0/2] PCI: dwc: Export symbols to support module build Vidya Sagar
2019-04-16 14:15 ` [PATCH V2 1/2] PCI: dwc: Add API support to de-initialize host Vidya Sagar
2019-05-02 14:58   ` Lorenzo Pieralisi
2019-05-02 17:02     ` Vidya Sagar
2019-04-16 14:15 ` [PATCH V2 2/2] PCI: dwc: Export APIs to support .remove() implementation Vidya Sagar
2019-05-02 14:51   ` Lorenzo Pieralisi
2019-05-02 17:00     ` Vidya Sagar

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