]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: mx6: Add PCI express driver
authorMarek Vasut <marex@denx.de>
Sat, 14 Dec 2013 04:55:28 +0000 (05:55 +0100)
committerStefano Babic <sbabic@denx.de>
Sun, 26 Jan 2014 11:41:20 +0000 (12:41 +0100)
commite9be4292e4f32bcdfb88c19407da281e36447498
tree0714aa1b2b60a4065eb775c3e5878b5a25844212
parent798144928011ca3baca55b51c43d5e17fedbb4e0
ARM: mx6: Add PCI express driver

Add PCIe driver for the Freescale i.MX6 SoC . This driver operates the
PCIe block in RC mode only, the EP mode is NOT supported. The driver is
tested with the Intel e1000 NIC driver.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Eric Nelson <eric.nelson@boundarydevices.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/include/asm/arch-mx6/iomux.h
drivers/pci/Makefile
drivers/pci/pcie_imx.c [new file with mode: 0644]