rm200.c (7a996d3ab150bb0e1b71fa182f70199a703efdd1) rm200.c (ca4d3e6746bdcfccb517349bce2d2c5b5614fb6f)
1/*
2 * RM200 specific code
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 *
8 * Copyright (C) 2006,2007 Thomas Bogendoerfer (tsbogend@alpha.franken.de)
9 *
10 * i8259 parts ripped out of arch/mips/kernel/i8259.c
11 */
12
13#include <linux/delay.h>
14#include <linux/init.h>
15#include <linux/interrupt.h>
1/*
2 * RM200 specific code
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 *
8 * Copyright (C) 2006,2007 Thomas Bogendoerfer (tsbogend@alpha.franken.de)
9 *
10 * i8259 parts ripped out of arch/mips/kernel/i8259.c
11 */
12
13#include <linux/delay.h>
14#include <linux/init.h>
15#include <linux/interrupt.h>
16#include <linux/irq.h>
16#include <linux/platform_device.h>
17#include <linux/serial_8250.h>
18#include <linux/io.h>
19
20#include <asm/sni.h>
21#include <asm/time.h>
22#include <asm/irq_cpu.h>
23

--- 477 unchanged lines hidden ---
17#include <linux/platform_device.h>
18#include <linux/serial_8250.h>
19#include <linux/io.h>
20
21#include <asm/sni.h>
22#include <asm/time.h>
23#include <asm/irq_cpu.h>
24

--- 477 unchanged lines hidden ---