public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/3] Add Cadence PCIe endpoint driver with new uclass
@ 2019-04-06  2:11 Ramon Fried
  2019-04-06  2:12 ` [U-Boot] [PATCH v1 1/3] drivers: pci_ep: Introduce UCLASS_PCI_EP uclass Ramon Fried
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Ramon Fried @ 2019-04-06  2:11 UTC (permalink / raw)
  To: u-boot


This patchset adds support for new uclass, UCLASS_PCI_EP
allowing new set of PCI endpoint drivers.
Included in the patchset is also a driver for Cadence PCIe endpoint.


Ramon Fried (3):
  drivers: pci_ep: Introduce UCLASS_PCI_EP uclass
  pci: pci.h: add missing maskbit
  pci_ep: add Cadence PCIe endpoint driver

 .../pci_endpoint/cdns,cdns-pcie-ep.txt        |  18 +
 drivers/Kconfig                               |   2 +
 drivers/Makefile                              |   1 +
 drivers/pci_endpoint/Kconfig                  |  25 ++
 drivers/pci_endpoint/Makefile                 |   7 +
 drivers/pci_endpoint/pci_ep-uclass.c          | 192 +++++++++
 drivers/pci_endpoint/pcie-cadence-ep.c        | 177 +++++++++
 drivers/pci_endpoint/pcie-cadence.h           | 309 +++++++++++++++
 include/dm/uclass-id.h                        |   1 +
 include/pci.h                                 |   1 +
 include/pci_ep.h                              | 375 ++++++++++++++++++
 11 files changed, 1108 insertions(+)
 create mode 100644 doc/device-tree-bindings/pci_endpoint/cdns,cdns-pcie-ep.txt
 create mode 100644 drivers/pci_endpoint/Kconfig
 create mode 100644 drivers/pci_endpoint/Makefile
 create mode 100644 drivers/pci_endpoint/pci_ep-uclass.c
 create mode 100644 drivers/pci_endpoint/pcie-cadence-ep.c
 create mode 100644 drivers/pci_endpoint/pcie-cadence.h
 create mode 100644 include/pci_ep.h

-- 
2.21.0

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

end of thread, other threads:[~2019-04-25  2:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-06  2:11 [U-Boot] [PATCH v1 0/3] Add Cadence PCIe endpoint driver with new uclass Ramon Fried
2019-04-06  2:12 ` [U-Boot] [PATCH v1 1/3] drivers: pci_ep: Introduce UCLASS_PCI_EP uclass Ramon Fried
2019-04-22  2:56   ` Simon Glass
2019-04-22 16:32     ` Ramon Fried
2019-04-24 23:44       ` Simon Glass
2019-04-25  2:55         ` Ramon Fried
2019-04-06  2:12 ` [U-Boot] [PATCH v1 2/3] pci: pci.h: add missing maskbit Ramon Fried
2019-04-22  2:57   ` Simon Glass
2019-04-24 15:17     ` Simon Glass
2019-04-06  2:12 ` [U-Boot] [PATCH v1 3/3] pci_ep: add Cadence PCIe endpoint driver Ramon Fried
2019-04-22  2:56   ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox