linux/arch/mips/pmc-sierra/msp71xx
Shane McDonald 0ca71737fe MIPS: Simplify and correct interrupt handling for MSP4200
The current interrupt handling code for the MSP4200 always masks an
interrupt before acknowledging it.  This is not required, as that will be
handled by the level interrupt handler.  This change simplifies the MSP4200
code to remove the masking in the ack routine, and makes sure that the
minimum required operation is performed for masking and acking, rather
than always both masking and acking the interrupt.

Signed-off-by: Shane McDonald <mcdonald.shane@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2009-08-03 17:52:43 +01:00
..
Makefile MIPS: PMC MSP71XX gpio drivers 2008-10-11 16:18:41 +01:00
gpio.c MIPS: Eleminate filenames from comments 2009-08-03 17:52:40 +01:00
gpio_extended.c MIPS: Eleminate filenames from comments 2009-08-03 17:52:40 +01:00
msp_elb.c
msp_hwbutton.c
msp_irq.c
msp_irq_cic.c
msp_irq_slp.c MIPS: Simplify and correct interrupt handling for MSP4200 2009-08-03 17:52:43 +01:00
msp_pci.c
msp_prom.c MIPS: MSP71xx: Remove the RAMROOT functions 2009-05-14 13:50:29 +01:00
msp_serial.c
msp_setup.c MIPS: MSP71xx: Resolve use of non-existent GPIO routines in msp71xx reset 2009-05-14 13:50:28 +01:00
msp_time.c MIPS: MSP71xx: Resolve multiple definition of plat_timer_setup 2009-05-14 13:50:28 +01:00
msp_usb.c dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) 2009-04-07 08:31:11 -07:00