Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32559
b: refs/heads/master
c: 94dee17
h: refs/heads/master
i:
  32557: 5337370
  32555: 2d82db6
  32551: 13ef9d8
  32543: c099468
v: v3
  • Loading branch information
Ralf Baechle committed Jul 13, 2006
1 parent 031ce1c commit 5090d66
Show file tree
Hide file tree
Showing 40 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e1e80b4d24eddd1a76cd386e25164cf159661bd6
refs/heads/master: 94dee171df34b7955cd647da4c40ba67d55a7671
8 changes: 4 additions & 4 deletions trunk/arch/mips/au1000/common/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ void restore_local_and_enable(int controller, unsigned long mask)
}


static struct hw_interrupt_type rise_edge_irq_type = {
static struct irq_chip rise_edge_irq_type = {
.typename = "Au1000 Rise Edge",
.startup = startup_irq,
.shutdown = shutdown_irq,
Expand All @@ -261,7 +261,7 @@ static struct hw_interrupt_type rise_edge_irq_type = {
.end = end_irq,
};

static struct hw_interrupt_type fall_edge_irq_type = {
static struct irq_chip fall_edge_irq_type = {
.typename = "Au1000 Fall Edge",
.startup = startup_irq,
.shutdown = shutdown_irq,
Expand All @@ -271,7 +271,7 @@ static struct hw_interrupt_type fall_edge_irq_type = {
.end = end_irq,
};

static struct hw_interrupt_type either_edge_irq_type = {
static struct irq_chip either_edge_irq_type = {
.typename = "Au1000 Rise or Fall Edge",
.startup = startup_irq,
.shutdown = shutdown_irq,
Expand All @@ -281,7 +281,7 @@ static struct hw_interrupt_type either_edge_irq_type = {
.end = end_irq,
};

static struct hw_interrupt_type level_irq_type = {
static struct irq_chip level_irq_type = {
.typename = "Au1000 Level",
.startup = startup_irq,
.shutdown = shutdown_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/au1000/pb1200/irqmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static void pb1200_end_irq(unsigned int irq_nr)
}
}

static struct hw_interrupt_type external_irq_type =
static struct irq_chip external_irq_type =
{
#ifdef CONFIG_MIPS_PB1200
"Pb1200 Ext",
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/ddb5xxx/ddb5477/irq_5477.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ vrc5477_irq_end(unsigned int irq)
ll_vrc5477_irq_enable( irq - vrc5477_irq_base);
}

hw_irq_controller vrc5477_irq_controller = {
struct irq_chip vrc5477_irq_controller = {
.typename = "vrc5477_irq",
.startup = vrc5477_irq_startup,
.shutdown = vrc5477_irq_shutdown,
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/mips/dec/ioasic-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static inline void end_ioasic_irq(unsigned int irq)
enable_ioasic_irq(irq);
}

static struct hw_interrupt_type ioasic_irq_type = {
static struct irq_chip ioasic_irq_type = {
.typename = "IO-ASIC",
.startup = startup_ioasic_irq,
.shutdown = shutdown_ioasic_irq,
Expand Down Expand Up @@ -121,7 +121,7 @@ static inline void end_ioasic_dma_irq(unsigned int irq)
end_ioasic_irq(irq);
}

static struct hw_interrupt_type ioasic_dma_irq_type = {
static struct irq_chip ioasic_dma_irq_type = {
.typename = "IO-ASIC-DMA",
.startup = startup_ioasic_dma_irq,
.shutdown = shutdown_ioasic_dma_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/dec/kn02-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static void end_kn02_irq(unsigned int irq)
enable_kn02_irq(irq);
}

static struct hw_interrupt_type kn02_irq_type = {
static struct irq_chip kn02_irq_type = {
.typename = "KN02-CSR",
.startup = startup_kn02_irq,
.shutdown = shutdown_kn02_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/emma2rh/common/irq_emma2rh.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static void emma2rh_irq_end(unsigned int irq)
ll_emma2rh_irq_enable(irq - emma2rh_irq_base);
}

hw_irq_controller emma2rh_irq_controller = {
struct irq_chip emma2rh_irq_controller = {
.typename = "emma2rh_irq",
.startup = emma2rh_irq_startup,
.shutdown = emma2rh_irq_shutdown,
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/mips/emma2rh/markeins/irq_markeins.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static void emma2rh_sw_irq_end(unsigned int irq)
ll_emma2rh_sw_irq_enable(irq - emma2rh_sw_irq_base);
}

hw_irq_controller emma2rh_sw_irq_controller = {
struct irq_chip emma2rh_sw_irq_controller = {
.typename = "emma2rh_sw_irq",
.startup = emma2rh_sw_irq_startup,
.shutdown = emma2rh_sw_irq_shutdown,
Expand Down Expand Up @@ -147,7 +147,7 @@ static void emma2rh_gpio_irq_end(unsigned int irq)
ll_emma2rh_gpio_irq_enable(irq - emma2rh_gpio_irq_base);
}

hw_irq_controller emma2rh_gpio_irq_controller = {
struct irq_chip emma2rh_gpio_irq_controller = {
.typename = "emma2rh_gpio_irq",
.startup = emma2rh_gpio_irq_startup,
.shutdown = emma2rh_gpio_irq_shutdown,
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/mips/gt64120/ev64120/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static void end_ev64120_irq(unsigned int irq)
enable_ev64120_irq(irq);
}

static struct hw_interrupt_type ev64120_irq_type = {
static struct irq_chip ev64120_irq_type = {
.typename = "EV64120",
.startup = startup_ev64120_irq,
.shutdown = shutdown_ev64120_irq,
Expand Down Expand Up @@ -138,7 +138,7 @@ void __init arch_init_irq(void)
/* Let's initialize our IRQ descriptors */
for (i = 0; i < NR_IRQS; i++) {
irq_desc[i].status = 0;
irq_desc[i].chip = &no_irq_type;
irq_desc[i].chip = &no_irq_chip;
irq_desc[i].action = NULL;
irq_desc[i].depth = 0;
spin_lock_init(&irq_desc[i].lock);
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/mips/ite-boards/generic/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ static void end_ite_irq(unsigned int irq)
enable_it8172_irq(irq);
}

static struct hw_interrupt_type it8172_irq_type = {
static struct irq_chip it8172_irq_type = {
.typename = "ITE8172",
.startup = startup_ite_irq,
.shutdown = shutdown_ite_irq,
Expand All @@ -153,7 +153,7 @@ static void ack_none(unsigned int irq) { }
#define shutdown_none disable_none
#define end_none enable_none

static struct hw_interrupt_type cp0_irq_type = {
static struct irq_chip cp0_irq_type = {
.typename = "CP0 Count",
.startup = startup_none,
.shutdown = shutdown_none,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/jazz/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static void end_r4030_irq(unsigned int irq)
enable_r4030_irq(irq);
}

static struct hw_interrupt_type r4030_irq_type = {
static struct irq_chip r4030_irq_type = {
.typename = "R4030",
.startup = startup_r4030_irq,
.shutdown = shutdown_r4030_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/jmr3927/rbhma3100/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ void __init arch_init_irq(void)
set_c0_status(ST0_IM); /* IE bit is still 0. */
}

static hw_irq_controller jmr3927_irq_controller = {
static struct irq_chip jmr3927_irq_controller = {
.typename = "jmr3927_irq",
.startup = jmr3927_irq_startup,
.shutdown = jmr3927_irq_shutdown,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/i8259.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static unsigned int startup_8259A_irq(unsigned int irq)
return 0; /* never anything pending */
}

static struct hw_interrupt_type i8259A_irq_type = {
static struct irq_chip i8259A_irq_type = {
.typename = "XT-PIC",
.startup = startup_8259A_irq,
.shutdown = shutdown_8259A_irq,
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/irq-msc01.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ msc_bind_eic_interrupt (unsigned int irq, unsigned int set)

#define shutdown_msc_irq disable_msc_irq

struct hw_interrupt_type msc_levelirq_type = {
struct irq_chip msc_levelirq_type = {
.typename = "SOC-it-Level",
.startup = startup_msc_irq,
.shutdown = shutdown_msc_irq,
Expand All @@ -147,7 +147,7 @@ struct hw_interrupt_type msc_levelirq_type = {
.end = end_msc_irq,
};

struct hw_interrupt_type msc_edgeirq_type = {
struct irq_chip msc_edgeirq_type = {
.typename = "SOC-it-Edge",
.startup =startup_msc_irq,
.shutdown = shutdown_msc_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/irq-mv6434x.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void ll_mv64340_irq(struct pt_regs *regs)

#define shutdown_mv64340_irq disable_mv64340_irq

struct hw_interrupt_type mv64340_irq_type = {
struct irq_chip mv64340_irq_type = {
.typename = "MV-64340",
.startup = startup_mv64340_irq,
.shutdown = shutdown_mv64340_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/irq-rm7000.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static void rm7k_cpu_irq_end(unsigned int irq)
unmask_rm7k_irq(irq);
}

static hw_irq_controller rm7k_irq_controller = {
static struct irq_chip rm7k_irq_controller = {
.typename = "RM7000",
.startup = rm7k_cpu_irq_startup,
.shutdown = rm7k_cpu_irq_shutdown,
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/irq-rm9000.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static void rm9k_cpu_irq_end(unsigned int irq)
unmask_rm9k_irq(irq);
}

static hw_irq_controller rm9k_irq_controller = {
static struct irq_chip rm9k_irq_controller = {
.typename = "RM9000",
.startup = rm9k_cpu_irq_startup,
.shutdown = rm9k_cpu_irq_shutdown,
Expand All @@ -115,7 +115,7 @@ static hw_irq_controller rm9k_irq_controller = {
.end = rm9k_cpu_irq_end,
};

static hw_irq_controller rm9k_perfcounter_irq = {
static struct irq_chip rm9k_perfcounter_irq = {
.typename = "RM9000",
.startup = rm9k_perfcounter_irq_startup,
.shutdown = rm9k_perfcounter_irq_shutdown,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void __init init_IRQ(void)
irq_desc[i].status = IRQ_DISABLED;
irq_desc[i].action = NULL;
irq_desc[i].depth = 1;
irq_desc[i].chip = &no_irq_type;
irq_desc[i].chip = &no_irq_chip;
spin_lock_init(&irq_desc[i].lock);
#ifdef CONFIG_MIPS_MT_SMTC
irq_hwmask[i] = 0;
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/irq_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static void mips_cpu_irq_end(unsigned int irq)
unmask_mips_irq(irq);
}

static hw_irq_controller mips_cpu_irq_controller = {
static struct irq_chip mips_cpu_irq_controller = {
.typename = "MIPS",
.startup = mips_cpu_irq_startup,
.shutdown = mips_cpu_irq_shutdown,
Expand Down Expand Up @@ -140,7 +140,7 @@ static void mips_mt_cpu_irq_ack(unsigned int irq)

#define mips_mt_cpu_irq_end mips_cpu_irq_end

static hw_irq_controller mips_mt_cpu_irq_controller = {
static struct irq_chip mips_mt_cpu_irq_controller = {
.typename = "MIPS",
.startup = mips_mt_cpu_irq_startup,
.shutdown = mips_mt_cpu_irq_shutdown,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/lasat/interrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static void end_lasat_irq(unsigned int irq)
enable_lasat_irq(irq);
}

static struct hw_interrupt_type lasat_irq_type = {
static struct irq_chip lasat_irq_type = {
.typename = "Lasat",
.startup = startup_lasat_irq,
.shutdown = shutdown_lasat_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/mips-boards/atlas/atlas_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static void end_atlas_irq(unsigned int irq)
enable_atlas_irq(irq);
}

static struct hw_interrupt_type atlas_irq_type = {
static struct irq_chip atlas_irq_type = {
.typename = "Atlas",
.startup = startup_atlas_irq,
.shutdown = shutdown_atlas_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/momentum/ocelot_c/cpci-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ void ll_cpci_irq(struct pt_regs *regs)

#define shutdown_cpci_irq disable_cpci_irq

struct hw_interrupt_type cpci_irq_type = {
struct irq_chip cpci_irq_type = {
.typename = "CPCI/FPGA",
.startup = startup_cpci_irq,
.shutdown = shutdown_cpci_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/momentum/ocelot_c/uart-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void ll_uart_irq(struct pt_regs *regs)

#define shutdown_uart_irq disable_uart_irq

struct hw_interrupt_type uart_irq_type = {
struct irq_chip uart_irq_type = {
.typename = "UART/FPGA",
.startup = startup_uart_irq,
.shutdown = shutdown_uart_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/philips/pnx8550/common/int.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ static void end_irq(unsigned int irq)
}
}

static struct hw_interrupt_type level_irq_type = {
static struct irq_chip level_irq_type = {
.typename = "PNX Level IRQ",
.startup = startup_irq,
.shutdown = shutdown_irq,
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/mips/sgi-ip22/ip22-eisa.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static void end_eisa1_irq(unsigned int irq)
enable_eisa1_irq(irq);
}

static struct hw_interrupt_type ip22_eisa1_irq_type = {
static struct irq_chip ip22_eisa1_irq_type = {
.typename = "IP22 EISA",
.startup = startup_eisa1_irq,
.shutdown = shutdown_eisa1_irq,
Expand Down Expand Up @@ -206,7 +206,7 @@ static void end_eisa2_irq(unsigned int irq)
enable_eisa2_irq(irq);
}

static struct hw_interrupt_type ip22_eisa2_irq_type = {
static struct irq_chip ip22_eisa2_irq_type = {
.typename = "IP22 EISA",
.startup = startup_eisa2_irq,
.shutdown = shutdown_eisa2_irq,
Expand Down
10 changes: 5 additions & 5 deletions trunk/arch/mips/sgi-ip22/ip22-int.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static void end_local0_irq (unsigned int irq)
enable_local0_irq(irq);
}

static struct hw_interrupt_type ip22_local0_irq_type = {
static struct irq_chip ip22_local0_irq_type = {
.typename = "IP22 local 0",
.startup = startup_local0_irq,
.shutdown = shutdown_local0_irq,
Expand Down Expand Up @@ -120,7 +120,7 @@ static void end_local1_irq (unsigned int irq)
enable_local1_irq(irq);
}

static struct hw_interrupt_type ip22_local1_irq_type = {
static struct irq_chip ip22_local1_irq_type = {
.typename = "IP22 local 1",
.startup = startup_local1_irq,
.shutdown = shutdown_local1_irq,
Expand Down Expand Up @@ -166,7 +166,7 @@ static void end_local2_irq (unsigned int irq)
enable_local2_irq(irq);
}

static struct hw_interrupt_type ip22_local2_irq_type = {
static struct irq_chip ip22_local2_irq_type = {
.typename = "IP22 local 2",
.startup = startup_local2_irq,
.shutdown = shutdown_local2_irq,
Expand Down Expand Up @@ -212,7 +212,7 @@ static void end_local3_irq (unsigned int irq)
enable_local3_irq(irq);
}

static struct hw_interrupt_type ip22_local3_irq_type = {
static struct irq_chip ip22_local3_irq_type = {
.typename = "IP22 local 3",
.startup = startup_local3_irq,
.shutdown = shutdown_local3_irq,
Expand Down Expand Up @@ -421,7 +421,7 @@ void __init arch_init_irq(void)
mips_cpu_irq_init(SGINT_CPU);

for (i = SGINT_LOCAL0; i < SGI_INTERRUPTS; i++) {
hw_irq_controller *handler;
struct irq_chip *handler;

if (i < SGINT_LOCAL1)
handler = &ip22_local0_irq_type;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/sgi-ip27/ip27-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ static void end_bridge_irq(unsigned int irq)
enable_bridge_irq(irq);
}

static struct hw_interrupt_type bridge_irq_type = {
static struct irq_chip bridge_irq_type = {
.typename = "bridge",
.startup = startup_bridge_irq,
.shutdown = shutdown_bridge_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/sgi-ip27/ip27-timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ static void end_rt_irq(unsigned int irq)
{
}

static struct hw_interrupt_type rt_irq_type = {
static struct irq_chip rt_irq_type = {
.typename = "SN HUB RT timer",
.startup = startup_rt_irq,
.shutdown = shutdown_rt_irq,
Expand Down
Loading

0 comments on commit 5090d66

Please sign in to comment.