aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sh/intc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-15sh: Fix up more fallout from pointless ARM __iomem churn.Paul Mundt2-20/+29
2012-08-20sh: intc: Fix up multi-evt irq association.Paul Mundt1-1/+1
2012-08-09sh: intc: Handle domain association for sparseirq pre-allocated vectors.Paul Mundt1-4/+23
2012-08-01sh: intc: initial irqdomain support.Paul Mundt5-5/+85
2012-06-13sh: intc: Allocate subgroup virq backing desc directly.Paul Mundt1-1/+3
2012-05-24sh: intc: Kill off deprecated dynamic IRQ API.Paul Mundt2-66/+1
2012-03-30Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds4-35/+27
2012-03-29sh: intc: Fix up section mismatch for intc_ack_dataPaul Mundt1-3/+2
2012-01-25sh: intc: remove dependency on NR_IRQSRob Herring4-4/+4
2012-01-24sh: intc: optimize intc IRQ lookupPaul Mundt3-22/+22
2012-01-24sh: intc: Use IRQ_SET_MASK_OK_NOCOPY for intc_set_affinity.Paul Mundt1-1/+1
2012-01-24sh: intc: Kill off superfluous irq_shutdown hooking.Paul Mundt1-1/+0
2012-01-24sh: intc: Prefer IRQCHIP_SKIP_SET_WAKE over a dummy set_wake callback.Paul Mundt1-6/+1
2012-01-24sh: intc: Make global intc controller counter static.Paul Mundt2-2/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-0/+9
2011-12-25PM / shmobile: Don't include SH7372's INTCS in syscore suspend/resumeRafael J. Wysocki2-0/+9
2011-12-21sh: intc - convert sysdev_class to a regular subsystemKay Sievers3-25/+26
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds3-0/+4
2011-11-05sh: intc: Allow triggering on both edges for ARM SoCsMagnus Damm1-1/+1
2011-10-31drivers/sh: Add export.h for EXPORT_SYMBOL to intc/virq.cPaul Gortmaker1-0/+1
2011-10-31sh: Add export.h to arch/sh specific files as required.Paul Gortmaker1-0/+1
2011-10-31sh: Add module.h to arch/sh specific files as required.Paul Gortmaker1-0/+1
2011-10-31sh: fix implicit use of stat.h in arch/sh specific filesPaul Gortmaker1-0/+1
2011-10-28sh: userimask.c needs linux/stat.hNobuhiro Iwamatsu1-0/+1
2011-10-28sh: intc: Add IRQ trigger bit field checkMagnus Damm1-2/+7
2011-07-21sh: intc: enable both edges GPIO interrupts on sh7372Magnus Damm1-0/+3
2011-04-27sh: intc: Set virtual IRQs as nothread.Paul Mundt1-0/+5
2011-03-30sh: Fix irq cleanup falloutThomas Gleixner1-2/+2
2011-03-29sh: Convert to new function namesThomas Gleixner2-13/+13
2011-03-29sh: Use the proper accessor functionsThomas Gleixner1-7/+2
2011-03-23sh: Use struct syscore_ops instead of sysdevsRafael J. Wysocki2-49/+47
2011-01-19sh: update INTC to clear IRQ sense valid flagMagnus Damm1-2/+4
2010-12-24sh: intc: Initialize radix tree gfp mask explicitly.Paul Mundt1-0/+1
2010-11-15sh: intc: Fix up build failure introduced by radix tree changes.Paul Mundt1-1/+1
2010-11-01sh: intc: Update for single IRQ reservation helper.Paul Mundt2-2/+2
2010-10-28sh: intc: switch irq_desc iteration to new active IRQ iterator.Paul Mundt1-8/+2
2010-10-27sh: intc: irq_data conversion.Paul Mundt4-40/+68
2010-10-26sh: Switch dynamic IRQ creation to generic irq allocator.Paul Mundt2-75/+9
2010-10-26sh: Sanitize sparse irqThomas Gleixner2-19/+14
2010-10-06sh: intc: Fix build with IRQ balancing disabled.Paul Mundt1-4/+5
2010-10-06sh: intc: Add missing files.Paul Mundt2-0/+40
2010-10-05sh: intc: Split up the INTC code.Paul Mundt10-0/+2047