common.c (06f3008a6a7454389a82495eb1fc132c2b0710f6) common.c (c22c2c6008d69ff2632f8a69c62782468c2bb5a0)
1/*
2 * arch/arm/mach-orion5x/common.c
3 *
4 * Core functions for Marvell Orion 5x SoCs
5 *
6 * Maintainer: Tzachi Perelstein <tzachi@marvell.com>
7 *
8 * This file is licensed under the terms of the GNU General Public

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

22#include <linux/cpu.h>
23#include <net/dsa.h>
24#include <asm/page.h>
25#include <asm/setup.h>
26#include <asm/system_misc.h>
27#include <asm/mach/arch.h>
28#include <asm/mach/map.h>
29#include <asm/mach/time.h>
1/*
2 * arch/arm/mach-orion5x/common.c
3 *
4 * Core functions for Marvell Orion 5x SoCs
5 *
6 * Maintainer: Tzachi Perelstein <tzachi@marvell.com>
7 *
8 * This file is licensed under the terms of the GNU General Public

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

22#include <linux/cpu.h>
23#include <net/dsa.h>
24#include <asm/page.h>
25#include <asm/setup.h>
26#include <asm/system_misc.h>
27#include <asm/mach/arch.h>
28#include <asm/mach/map.h>
29#include <asm/mach/time.h>
30#include <mach/bridge-regs.h>
31#include <mach/hardware.h>
32#include <mach/orion5x.h>
33#include <linux/platform_data/mtd-orion_nand.h>
34#include <linux/platform_data/usb-ehci-orion.h>
35#include <plat/time.h>
36#include <plat/common.h>
30#include <linux/platform_data/mtd-orion_nand.h>
31#include <linux/platform_data/usb-ehci-orion.h>
32#include <plat/time.h>
33#include <plat/common.h>
34
35#include "bridge-regs.h"
37#include "common.h"
36#include "common.h"
37#include "orion5x.h"
38
39/*****************************************************************************
40 * I/O Address Mapping
41 ****************************************************************************/
42static struct map_desc orion5x_io_desc[] __initdata = {
43 {
44 .virtual = (unsigned long) ORION5X_REGS_VIRT_BASE,
45 .pfn = __phys_to_pfn(ORION5X_REGS_PHYS_BASE),

--- 346 unchanged lines hidden ---
38
39/*****************************************************************************
40 * I/O Address Mapping
41 ****************************************************************************/
42static struct map_desc orion5x_io_desc[] __initdata = {
43 {
44 .virtual = (unsigned long) ORION5X_REGS_VIRT_BASE,
45 .pfn = __phys_to_pfn(ORION5X_REGS_PHYS_BASE),

--- 346 unchanged lines hidden ---