ssp.c (be509729356b7433f73df2b9a966674a437fbbc1) | ssp.c (a09e64fbc0094e3073dbb09c3b4bfe4ab669244b) |
---|---|
1/* 2 * linux/arch/arm/mach-sa1100/ssp.c 3 * 4 * Copyright (C) 2003 Russell King. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. --- 6 unchanged lines hidden (view full) --- 15#include <linux/sched.h> 16#include <linux/errno.h> 17#include <linux/interrupt.h> 18#include <linux/ioport.h> 19#include <linux/init.h> 20 21#include <asm/io.h> 22#include <asm/irq.h> | 1/* 2 * linux/arch/arm/mach-sa1100/ssp.c 3 * 4 * Copyright (C) 2003 Russell King. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. --- 6 unchanged lines hidden (view full) --- 15#include <linux/sched.h> 16#include <linux/errno.h> 17#include <linux/interrupt.h> 18#include <linux/ioport.h> 19#include <linux/init.h> 20 21#include <asm/io.h> 22#include <asm/irq.h> |
23#include <asm/arch/hardware.h> | 23#include <mach/hardware.h> |
24#include <asm/hardware/ssp.h> 25 26#define TIMEOUT 100000 27 28static irqreturn_t ssp_interrupt(int irq, void *dev_id) 29{ 30 unsigned int status = Ser4SSSR; 31 --- 212 unchanged lines hidden --- | 24#include <asm/hardware/ssp.h> 25 26#define TIMEOUT 100000 27 28static irqreturn_t ssp_interrupt(int irq, void *dev_id) 29{ 30 unsigned int status = Ser4SSSR; 31 --- 212 unchanged lines hidden --- |