summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-09-223-0/+195
|\
| * irqchip/irq-ingenic-tcu: Fix COMPILE_TEST buildingYueHaibing2019-08-191-0/+1
| * irqchip: Add irq-ingenic-tcu driverPaul Cercueil2019-08-083-0/+194
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-1714-153/+466
|\ \
| * | irqchip/gic-v3-its: Fix LPI release for Multi-MSI devicesMarc Zyngier2019-09-051-5/+4
| * | irqchip/uniphier-aidet: Use devm_platform_ioremap_resource()Masahiro Yamada2019-09-051-3/+1
| * | irqchip/mmp: Coexist with GIC root IRQ controllerLubomir Rintel2019-08-301-1/+6
| * | irqchip/mmp: Mask off interrupts from other coresAndres Salomon2019-08-301-0/+48
| * | irqchip/mmp: Add missing chained_irq_{enter,exit}()Lubomir Rintel2019-08-301-1/+8
| * | irqchip/mmp: Do not use of_address_to_resource() to get mux regsLubomir Rintel2019-08-301-9/+13
| * | irqchip/meson-gpio: Add support for meson sm1 SoCsJerome Brunet2019-08-301-14/+38
| * | irqchip: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-203-12/+4
| * | irqchip/mmp: Do not call irq_set_default_host() on DT platformsLubomir Rintel2019-08-201-2/+0
| * | irqchip/gic-v3-its: Remove the redundant set_bit for lpi_mapZenghui Yu2019-08-201-1/+1
| * | irqchip/gic-v3: Add quirks for HIP06/07 invalid GICD_TYPER erratum 161010803Marc Zyngier2019-08-201-10/+46
| * | irqchip/gic: Skip DT quirks when evaluating IIDR-based quirksMarc Zyngier2019-08-201-0/+2
| * | irqchip/gic-v3: Warn about inconsistent implementations of extended rangesMarc Zyngier2019-08-201-0/+5
| * | irqchip/gic-v3: Add EPPI range supportMarc Zyngier2019-08-201-7/+35
| * | irqchip/gic-v3: Dynamically allocate PPI partition descriptorsMarc Zyngier2019-08-201-3/+11
| * | irqchip/gic-v3: Dynamically allocate PPI NMI refcountsMarc Zyngier2019-08-201-13/+34
| * | irqchip/gic: Prepare for more than 16 PPIsMarc Zyngier2019-08-205-17/+30
| * | irqchip/gic-v3: Add ESPI range supportMarc Zyngier2019-08-201-16/+69
| * | irqchip/gic-v3: Add INTID range and convertion primitivesMarc Zyngier2019-08-201-29/+83
| * | irqchip/gic: Rework gic_configure_irq to take the full ICFGR baseMarc Zyngier2019-08-204-12/+30
| * | irqchip/ixp4xx: Register the base PA instead of its VA in fwnodeMarc Zyngier2019-08-071-1/+1
| * | irqchip/gic-v2m: Register the frame's PA instead of its VA in fwnodeMarc Zyngier2019-08-071-1/+1
| * | irqchip/gic: Register the distributor's PA instead of its VA in fwnodeMarc Zyngier2019-08-071-1/+1
| * | irqchip/gic-v3-its: Register the ITS' PA instead of its VA in fwnodeMarc Zyngier2019-08-071-1/+1
| * | irqchip/gic-v3: Register the distributor's PA instead of its VA in fwnodeMarc Zyngier2019-08-071-1/+1
* | | irqchip/sifive-plic: set max threshold for ignored handlersChristoph Hellwig2019-09-051-2/+10
|/ /
* | Merge tag 'irqchip-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-08-014-3/+13
|\ \ | |/ |/|
| * irqchip/renesas-rza1: Fix an use-after-free in rza1_irqc_probe()Wen Yang2019-07-261-7/+8
| * irqchip/irq-imx-gpcv2: Forward irq type to parentLucas Stach2019-07-261-0/+1
| * irqchip/irq-mbigen: Add of_node_put() before returnNishka Dasgupta2019-07-261-2/+7
| * irqchip/gic-v3-its: Free unused vpt_page when alloc vpe table failNianyao Tang2019-07-261-1/+1
| * irqchip/gic-v3: Mark expected switch fall-throughAnders Roxell2019-07-261-0/+4
* | irqchip/gic-v3-its: Fix misuse of GENMASK macroJoe Perches2019-07-101-1/+1
* | irqchip/renesas-rza1: Prevent use-after-free in rza1_irqc_probe()Wen Yang2019-07-091-7/+8
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-0813-124/+890
|\|
| * irqchip/gic-pm: Remove PM_CLK dependencySameer Pujar2019-07-031-1/+0
| * irqchip/al-fic: Introduce Amazon's Annapurna Labs Fabric Interrupt Controller...Talel Shenhar2019-07-033-0/+287
| * irqchip/mbigen: Stop printing kernel addressesKefeng Wang2019-06-181-2/+1
| * irqchip/gic: Add dependency for ARM_GIC_MAX_NRJiangfeng Xiao2019-06-171-0/+1
| * irqchip/qcom: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-06-111-3/+2
| * irqchip/irq-csky-mpintc: Remove unnecessary loop in interrupt handlerGuo Ren2019-06-111-6/+2
| * irqchip/irq-csky-mpintc: Add triger typeGuo Ren2019-06-111-1/+77
| * irqchip/renesas-irqc: Use proper irq_chip name and parentGeert Uytterhoeven2019-06-111-1/+2
| * irqchip/renesas-intc-irqpin: Use proper irq_chip name and parentGeert Uytterhoeven2019-06-111-1/+2
| * irqchip/meson-gpio: Add support for Meson-G12A SoCXingyu Chen2019-06-111-0/+1
| * irqchip: Enable compile-testing for Renesas driversGeert Uytterhoeven2019-06-111-4/+16