MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / arch / arm / mach-s5c7375 / arch.c
blob322481fec141d64baf94b457e2edf17888898fe2
1 /*
2 * linux/arch/arm/mach-s5c7375/arch.c
4 * Copyright (C) 2003 SAMSUNG ELECTRONICS Co.,Ltd.
5 * Hyok S. Choi (hyok.choi@samsung.com)
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 #include <linux/types.h>
22 #include <linux/sched.h>
23 #include <linux/interrupt.h>
24 #include <linux/types.h>
25 #include <linux/kernel.h>
26 #include <linux/init.h>
27 #include <linux/list.h>
28 #include <linux/device.h>
29 #include <linux/slab.h>
30 #include <linux/string.h>
31 #include <linux/sysdev.h>
33 #include <asm/hardware.h>
34 #include <asm/io.h>
35 #include <asm/irq.h>
36 #include <asm/setup.h>
37 #include <asm/mach-types.h>
39 #include <asm/mach/time.h>
40 #include <asm/mach/arch.h>
41 #include <asm/mach/irq.h>
42 #include <asm/mach/map.h>
44 extern void s5c7375_time_init(void);
45 extern unsigned long s5c7375_gettimeoffset(void);
47 extern void __init s5c7375_init_irq(void);
49 extern struct sys_timer s5c7375_timer;
51 MACHINE_START(S5C7375, "S5C7375, SAMSUNG ELECTRONICS Co., Ltd.")
52 MAINTAINER("Hyok S. Choi <hyok.choi@samsung.com>")
53 INITIRQ(s5c7375_init_irq)
54 .timer = &s5c7375_timer,
55 MACHINE_END