From: Ramon Fried <ramon.fried@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 0/3] Add Cadence PCIe endpoint driver with new uclass
Date: Sat, 6 Apr 2019 05:11:59 +0300 [thread overview]
Message-ID: <20190406021202.6505-1-ramon.fried@gmail.com> (raw)
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
next reply other threads:[~2019-04-06 2:11 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-06 2:11 Ramon Fried [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190406021202.6505-1-ramon.fried@gmail.com \
--to=ramon.fried@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox