aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sh/intc/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-07sh: intc: Drop the use of irq_create_identity_mapping()Marc Zyngier1-30/+19
2021-01-06sh/intc: Restore devm_ioremap() alignmentGeert Uytterhoeven1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-10-18sh/intc: Use pr_warn instead of pr_warningKefeng Wang1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-5/+5
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-07-29sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-06-25sh/intc: Fix race in installing chained IRQ handlerThomas Gleixner1-2/+3
2014-05-16sh: intc: Remove pointless irq_reserve_irqs() invocationThomas Gleixner1-6/+0
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 Mundt1-4/+7
2012-03-30Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds1-2/+9
2012-01-25sh: intc: remove dependency on NR_IRQSRob Herring1-1/+1
2012-01-24sh: intc: optimize intc IRQ lookupPaul Mundt1-1/+8
2012-01-24sh: intc: Make global intc controller counter static.Paul Mundt1-1/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+8
2011-12-25PM / shmobile: Don't include SH7372's INTCS in syscore suspend/resumeRafael J. Wysocki1-0/+8
2011-12-21sh: intc - convert sysdev_class to a regular subsystemKay Sievers1-14/+15
2011-10-31sh: Add export.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-03-29sh: Convert to new function namesThomas Gleixner1-7/+7
2011-03-29sh: Use the proper accessor functionsThomas Gleixner1-7/+2
2011-03-23sh: Use struct syscore_ops instead of sysdevsRafael J. Wysocki1-48/+47
2010-12-24sh: intc: Initialize radix tree gfp mask explicitly.Paul Mundt1-0/+1
2010-11-01sh: intc: Update for single IRQ reservation helper.Paul Mundt1-1/+1
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 Mundt1-10/+29
2010-10-26sh: Switch dynamic IRQ creation to generic irq allocator.Paul Mundt1-1/+1
2010-10-26sh: Sanitize sparse irqThomas Gleixner1-5/+5
2010-10-05sh: intc: Split up the INTC code.Paul Mundt1-0/+469