pci: uniphier: Add UniPhier PCIe controller driver
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Tue, 6 Jul 2021 10:01:09 +0000 (19:01 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 14 Jul 2021 20:48:08 +0000 (16:48 -0400)
commite22c25607b9d5bc6f5b2bb7531251453fcc80a9d
tree3ba74a7d50e745590ec2d4cc1bac895094139bc8
parentb0415d826fce8e04d0c2f09876a479301ccb6405
pci: uniphier: Add UniPhier PCIe controller driver

Add PCIe driver for UniPhier SoCs. This PCIe controller is based on
Synopsys DesignWare Core IP.

This version doesn't apply common DW functions because supported
controller doesn't have unroll version of iATU.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
drivers/pci/Kconfig
drivers/pci/Makefile
drivers/pci/pcie_uniphier.c [new file with mode: 0644]