summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAgeFilesLines
...
| * | | irqchip/irq-bcm7120-l2: Switch to IRQCHIP_PLATFORM_DRIVERFlorian Fainelli2021-10-202-7/+18
| * | | irqchip/irq-brcmstb-l2: Switch to IRQCHIP_PLATFORM_DRIVERFlorian Fainelli2021-10-202-8/+12
| * | | irqchip/irq-bcm7038-l1: Switch to IRQCHIP_PLATFORM_DRIVERFlorian Fainelli2021-10-202-2/+8
| * | | irqchip/irq-bcm7038-l1: Restrict affinity setting to MIPSFlorian Fainelli2021-10-201-0/+4
| * | | irqchip/irq-bcm7038-l1: Gate use of CPU logical map to MIPSFlorian Fainelli2021-10-201-6/+3
| * | | irqchip/irq-bcm7038-l1: Use irq_get_irq_data()Florian Fainelli2021-10-201-1/+1
| * | | irqchip/irq-bcm7038-l1: Remove .irq_cpu_offline()Florian Fainelli2021-10-201-30/+0
| | |/ | |/|
| * | irqchip/meson-gpio: Make it possible to build as a moduleNeil Armstrong2021-10-202-8/+12
| |/
* | irqchip/ti-sci-inta: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-10-191-3/+1
* | irqchip/stm32: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-10-191-3/+1
* | irqchip/irq-ts4800: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing2021-10-191-3/+1
* | irqchip/irq-mvebu-pic: Make use of the helper function devm_platform_ioremap_...Cai Huoqing2021-10-191-3/+1
* | irqchip/irq-mvebu-icu: Make use of the helper function devm_platform_ioremap_...Cai Huoqing2021-10-191-3/+1
|/
* irqchip/gic: Work around broken Renesas integrationMarc Zyngier2021-09-221-1/+51
* irqchip/renesas-rza1: Use semicolons instead of commasGeert Uytterhoeven2021-09-221-6/+6
* irqchip/gic-v3-its: Fix potential VPE leak on errorKaige Fu2021-09-221-1/+1
* irqchip/goldfish-pic: Select GENERIC_IRQ_CHIP to fix buildRandy Dunlap2021-09-221-0/+1
* irqchip/mbigen: Repair non-kernel-doc notationRandy Dunlap2021-09-221-3/+3
* irqchip/armada-370-xp: Fix ack/eoi breakageMarc Zyngier2021-09-221-2/+2
* Merge branch irq/qcom-pdc-nowake-cleanup into irq/irqchip-nextMarc Zyngier2021-08-231-57/+11
|\
| * irqchip/qcom-pdc: Trim unused levels of the interrupt hierarchyMarc Zyngier2021-08-231-57/+11
* | Merge branch irq/misc-5.15 into irq/irqchip-nextMarc Zyngier2021-08-202-2/+23
|\ \
| * | irqchip/gic-v3: Fix priority comparison when non-secure priorities are usedChen-Yu Tsai2021-08-201-1/+22
| * | irqchip/apple-aic: Fix irq_disable from within irq handlersSven Peter2021-08-201-1/+1
* | | Merge branch irq/misc-5.15 into irq/irqchip-nextMarc Zyngier2021-08-122-1/+19
|\| |
| * | irqchip/mtk-sysirq: Skip setting irq-wakeMarkus Schneider-Pargmann2021-08-121-0/+1
| * | irqchip/loongson-pch-pic: Improve edge triggered interrupt supportHuacai Chen2021-08-121-1/+18
| |/
* | Merge branch irq/gicv3-eppi-partition into irq/irqchip-nextMarc Zyngier2021-08-121-11/+50
|\ \
| * | irqchip/gic-v3: Fix selection of partition domain for EPPIsJames Morse2021-08-121-7/+41
| * | irqchip/gic-v3: Add __gic_get_ppi_index() to find the PPI number from hwirqJames Morse2021-08-121-4/+9
| |/
* | irqchip/mvebu-odmi: Switch to bitmap_zalloc()Andy Shevchenko2021-07-261-3/+2
* | irqchip/mvebu-gicp: Switch to devm_bitmap_zalloc()Andy Shevchenko2021-07-261-3/+1
* | irqchip/ls-scfg-msi: Switch to devm_bitmap_zalloc()Andy Shevchenko2021-07-261-4/+1
* | irqchip/gic-v3: Switch to bitmap_zalloc()Andy Shevchenko2021-07-262-6/+5
* | irqchip/gic-v2m: Switch to bitmap_zalloc()Andy Shevchenko2021-07-261-3/+2
* | irqchip/alpine-msi: Switch to bitmap_zalloc()Andy Shevchenko2021-07-261-4/+2
* | irqchip/partitions: Switch to bitmap_zalloc()Andy Shevchenko2021-07-261-2/+1
|/
* Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-07-093-11/+12
|\
| * irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entryMarc Zyngier2021-07-093-11/+12
* | Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-2956-231/+137
|\|
| * Merge branch irq/irqchip-driver-updates into irq/irqchip-nextMarc Zyngier2021-06-113-8/+14
| |\
| | * irqchip/mbigen: Fix compile warning when CONFIG_ACPI is disabledYang Yingliang2021-06-061-6/+6
| | * irqchip/qcom-pdc: Switch to IRQCHIP_PLATFORM_DRIVER and allow as a moduleSaravana Kannan2021-06-062-2/+8
| * | Merge branch irq/generic_handle_domain_irq-core into irq/irqchip-nextMarc Zyngier2021-06-1148-193/+113
| |\ \
| | * | irqchip: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-06-1047-190/+111
| | * | irqchip/nvic: Convert from handle_IRQ() to handle_domain_irq()Marc Zyngier2021-06-101-3/+1
| | * | irqchip/mips-gic: Directly include linux/irqdomain.hMarc Zyngier2021-06-101-0/+1
| | |/
| * | irqchip: gic-pm: Remove redundant error log of clock bulkChunfeng Yun2021-06-111-3/+1
| * | irqchip/sun4i: Remove unnecessary oom messageZhen Lei2021-06-111-6/+2
| * | irqchip/irq-imx-gpcv2: Remove unnecessary oom messageZhen Lei2021-06-111-3/+1