aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/irq (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-14treewide: Fix printk() message errorsMasanari Iida1-1/+1
2012-03-28Disintegrate asm/system.h for SHDavid Howells1-1/+0
2011-03-29sh: Convert to new function namesThomas Gleixner3-6/+6
2010-10-27sh64: irq_data conversion.Paul Mundt1-40/+9
2010-10-27sh: imask IRQs irq_data conversion.Paul Mundt1-5/+9
2010-10-27sh: IPR IRQs irq_data conversion.Paul Mundt1-13/+12
2010-10-26sh: Sanitize sparse irqThomas Gleixner1-3/+3
2010-01-26sh: Mass ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt1-7/+7
2009-12-09sh: Replace an explicit computation by the use of the container_of macroNicolas Palix1-3/+4
2009-11-18sh: Fixup last users of irq_chip->typenameThomas Gleixner2-2/+2
2009-08-24sh: Fixes some write posting issues in the interrupt handling for SHStuart Menefy1-0/+1
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