summaryrefslogtreecommitdiffstats
path: root/drivers/sh/intc
Commit message (Expand)AuthorAgeFilesLines
* sh: intc: Make intc_subsys constRicardo B. Marliere2024-02-152-2/+2
* sh: intc: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+9
* genirq: Add and use an irq_data_update_affinity helperSamuel Holland2022-07-071-1/+1
* sh: intc: Drop the use of irq_create_identity_mapping()Marc Zyngier2021-04-071-30/+19
* sh/intc: Restore devm_ioremap() alignmentGeert Uytterhoeven2021-01-061-1/+1
* sh: intc: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2021-01-061-12/+2
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-2/+2
* sh/intc: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-141-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-5/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* drivers/sh/intc/virq.c: delete an error message for a failed memory allocatio...SF Markus Elfring2017-07-061-3/+1
* lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-121-1/+1
* 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