aboutsummaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-bcm2835.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-26irq: remove handle_domain_{irq,nmi}()Gravatar Mark Rutland 1-1/+1
2021-06-10irqchip: Bulk conversion to generic_handle_domain_irq()Gravatar Marc Zyngier 1-1/+1
2020-03-16irqchip/bcm2835: Quiesce IRQs left enabled by bootloaderGravatar Lukas Wunner 1-0/+15
2018-12-13irqchip: bcm283x: Switch to SPDX identifierGravatar Stefan Wahren 1-10/+1
2017-08-23irqchip: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-5/+4
2016-06-04irqchip: bcm2835: Avoid arch/arm-specific handle_IRQGravatar Eric Anholt 1-2/+1
2015-09-16irqchip: Kill off set_irq_flags usageGravatar Rob Herring 1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersGravatar Thomas Gleixner 1-2/+2
2015-08-20irqchip/bcm2835: Add support for being used as a second level controllerGravatar Eric Anholt 1-3/+40
2015-08-20irqchip/bcm2835: Refactor handle_IRQ() calls out of MAKE_HWIRQGravatar Eric Anholt 1-28/+29
2015-07-27irqchip: Appropriate __init annotation for const dataGravatar Nicolas Pitre 1-4/+4
2015-07-11irqchip: Prepare for local stub header removalGravatar Joel Porquet 1-2/+1
2015-05-05irqchip: Constify irq_domain_opsGravatar Krzysztof Kozlowski 1-1/+1
2014-03-12irqchip: Remove asmlinkage from static functionsGravatar Stephen Boyd 1-2/+2
2013-11-07irqchip: bcm2835: Convert to use IRQCHIP_DECLARE macroGravatar Axel Lin 1-12/+10
2012-11-06irqchip: irq-bcm2835: Add terminating entry for of_device_id tableGravatar Axel Lin 1-1/+2
2012-09-19ARM: bcm2835: add interrupt controller driverGravatar Simon Arlott 1-0/+223