android_kernel_xiaomi_sm8350/arch/sh/drivers/dma
Jamie Lenehan bd71ab88de sh: Fix IPR-IRQ's for IRQ-chip change breakage.
The conversion from IPR-IRQ to IRQ-chip resulted in the
ipr data being allocated in a local variable in
make_ipr_irq - breaking anything using IPR interrupts.

This changes all of the callers of make_ipr_irq to
allocate a static structure containing the IPR data which
is then passed to make_ipr_irq. This removes the need for
make_ipr_irq to allocate any additional space for the IPR
information.

Signed-off-by: Jamie Lenehan <lenehan@twibble.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2006-10-31 12:53:28 +09:00
..
dma-api.c
dma-g2.c sh: Updates for IRQ handler changes. 2006-10-06 15:31:16 +09:00
dma-isa.c
dma-pvr2.c sh: Updates for IRQ handler changes. 2006-10-06 15:31:16 +09:00
dma-sh.c sh: Fix IPR-IRQ's for IRQ-chip change breakage. 2006-10-31 12:53:28 +09:00
dma-sh.h
dma-sysfs.c sh: build fixes for defconfigs. 2006-10-03 13:14:04 +09:00
Kconfig sh: Add support for R7780RP and R7780MP boards. 2006-09-27 15:59:17 +09:00
Makefile