aboutsummaryrefslogtreecommitdiff
path: root/drivers/sh/intc
AgeCommit message (Expand)AuthorFilesLines
2015-07-29sh/intc: Prepare irq flow handlers for irq argument removalGravatar Thomas Gleixner 1-1/+2
2015-07-29sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descGravatar Jiang Liu 2-7/+9
2015-07-29sh/irq: Use access helper irq_data_get_affinity_mask()Gravatar Thomas Gleixner 1-3/+3
2015-07-29sh/irq: Use irq accessor functions instead of open coded accessGravatar Jiang Liu 1-5/+7
2015-06-25sh/intc: Fix race in installing chained IRQ handlerGravatar Thomas Gleixner 1-2/+3
2015-06-25sh/intc: Fix potential race in installing chained IRQ handlerGravatar Thomas Gleixner 1-1/+2
2014-08-22sh: intc: Confine SH_INTC to platforms that need itGravatar Geert Uytterhoeven 1-1/+5
2014-06-06Merge tag 'renesas-sh-drivers-for-v3.16' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-1/+1
2014-05-26drivers: sh: Restrict INTC_USERIMASK to SH4AGravatar Geert Uytterhoeven 1-1/+1
2014-05-16sh: intc: Remove pointless irq_reserve_irqs() invocationGravatar Thomas Gleixner 1-6/+0
2014-02-18sh: intc: Enable driver compilation with COMPILE_TESTGravatar Laurent Pinchart 1-1/+1
2012-10-15sh: Fix up more fallout from pointless ARM __iomem churn.Gravatar Paul Mundt 2-20/+29
2012-08-20sh: intc: Fix up multi-evt irq association.Gravatar Paul Mundt 1-1/+1
2012-08-09sh: intc: Handle domain association for sparseirq pre-allocated vectors.Gravatar Paul Mundt 1-4/+23
2012-08-01sh: intc: initial irqdomain support.Gravatar Paul Mundt 5-5/+85
2012-06-13sh: intc: Allocate subgroup virq backing desc directly.Gravatar Paul Mundt 1-1/+3
2012-05-24sh: intc: Kill off deprecated dynamic IRQ API.Gravatar Paul Mundt 2-66/+1
2012-03-30Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shGravatar Linus Torvalds 4-35/+27
2012-03-29sh: intc: Fix up section mismatch for intc_ack_dataGravatar Paul Mundt 1-3/+2
2012-01-25sh: intc: remove dependency on NR_IRQSGravatar Rob Herring 4-4/+4
2012-01-24sh: intc: optimize intc IRQ lookupGravatar Paul Mundt 3-22/+22
2012-01-24sh: intc: Use IRQ_SET_MASK_OK_NOCOPY for intc_set_affinity.Gravatar Paul Mundt 1-1/+1
2012-01-24sh: intc: Kill off superfluous irq_shutdown hooking.Gravatar Paul Mundt 1-1/+0
2012-01-24sh: intc: Prefer IRQCHIP_SKIP_SET_WAKE over a dummy set_wake callback.Gravatar Paul Mundt 1-6/+1
2012-01-24sh: intc: Make global intc controller counter static.Gravatar Paul Mundt 2-2/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-0/+9
2011-12-25PM / shmobile: Don't include SH7372's INTCS in syscore suspend/resumeGravatar Rafael J. Wysocki 2-0/+9
2011-12-21sh: intc - convert sysdev_class to a regular subsystemGravatar Kay Sievers 3-25/+26
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-0/+4
2011-11-05sh: intc: Allow triggering on both edges for ARM SoCsGravatar Magnus Damm 1-1/+1
2011-10-31drivers/sh: Add export.h for EXPORT_SYMBOL to intc/virq.cGravatar Paul Gortmaker 1-0/+1
2011-10-31sh: Add export.h to arch/sh specific files as required.Gravatar Paul Gortmaker 1-0/+1
2011-10-31sh: Add module.h to arch/sh specific files as required.Gravatar Paul Gortmaker 1-0/+1
2011-10-31sh: fix implicit use of stat.h in arch/sh specific filesGravatar Paul Gortmaker 1-0/+1
2011-10-28sh: userimask.c needs linux/stat.hGravatar Nobuhiro Iwamatsu 1-0/+1
2011-10-28sh: intc: Add IRQ trigger bit field checkGravatar Magnus Damm 1-2/+7
2011-07-21sh: intc: enable both edges GPIO interrupts on sh7372Gravatar Magnus Damm 1-0/+3
2011-04-27sh: intc: Set virtual IRQs as nothread.Gravatar Paul Mundt 1-0/+5
2011-03-30sh: Fix irq cleanup falloutGravatar Thomas Gleixner 1-2/+2
2011-03-29sh: Convert to new function namesGravatar Thomas Gleixner 2-13/+13
2011-03-29sh: Use the proper accessor functionsGravatar Thomas Gleixner 1-7/+2
2011-03-23sh: Use struct syscore_ops instead of sysdevsGravatar Rafael J. Wysocki 2-49/+47
2011-01-19sh: update INTC to clear IRQ sense valid flagGravatar Magnus Damm 1-2/+4
2010-12-24sh: intc: Initialize radix tree gfp mask explicitly.Gravatar Paul Mundt 1-0/+1
2010-11-15sh: intc: Fix up build failure introduced by radix tree changes.Gravatar Paul Mundt 1-1/+1
2010-11-01sh: intc: Update for single IRQ reservation helper.Gravatar Paul Mundt 2-2/+2
2010-10-28sh: intc: switch irq_desc iteration to new active IRQ iterator.Gravatar Paul Mundt 1-8/+2
2010-10-27sh: intc: irq_data conversion.Gravatar Paul Mundt 4-40/+68
2010-10-26sh: Switch dynamic IRQ creation to generic irq allocator.Gravatar Paul Mundt 2-75/+9
2010-10-26sh: Sanitize sparse irqGravatar Thomas Gleixner 2-19/+14