From: SUGIOKA T. <su...@it...> - 2000-11-02 16:09:38
|
Hi all, I have implemented PINT interrupt handler for SH7707/SH7709. Assigned irq numbers are 80-95(SH7709), 64-79(SH7707). is this OK? I tested this on my SH7709A board, and it works fine. Regards. --- kernel/ChangeLog Thu Nov 2 23:00:35 2000 +++ modified/ChangeLog Fri Nov 3 00:57:15 2000 @@ -1,3 +1,21 @@ +2000-11-03 SUGIOKA Toshinobu <su...@it...> + + * arch/sh/kernel/irq_ipr.c Add PINT interrupt hanlers. + (ipr_irq_demux): IPR/PINT interrupt demux added. + (pint_irq_type, pint_map): Added. + (init_IRQ): Add PINT initializer. + (*_IPR_*): Fixed typo. + + * arch/sh/kernel/setup_hd64461.c (hd64461_irq_demux): use __irq_demux + + * include/asm-sh/irq.h (NR_IRQS): changed. + (irq_demux): Changed. + (__irq_demux): Defined. + (PINT_IRQ_BASE, PINT0_IRQ, PINT8_IRQ, PINT0_IPR_ADDR, PINT8_IPR_ADDR, + PINT0_IPR_POS, PINT8_IPR_POS, PINT0_PRIORITY, PINT8_PRIORITY): added. + (PORT_PADR, PORT_PBDR, PORT_PCDR, PORT_PFDR): added. + (*_IPR_*): Fixed typo. + 2000-11-02 Takashi Yoshii <yos...@hi...> * arch/sh/kernel/dma.c: New file. |