From a1df417e74aa6dae7352dc8cbb0ad471af5b7c69 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Mon, 25 Apr 2016 10:00:44 -0400 Subject: initial Olimex linux tree from Daniel, originally Feb 3, 2016 --- linux/arch/arm/mach-dove/pcie.c | 216 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 216 insertions(+) create mode 100644 linux/arch/arm/mach-dove/pcie.c (limited to 'linux/arch/arm/mach-dove/pcie.c') diff --git a/linux/arch/arm/mach-dove/pcie.c b/linux/arch/arm/mach-dove/pcie.c new file mode 100644 index 00000000..91fe9714 --- /dev/null +++ b/linux/arch/arm/mach-dove/pcie.c @@ -0,0 +1,216 @@ +/* + * arch/arm/mach-dove/pcie.c + * + * PCIe functions for Marvell Dove 88AP510 SoC + * + * This file is licensed under the terms of the GNU General Public + * License version 2. This program is licensed "as is" without any + * warranty of any kind, whether express or implied. + */ + +#include +#include +#include +#include