]> git.baikalelectronics.ru Git - uboot.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)
commit9b7557a5759baae42118af84913bed6c1d2753b7
treec270f26246ddca3037fadb363550795e6eac2c14
parentca6cd1e5c5d4bbd237118617cec389cdb48f884d
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]