]> git.ipfire.org Git - people/ms/u-boot.git/commit
pci: rmobile: Add RCar Gen2 PCIe controller driver
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 18 Jan 2018 13:35:35 +0000 (14:35 +0100)
committerMarek Vasut <marex@denx.de>
Sat, 27 Jan 2018 19:38:53 +0000 (20:38 +0100)
commit5f14f7d783f1a3a2e8085738a31b82580addf7b9
treec270f26246ddca3037fadb363550795e6eac2c14
parent8b05436ff555434f71d137867d0a61da0bf1e93c
pci: rmobile: Add RCar Gen2 PCIe controller driver

Add driver for the Renesas RCar PCIe controller present on Gen2 SoCs.
The PCIe on Gen2 is used both to connect external PCIe peripherals as
well as access the on-SoC USB EHCI controller.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
drivers/pci/Kconfig
drivers/pci/Makefile
drivers/pci/pci-rcar-gen2.c [new file with mode: 0644]