aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-nvic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-17/+5
2022-03-01irqchip/nvic: Release nvic_base upon failureSouptick Joarder (HPE)1-0/+2
2021-12-06irqchip: nvic: Use GENERIC_IRQ_MULTI_HANDLERVladimir Murzin1-17/+5
2021-12-02irqchip: nvic: Fix offset for Interrupt Priority OffsetsVladimir Murzin1-1/+1
2021-10-26irq: remove handle_domain_{irq,nmi}()Mark Rutland1-3/+3
2021-10-25irq: arm: perform irqentry in entry codeMark Rutland1-1/+16
2021-06-10irqchip/nvic: Convert from handle_IRQ() to handle_domain_irq()Marc Zyngier1-3/+1
2020-01-20irqchip/nvic: Use irq_domain_translate_onecell instead of custom funcYash Shah1-13/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2015-10-13irqchip: Convert all alloc/xlate users from of_node to fwnodeMarc Zyngier1-4/+14
2015-07-11irqchip: Prepare for local stub header removalJoel Porquet1-2/+1
2015-05-18irqchip: nvic: Support hierarchy irq domainStefan Agner1-1/+27
2014-06-21irqchip: nvic: Use the generic noop functionDaniel Thompson1-9/+4
2013-07-05irqchip: nvic: Fix wrong num_ct argument for irq_alloc_domain_generic_chips()Axel Lin1-1/+1
2013-06-26irqchip: Add support for ARMv7-M NVICUwe Kleine-König1-0/+117