pxa3xx.c (0a2d31b62dba9b5b92a38c67c9cc42630513662a) pxa3xx.c (2f8163baada3dbd0ce891c35bc59ae46e773487a)
1/*
2 * linux/arch/arm/mach-pxa/pxa3xx.c
3 *
4 * code specific to pxa3xx aka Monahans
5 *
6 * Copyright (C) 2006 Marvell International Ltd.
7 *
8 * 2007-09-02: eric miao <eric.miao@marvell.com>
9 * initial version
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License version 2 as
13 * published by the Free Software Foundation.
14 */
1/*
2 * linux/arch/arm/mach-pxa/pxa3xx.c
3 *
4 * code specific to pxa3xx aka Monahans
5 *
6 * Copyright (C) 2006 Marvell International Ltd.
7 *
8 * 2007-09-02: eric miao <eric.miao@marvell.com>
9 * initial version
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License version 2 as
13 * published by the Free Software Foundation.
14 */
15
15#include <linux/gpio.h>
16#include <linux/module.h>
17#include <linux/kernel.h>
18#include <linux/init.h>
19#include <linux/pm.h>
20#include <linux/platform_device.h>
21#include <linux/irq.h>
22#include <linux/io.h>
23#include <linux/syscore_ops.h>
24#include <linux/i2c/pxa-i2c.h>
25
26#include <asm/mach/map.h>
27#include <asm/suspend.h>
28#include <mach/hardware.h>
16#include <linux/module.h>
17#include <linux/kernel.h>
18#include <linux/init.h>
19#include <linux/pm.h>
20#include <linux/platform_device.h>
21#include <linux/irq.h>
22#include <linux/io.h>
23#include <linux/syscore_ops.h>
24#include <linux/i2c/pxa-i2c.h>
25
26#include <asm/mach/map.h>
27#include <asm/suspend.h>
28#include <mach/hardware.h>
29#include <mach/gpio.h>
30#include <mach/pxa3xx-regs.h>
31#include <mach/reset.h>
32#include <mach/ohci.h>
33#include <mach/pm.h>
34#include <mach/dma.h>
35#include <mach/smemc.h>
36
37#include "generic.h"

--- 436 unchanged lines hidden ---
29#include <mach/pxa3xx-regs.h>
30#include <mach/reset.h>
31#include <mach/ohci.h>
32#include <mach/pm.h>
33#include <mach/dma.h>
34#include <mach/smemc.h>
35
36#include "generic.h"

--- 436 unchanged lines hidden ---