summaryrefslogtreecommitdiffstats
path: root/drivers/sh/intc
Commit message (Expand)AuthorAgeFilesLines
* sh: Kill off set_irq_flags usageRob Herring2015-09-161-9/+1
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-162-3/+3
* sh/intc: Prepare irq flow handlers for irq argument removalThomas Gleixner2015-07-291-1/+2
* sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-292-7/+9
* sh/irq: Use access helper irq_data_get_affinity_mask()Thomas Gleixner2015-07-291-3/+3
* sh/irq: Use irq accessor functions instead of open coded accessJiang Liu2015-07-291-5/+7
* sh/intc: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-2/+3
* sh/intc: Fix potential race in installing chained IRQ handlerThomas Gleixner2015-06-251-1/+2
* sh: intc: Confine SH_INTC to platforms that need itGeert Uytterhoeven2014-08-221-1/+5
* Merge tag 'renesas-sh-drivers-for-v3.16' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2014-06-061-1/+1
|\
| * drivers: sh: Restrict INTC_USERIMASK to SH4AGeert Uytterhoeven2014-05-261-1/+1
* | sh: intc: Remove pointless irq_reserve_irqs() invocationThomas Gleixner2014-05-161-6/+0
|/
* sh: intc: Enable driver compilation with COMPILE_TESTLaurent Pinchart2014-02-181-1/+1
* sh: Fix up more fallout from pointless ARM __iomem churn.Paul Mundt2012-10-152-20/+29
* sh: intc: Fix up multi-evt irq association.Paul Mundt2012-08-201-1/+1
* sh: intc: Handle domain association for sparseirq pre-allocated vectors.Paul Mundt2012-08-091-4/+23
* sh: intc: initial irqdomain support.Paul Mundt2012-08-015-5/+85
* sh: intc: Allocate subgroup virq backing desc directly.Paul Mundt2012-06-131-1/+3
* sh: intc: Kill off deprecated dynamic IRQ API.Paul Mundt2012-05-242-66/+1
* Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-03-304-35/+27
|\
| * sh: intc: Fix up section mismatch for intc_ack_dataPaul Mundt2012-03-291-3/+2
| * sh: intc: optimize intc IRQ lookupPaul Mundt2012-01-243-22/+22
| * sh: intc: Use IRQ_SET_MASK_OK_NOCOPY for intc_set_affinity.Paul Mundt2012-01-241-1/+1
| * sh: intc: Kill off superfluous irq_shutdown hooking.Paul Mundt2012-01-241-1/+0
| * sh: intc: Prefer IRQCHIP_SKIP_SET_WAKE over a dummy set_wake callback.Paul Mundt2012-01-241-6/+1
| * sh: intc: Make global intc controller counter static.Paul Mundt2012-01-242-2/+1
* | sh: intc: remove dependency on NR_IRQSRob Herring2012-01-254-4/+4
|/
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-082-0/+9
|\
| * PM / shmobile: Don't include SH7372's INTCS in syscore suspend/resumeRafael J. Wysocki2011-12-252-0/+9
* | sh: intc - convert sysdev_class to a regular subsystemKay Sievers2011-12-213-25/+26
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-063-0/+4
|\
| * drivers/sh: Add export.h for EXPORT_SYMBOL to intc/virq.cPaul Gortmaker2011-10-311-0/+1
| * sh: Add export.h to arch/sh specific files as required.Paul Gortmaker2011-10-311-0/+1
| * sh: Add module.h to arch/sh specific files as required.Paul Gortmaker2011-10-311-0/+1
| * sh: fix implicit use of stat.h in arch/sh specific filesPaul Gortmaker2011-10-311-0/+1
* | sh: intc: Allow triggering on both edges for ARM SoCsMagnus Damm2011-11-051-1/+1
* | sh: userimask.c needs linux/stat.hNobuhiro Iwamatsu2011-10-281-0/+1
* | sh: intc: Add IRQ trigger bit field checkMagnus Damm2011-10-281-2/+7
|/
* sh: intc: enable both edges GPIO interrupts on sh7372Magnus Damm2011-07-211-0/+3
* sh: intc: Set virtual IRQs as nothread.Paul Mundt2011-04-271-0/+5
* sh: Fix irq cleanup falloutThomas Gleixner2011-03-301-2/+2
* sh: Convert to new function namesThomas Gleixner2011-03-292-13/+13
* sh: Use the proper accessor functionsThomas Gleixner2011-03-291-7/+2
* sh: Use struct syscore_ops instead of sysdevsRafael J. Wysocki2011-03-232-49/+47
* sh: update INTC to clear IRQ sense valid flagMagnus Damm2011-01-191-2/+4
* sh: intc: Initialize radix tree gfp mask explicitly.Paul Mundt2010-12-241-0/+1
* sh: intc: Fix up build failure introduced by radix tree changes.Paul Mundt2010-11-151-1/+1
* sh: intc: Update for single IRQ reservation helper.Paul Mundt2010-11-012-2/+2
* sh: intc: switch irq_desc iteration to new active IRQ iterator.Paul Mundt2010-10-281-8/+2
* sh: intc: irq_data conversion.Paul Mundt2010-10-274-40/+68
OpenPOWER on IntegriCloud