gumstix.c (9a64e8e0ace51b309fdcff4b4754b3649250382a) gumstix.c (293b2da1b61136813fc2764f43304c66ff8040e9)
1/*
2 * linux/arch/arm/mach-pxa/gumstix.c
3 *
4 * Support for the Gumstix motherboards.
5 *
6 * Original Author: Craig Hughes
7 * Created: Feb 14, 2008
8 * Copyright: Craig Hughes

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

36#include <asm/sizes.h>
37
38#include <asm/mach/arch.h>
39#include <asm/mach/map.h>
40#include <asm/mach/irq.h>
41#include <asm/mach/flash.h>
42
43#include <mach/pxa25x.h>
1/*
2 * linux/arch/arm/mach-pxa/gumstix.c
3 *
4 * Support for the Gumstix motherboards.
5 *
6 * Original Author: Craig Hughes
7 * Created: Feb 14, 2008
8 * Copyright: Craig Hughes

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

36#include <asm/sizes.h>
37
38#include <asm/mach/arch.h>
39#include <asm/mach/map.h>
40#include <asm/mach/irq.h>
41#include <asm/mach/flash.h>
42
43#include <mach/pxa25x.h>
44#include <mach/mmc.h>
44#include <linux/platform_data/mmc-pxamci.h>
45#include <mach/udc.h>
46#include <mach/gumstix.h>
47
48#include "generic.h"
49
50static struct resource flash_resource = {
51 .start = 0x00000000,
52 .end = SZ_64M - 1,

--- 192 unchanged lines hidden ---
45#include <mach/udc.h>
46#include <mach/gumstix.h>
47
48#include "generic.h"
49
50static struct resource flash_resource = {
51 .start = 0x00000000,
52 .end = SZ_64M - 1,

--- 192 unchanged lines hidden ---