pci.c (01b944fe1cd4e21a2a9ed51adbdbafe2d5e905ba) pci.c (c22c2c6008d69ff2632f8a69c62782468c2bb5a0)
1/*
2 * arch/arm/mach-orion5x/pci.c
3 *
4 * PCI and PCIe functions for Marvell Orion System On Chip
5 *
6 * Maintainer: Tzachi Perelstein <tzachi@marvell.com>
7 *
8 * This file is licensed under the terms of the GNU General Public

--- 5 unchanged lines hidden (view full) ---

14#include <linux/pci.h>
15#include <linux/slab.h>
16#include <linux/mbus.h>
17#include <video/vga.h>
18#include <asm/irq.h>
19#include <asm/mach/pci.h>
20#include <plat/pcie.h>
21#include <plat/addr-map.h>
1/*
2 * arch/arm/mach-orion5x/pci.c
3 *
4 * PCI and PCIe functions for Marvell Orion System On Chip
5 *
6 * Maintainer: Tzachi Perelstein <tzachi@marvell.com>
7 *
8 * This file is licensed under the terms of the GNU General Public

--- 5 unchanged lines hidden (view full) ---

14#include <linux/pci.h>
15#include <linux/slab.h>
16#include <linux/mbus.h>
17#include <video/vga.h>
18#include <asm/irq.h>
19#include <asm/mach/pci.h>
20#include <plat/pcie.h>
21#include <plat/addr-map.h>
22#include <mach/orion5x.h>
23#include "common.h"
22#include "common.h"
23#include "orion5x.h"
24
25/*****************************************************************************
26 * Orion has one PCIe controller and one PCI controller.
27 *
28 * Note1: The local PCIe bus number is '0'. The local PCI bus number
29 * follows the scanned PCIe bridged busses, if any.
30 *
31 * Note2: It is possible for PCI/PCIe agents to access many subsystem's

--- 552 unchanged lines hidden ---
24
25/*****************************************************************************
26 * Orion has one PCIe controller and one PCI controller.
27 *
28 * Note1: The local PCIe bus number is '0'. The local PCI bus number
29 * follows the scanned PCIe bridged busses, if any.
30 *
31 * Note2: It is possible for PCI/PCIe agents to access many subsystem's

--- 552 unchanged lines hidden ---