summaryrefslogtreecommitdiff
path: root/drivers/irqchip
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-12-141-19/+2
|\
| * irqchip/riscv-intc: remove user selectability of RISCV_INTCConor Dooley2022-12-081-10/+1
| * irqchip/sifive-plic: remove user selectability of SIFIVE_PLICConor Dooley2022-12-081-9/+1
* | Merge tag 'irqchip-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2022-12-0718-108/+450
|\ \
| * \ Merge branch irq/misc-6.2 into irq/irqchip-nextMarc Zyngier2022-12-0512-20/+22
| |\ \
| | * | irqchip/ls-extirq: Fix endianness detectionSean Anderson2022-12-051-1/+1
| | * | irqchip/gic: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-282-2/+4
| | * | irqchip/sifive-plic: Support wake IRQsSamuel Holland2022-11-281-2/+4
| | * | irqchip/loongson-liointc: Fix improper error handling in liointc_init()Liu Peibao2022-11-261-1/+4
| | * | irqchip/sl28cpld: Replace irqchip mask_invert with unmask_baseAidan MacDonald2022-11-261-2/+1
| | * | irqchip/wpcm450: Fix memory leak in wpcm450_aic_of_init()Wei Yongjun2022-11-261-0/+1
| | * | irqchip/st: Use device_get_match_data() to simplify the codeye xingchen2022-11-261-6/+1
| | * | irqchip/al-fic: Drop obsolete dependency on COMPILE_TESTJean Delvare2022-11-261-1/+1
| | * | irqchip: gic-pm: Use pm_runtime_resume_and_get() in gic_probe()Shang XiaoJing2022-11-261-1/+1
| | * | irqchip/mips-gic: Drop repeated word in commentwangjianli2022-11-261-1/+1
| | * | irqchip/apple-aic: Mark aic_info structs __initconstKonrad Dybcio2022-11-261-3/+3
| | |/
| * | Merge branch irq/cirq-v2 into irq/irqchip-nextMarc Zyngier2022-12-051-17/+78
| |\ \
| | * | irqchip/irq-mtk-cirq: Add support for System CIRQ on MT8192AngeloGioacchino Del Regno2022-11-281-0/+13
| | * | irqchip/irq-mtk-cirq: Move register offsets to const arrayAngeloGioacchino Del Regno2022-11-281-17/+65
| | |/
| * | Merge branch irq/loongarch-of into irq/irqchip-nextMarc Zyngier2022-12-051-0/+18
| |\ \
| | * | irqchip/loongarch-cpu: Fix a missing prototype warningHuacai Chen2022-12-051-3/+2
| | * | irqchip: loongarch-cpu: add DT supportLiu Peibao2022-11-261-0/+19
| | |/
| * | irqchip/loongarch: Adjust acpi_cascade_irqdomain_init() and sub-routinesHuacai Chen2022-11-283-31/+44
| * | irqchip/loongson-pch-lpc: Add suspend/resume supportHuacai Chen2022-11-261-0/+25
| * | irqchip/loongson-pch-pic: Add suspend/resume supportHuacai Chen2022-11-261-0/+47
| * | irqchip/loongson-eiointc: Add suspend/resume supportHuacai Chen2022-11-261-0/+33
| * | irqchip/loongson-htvec: Add suspend/resume supportHuacai Chen2022-11-261-0/+27
| * | irqchip/loongson-htvec: Add ACPI init supportHuacai Chen2022-11-263-35/+140
| * | irqchip/loongson-liointc: Support to set IRQ type for ACPI pathJianmin Lv2022-11-261-1/+6
| * | irqchip/loongson-pch-pic: Support to set IRQ type for ACPI pathJianmin Lv2022-11-261-4/+7
| * | irqchip/loongson-pch-pic: Fix translate callback for DT pathJianmin Lv2022-11-261-0/+3
| |/
* | irqchip/ti-sci-inta: Fix kernel docThomas Gleixner2022-12-061-1/+1
* | irqchip/gic-v2m: Mark a few functions __initThomas Gleixner2022-12-061-5/+5
* | irqchip/gic-v2m: Include arm-gic-common.hThomas Gleixner2022-12-061-0/+1
* | irqchip/irq-mvebu-icu: Fix works by chance pointer assignmentThomas Gleixner2022-12-061-2/+2
* | genirq/irqdomain: Rename irq_domain::dev to irq_domain:: Pm_devThomas Gleixner2022-12-051-2/+2
* | genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner2022-11-171-3/+3
|/
* Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-126-99/+595
|\
| * irqchip: IMX_MU_MSI should depend on ARCH_MXCGeert Uytterhoeven2022-10-121-3/+4
| * irqchip/imx-mu-msi: Fix wrong register offset for 8ulpFrank Li2022-10-041-1/+1
| * irqchip/ls-extirq: Fix invalid wait context by avoiding to use regmapVladimir Oltean2022-10-031-24/+63
| * Merge branch irq/misc-6.1 into irq/irqchip-nextMarc Zyngier2022-09-292-2/+2
| |\
| | * irqchip/gic-v3: Fix typo in commentZhiyuan Dai2022-09-291-1/+1
| | * irqchip: Make irqchip_init() usable on pure ACPI systemsHuacai Chen2022-09-281-1/+1
| * | Merge branch irq/rtl-imap-deprecation into irq/irqchip-nextMarc Zyngier2022-09-291-73/+61
| |\ \
| | * | irqchip/realtek-rtl: use parent interruptsSander Vanheule2022-09-281-72/+61
| | * | irqchip/realtek-rtl: use irq_domain_add_linear()Sander Vanheule2022-09-281-2/+1
| | |/
| * | irqchip: Add IMX MU MSI controller driverFrank Li2022-09-293-0/+468
| |/
* | Merge tag 'iommu-updates-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-104-4/+4
|\ \
| * | iommu/dma: Move public interfaces to linux/iommu.hRobin Murphy2022-09-074-4/+4
| |/