All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add DesignWare EP support
@ 2018-05-14 16:17 Gustavo Pimentel
  2018-05-14 16:17 ` [PATCH 1/4] bindings: PCI: designware: Example update Gustavo Pimentel
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Gustavo Pimentel @ 2018-05-14 16:17 UTC (permalink / raw)
  To: bhelgaas, lorenzo.pieralisi, Joao.Pinto, jingoohan1, kishon,
	robh+dt, mark.rutland
  Cc: linux-pci, linux-kernel, devicetree, Gustavo Pimentel

The PCIe controller dual mode is capable of operating in RC mode as well
as EP mode by configuration option. Till now only RC mode was supported,
with this patch is add EP support to the DesignWare driver.

Gustavo Pimentel (4):
  bindings: PCI: designware: Example update
  PCI: dwc: Add support for EP mode
  bindings: PCI: designware: Add support for EP in DesignWare driver
  misc: pci_endpoint_test: Add DesignWare EP entry

 .../devicetree/bindings/pci/designware-pcie.txt    |  24 +++-
 drivers/misc/pci_endpoint_test.c                   |   1 +
 drivers/pci/dwc/Kconfig                            |  41 ++++--
 drivers/pci/dwc/pcie-designware-ep.c               |   3 +
 drivers/pci/dwc/pcie-designware-plat.c             | 149 +++++++++++++++++++--
 drivers/pci/endpoint/functions/pci-epf-test.c      |   7 +
 include/linux/pci-epc.h                            |   8 ++
 7 files changed, 206 insertions(+), 27 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH 0/4] Add DesignWare EP support
@ 2018-05-15  7:13 Gustavo Pimentel
  2018-05-15  7:13 ` [PATCH 2/4] PCI: dwc: Add support for EP mode Gustavo Pimentel
  0 siblings, 1 reply; 10+ messages in thread
From: Gustavo Pimentel @ 2018-05-15  7:13 UTC (permalink / raw)
  To: bhelgaas, lorenzo.pieralisi, Joao.Pinto, jingoohan1, kishon,
	robh+dt, mark.rutland
  Cc: linux-pci, linux-kernel, devicetree, Gustavo Pimentel

The PCIe controller dual mode is capable of operating in RC mode as well
as EP mode by configuration option. Till now only RC mode was supported,
with this patch is add EP support to the DesignWare driver.

Gustavo Pimentel (4):
  bindings: PCI: designware: Example update
  PCI: dwc: Add support for EP mode
  bindings: PCI: designware: Add support for EP in DesignWare driver
  misc: pci_endpoint_test: Add DesignWare EP entry

 .../devicetree/bindings/pci/designware-pcie.txt    |  24 +++-
 drivers/misc/pci_endpoint_test.c                   |   1 +
 drivers/pci/dwc/Kconfig                            |  41 ++++--
 drivers/pci/dwc/pcie-designware-ep.c               |   3 +
 drivers/pci/dwc/pcie-designware-plat.c             | 149 +++++++++++++++++++--
 drivers/pci/endpoint/functions/pci-epf-test.c      |   7 +
 include/linux/pci-epc.h                            |   8 ++
 7 files changed, 206 insertions(+), 27 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-05-15  7:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-14 16:17 [PATCH 0/4] Add DesignWare EP support Gustavo Pimentel
2018-05-14 16:17 ` [PATCH 1/4] bindings: PCI: designware: Example update Gustavo Pimentel
2018-05-14 16:17 ` [PATCH 2/4] PCI: dwc: Add support for EP mode Gustavo Pimentel
2018-05-14 16:23   ` Joao Pinto
2018-05-14 16:23     ` Joao Pinto
2018-05-15  0:04   ` kbuild test robot
2018-05-15  0:04     ` kbuild test robot
2018-05-14 16:17 ` [PATCH 3/4] bindings: PCI: designware: Add support for EP in DesignWare driver Gustavo Pimentel
2018-05-14 16:17 ` [PATCH 4/4] misc: pci_endpoint_test: Add DesignWare EP entry Gustavo Pimentel
2018-05-15  7:13 [PATCH 0/4] Add DesignWare EP support Gustavo Pimentel
2018-05-15  7:13 ` [PATCH 2/4] PCI: dwc: Add support for EP mode Gustavo Pimentel

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.