aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-vic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-26irq: remove handle_domain_{irq,nmi}()Mark Rutland1-1/+1
2021-06-10irqchip: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-1/+1
2021-03-22irq: Fix typos in commentsIngo Molnar1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-27irqchip/vic: Cut down the external APILinus Walleij1-1/+4
2020-06-27irqchip/vic: Drop cascaded intialization callLinus Walleij1-21/+0
2020-03-08irqchip: vic: Support cascaded VIC in device treeLinus Walleij1-4/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2016-10-05irqchip/vic: Improve function-level documentationJulia Lawall1-1/+0
2016-06-13irqchip/vic: Make vic_syscore_ops and vic_of_init staticBen Dooks1-2/+3
2015-09-16irqchip: Kill off set_irq_flags usageRob Herring1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-07-11irqchip/vic: Consolidate chained IRQ handler install/removeThomas Gleixner1-2/+2
2015-07-11irqchip: Prepare for local stub header removalJoel Porquet1-2/+1
2015-05-05irqchip: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2014-09-03irqchip: vic: Convert to handle_domain_irqMarc Zyngier1-1/+1
2014-04-15irqchip: vic: Properly chain the cascaded IRQsLinus Walleij1-0/+6
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-7/+53
2014-03-12irqchip: Remove asmlinkage from static functionsStephen Boyd1-1/+1
2014-02-25irqchip: VIC: export vic_init_cascadedArnd Bergmann1-0/+1
2014-02-13irqchip: support cascaded VICsLinus Walleij1-6/+47
2014-02-13irqchip: vic: update the base IRQ member correctlyLinus Walleij1-1/+5
2013-09-17irqchip: vic: Parse interrupt and resume masks from device treeTomasz Figa1-1/+6
2013-06-08irqchip: Return -EPERM for reserved IRQsGrant Likely1-1/+1
2013-04-02irqchip: vic: add include of linux/irq.hOlof Johansson1-0/+1
2013-03-26arm: Move the set_handle_irq and handle_arch_irq declarations to asm/irq.hCatalin Marinas1-1/+1
2013-01-12irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.hRob Herring1-1/+1
2013-01-12irqchip: Move ARM VIC to drivers/irqchipRob Herring1-0/+489