gumstix.c (4045407fd7740642b18bc802e8bab064e79a61e5) gumstix.c (271a74fc875210d3dfcc03d557fb5d86d3990a0f)
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

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

234
235MACHINE_START(GUMSTIX, "Gumstix")
236 .atag_offset = 0x100, /* match u-boot bi_boot_params */
237 .map_io = pxa25x_map_io,
238 .init_irq = pxa25x_init_irq,
239 .handle_irq = pxa25x_handle_irq,
240 .timer = &pxa_timer,
241 .init_machine = gumstix_init,
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

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

234
235MACHINE_START(GUMSTIX, "Gumstix")
236 .atag_offset = 0x100, /* match u-boot bi_boot_params */
237 .map_io = pxa25x_map_io,
238 .init_irq = pxa25x_init_irq,
239 .handle_irq = pxa25x_handle_irq,
240 .timer = &pxa_timer,
241 .init_machine = gumstix_init,
242 .restart = pxa_restart,
242MACHINE_END
243MACHINE_END