[U-Boot] [PATCH v3 2/4] pci_ep: add Cadence PCIe endpoint driver

Simon Glass sjg at chromium.org
Thu May 9 03:53:56 UTC 2019


On Sat, 27 Apr 2019 at 02:15, Ramon Fried <ramon.fried at gmail.com> wrote:
>
> Add Cadence PCIe endpoint driver supporting configuration
> of header, bars and MSI for device.
>
> Signed-off-by: Ramon Fried <ramon.fried at gmail.com>
> ---
>
> Changes in v3: None
>
>  .../pci_endpoint/cdns,cdns-pcie-ep.txt        |  18 +
>  drivers/pci_endpoint/Kconfig                  |   8 +
>  drivers/pci_endpoint/Makefile                 |   1 +
>  drivers/pci_endpoint/pcie-cadence-ep.c        | 177 ++++++++++
>  drivers/pci_endpoint/pcie-cadence.h           | 309 ++++++++++++++++++
>  5 files changed, 513 insertions(+)
>  create mode 100644 doc/device-tree-bindings/pci_endpoint/cdns,cdns-pcie-ep.txt
>  create mode 100644 drivers/pci_endpoint/pcie-cadence-ep.c
>  create mode 100644 drivers/pci_endpoint/pcie-cadence.h

Reviewed-by: Simon Glass <sjg at chromium.org>

It would be better if you avoided the #includes in your header file.


More information about the U-Boot mailing list