aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/irq (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-11sh: Tie sparseirq in to Kconfig.Paul Mundt1-5/+2
2009-05-26sh: irq: Fix up imask build warnings.Paul Mundt1-2/+2
2009-05-22sh: Wrap irq_to_desc_alloc_cpu() around CONFIG_SPARSE_IRQ temporarily.Paul Mundt1-0/+4
2009-05-22sh: irq: Teach ipr and intc about dynamically allocating irq_descs.Paul Mundt1-0/+8
2009-05-22sh: irq: Convert from irq_desc[] to irq_to_desc().Paul Mundt1-9/+1
2009-05-22sh: irq: Rework the SR.IMASK bitmap handling.Paul Mundt1-48/+16
2009-05-07sh: Kill off unused SH-5 irq_describe cruft.Paul Mundt1-22/+0
2009-05-07sh: Integrate the SH-5 onchip_remap() more coherently.Paul Mundt1-1/+1
2009-05-03sh: remove obsolete hw_interrupt_typeThomas Gleixner2-2/+2
2008-10-01sh: Move the shared INTC code out to drivers/sh/Paul Mundt2-714/+0
2008-10-01sh: Use __raw_xxx() I/O accessors for INTC and IPR.Paul Mundt2-14/+14
2008-09-10sh: intc_prio_data() test before subtraction on unsignedroel kluin1-4/+6
2008-07-29sh: migrate to arch/sh/include/Paul Mundt1-1/+1
2008-07-28sh: add interrupt ack code to sh4aYoshihiro Shimoda1-8/+23
2008-06-02sh/kernel/cpu/irq/intc-sh5.c build fixAdrian Bunk1-0/+1
2008-05-08sh: intc register modify fixMagnus Damm1-0/+9
2008-05-08sh: no high level trigger on some sh3 cpusMagnus Damm1-0/+5
2008-05-08sh: add interrupt ack code to sh3Magnus Damm1-3/+76
2008-05-08sh: intc_sh5 depends on cayman board for IRQ priority table.Paul Mundt1-35/+38
2008-02-14sh: Shut up some trivial build warnings.Paul Mundt1-15/+12
2008-02-14sh: remove maskreg irq codeMagnus Damm2-94/+0
2008-01-28sh: intc - remove default interrupt priority tablesMagnus Damm1-27/+4
2008-01-28sh: comment tidying for sh64->sh migration.Paul Mundt1-5/+5
2008-01-28sh: Get the mach-cayman IRQ support building.Paul Mundt2-0/+258
2008-01-28sh: imask IRQ depends on sh32.Paul Mundt1-1/+2
2007-10-31sh: Kill off dead ipr_irq_demux().Paul Mundt1-9/+0
2007-09-21sh: intc - initial SMP support.Magnus Damm1-21/+57
2007-09-21sh: remove CONFIG_CPU_HAS_INTC_IRQMagnus Damm1-2/+1
2007-09-21sh: intc - primary priority masking fixesMagnus Damm1-5/+28
2007-09-21sh: intc - rework core codeMagnus Damm1-211/+327
2007-09-21sh: intc - add a clear register to struct intc_prio_regMagnus Damm1-4/+4
2007-09-21sh: intc: Fix sense regs oops for IRL IRQs.Paul Mundt1-1/+1
2007-09-21sh: remove intc2 codeMagnus Damm2-87/+0
2007-09-21sh: intc - add single bitmap register supportMagnus Damm1-11/+62
2007-07-26sh: remove support for sh7300 and solution engine 7300Magnus Damm1-1/+1
2007-07-25sh: remove old broken pint codeMagnus Damm2-221/+0
2007-07-20sh: intc - improve group supportMagnus Damm1-20/+73
2007-07-20sh: intc - shared IPR and INTC2 controllerMagnus Damm2-0/+353
2007-06-20sh: Hook up hard_smp_processor_id() for INTC2 block.Paul Mundt1-2/+7
2007-06-15sh: rework ipr codeMagnus Damm1-30/+29
2007-06-15sh: rework intc2 codeMagnus Damm1-31/+27
2007-05-21spelling fixes: arch/sh/Simon Arlott1-1/+1
2007-05-07sh: Solution Engine SH7705 board and CPU updates.Nobuhiro Iwamatsu2-3/+55
2007-05-07sh: Add SH7785 Highlander board support (R7785RP).Paul Mundt1-1/+2
2007-02-13sh: shmin updates.Takashi YOSHII1-3/+16
2006-12-06sh: sh775x/titan fixes for irq header changes.Jamie Lenehan2-98/+8
2006-12-06sh: Drop CPU subtype IRQ headers.Paul Mundt2-14/+17
2006-12-06sh: Add support for SH7206 and SH7619 CPU subtypes.Yoshinori Sato2-1/+20
2006-10-31sh: Fix IPR-IRQ's for IRQ-chip change breakage.Jamie Lenehan2-60/+54
2006-10-20sh: Convert INTC2 to IRQ table registration.Paul Mundt1-140/+24