summaryrefslogtreecommitdiff
path: root/drivers/sh/intc/core.c
AgeCommit message (Expand)Author
2021-04-07sh: intc: Drop the use of irq_create_identity_mapping()Marc Zyngier
2021-01-06sh/intc: Restore devm_ioremap() alignmentGeert Uytterhoeven
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-10-18sh/intc: Use pr_warn instead of pr_warningKefeng Wang
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-07-29sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu
2015-06-25sh/intc: Fix race in installing chained IRQ handlerThomas Gleixner
2014-05-16sh: intc: Remove pointless irq_reserve_irqs() invocationThomas Gleixner
2012-08-20sh: intc: Fix up multi-evt irq association.Paul Mundt
2012-08-09sh: intc: Handle domain association for sparseirq pre-allocated vectors.Paul Mundt
2012-08-01sh: intc: initial irqdomain support.Paul Mundt
2012-03-30Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds
2012-01-25sh: intc: remove dependency on NR_IRQSRob Herring
2012-01-24sh: intc: optimize intc IRQ lookupPaul Mundt
2012-01-24sh: intc: Make global intc controller counter static.Paul Mundt
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-12-25PM / shmobile: Don't include SH7372's INTCS in syscore suspend/resumeRafael J. Wysocki
2011-12-21sh: intc - convert sysdev_class to a regular subsystemKay Sievers
2011-10-31sh: Add export.h to arch/sh specific files as required.Paul Gortmaker
2011-10-31sh: fix implicit use of stat.h in arch/sh specific filesPaul Gortmaker
2011-03-29sh: Convert to new function namesThomas Gleixner
2011-03-29sh: Use the proper accessor functionsThomas Gleixner
2011-03-23sh: Use struct syscore_ops instead of sysdevsRafael J. Wysocki
2010-12-24sh: intc: Initialize radix tree gfp mask explicitly.Paul Mundt
2010-11-01sh: intc: Update for single IRQ reservation helper.Paul Mundt
2010-10-28sh: intc: switch irq_desc iteration to new active IRQ iterator.Paul Mundt
2010-10-27sh: intc: irq_data conversion.Paul Mundt
2010-10-26sh: Switch dynamic IRQ creation to generic irq allocator.Paul Mundt
2010-10-26sh: Sanitize sparse irqThomas Gleixner
2010-10-05sh: intc: Split up the INTC code.Paul Mundt