summaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)Author
2022-12-14Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-12-08irqchip/riscv-intc: remove user selectability of RISCV_INTCConor Dooley
2022-12-08irqchip/sifive-plic: remove user selectability of SIFIVE_PLICConor Dooley
2022-12-07Merge tag 'irqchip-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2022-12-06irqchip/ti-sci-inta: Fix kernel docThomas Gleixner
2022-12-06irqchip/gic-v2m: Mark a few functions __initThomas Gleixner
2022-12-06irqchip/gic-v2m: Include arm-gic-common.hThomas Gleixner
2022-12-06irqchip/irq-mvebu-icu: Fix works by chance pointer assignmentThomas Gleixner
2022-12-05genirq/irqdomain: Rename irq_domain::dev to irq_domain:: Pm_devThomas Gleixner
2022-12-05Merge branch irq/misc-6.2 into irq/irqchip-nextMarc Zyngier
2022-12-05Merge branch irq/cirq-v2 into irq/irqchip-nextMarc Zyngier
2022-12-05Merge branch irq/loongarch-of into irq/irqchip-nextMarc Zyngier
2022-12-05irqchip/loongarch-cpu: Fix a missing prototype warningHuacai Chen
2022-12-05irqchip/ls-extirq: Fix endianness detectionSean Anderson
2022-11-28irqchip/gic: Use kstrtobool() instead of strtobool()Christophe JAILLET
2022-11-28irqchip/loongarch: Adjust acpi_cascade_irqdomain_init() and sub-routinesHuacai Chen
2022-11-28irqchip/irq-mtk-cirq: Add support for System CIRQ on MT8192AngeloGioacchino Del Regno
2022-11-28irqchip/irq-mtk-cirq: Move register offsets to const arrayAngeloGioacchino Del Regno
2022-11-28irqchip/sifive-plic: Support wake IRQsSamuel Holland
2022-11-26irqchip/loongson-liointc: Fix improper error handling in liointc_init()Liu Peibao
2022-11-26irqchip/sl28cpld: Replace irqchip mask_invert with unmask_baseAidan MacDonald
2022-11-26irqchip/wpcm450: Fix memory leak in wpcm450_aic_of_init()Wei Yongjun
2022-11-26irqchip/st: Use device_get_match_data() to simplify the codeye xingchen
2022-11-26irqchip/al-fic: Drop obsolete dependency on COMPILE_TESTJean Delvare
2022-11-26irqchip: gic-pm: Use pm_runtime_resume_and_get() in gic_probe()Shang XiaoJing
2022-11-26irqchip/mips-gic: Drop repeated word in commentwangjianli
2022-11-26irqchip/apple-aic: Mark aic_info structs __initconstKonrad Dybcio
2022-11-26irqchip/loongson-pch-lpc: Add suspend/resume supportHuacai Chen
2022-11-26irqchip/loongson-pch-pic: Add suspend/resume supportHuacai Chen
2022-11-26irqchip/loongson-eiointc: Add suspend/resume supportHuacai Chen
2022-11-26irqchip/loongson-htvec: Add suspend/resume supportHuacai Chen
2022-11-26irqchip/loongson-htvec: Add ACPI init supportHuacai Chen
2022-11-26irqchip/loongson-liointc: Support to set IRQ type for ACPI pathJianmin Lv
2022-11-26irqchip/loongson-pch-pic: Support to set IRQ type for ACPI pathJianmin Lv
2022-11-26irqchip/loongson-pch-pic: Fix translate callback for DT pathJianmin Lv
2022-11-26irqchip: loongarch-cpu: add DT supportLiu Peibao
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner
2022-10-12Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-12irqchip: IMX_MU_MSI should depend on ARCH_MXCGeert Uytterhoeven
2022-10-10Merge tag 'iommu-updates-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-10-04irqchip/imx-mu-msi: Fix wrong register offset for 8ulpFrank Li
2022-10-03irqchip/ls-extirq: Fix invalid wait context by avoiding to use regmapVladimir Oltean
2022-09-29Merge branch irq/misc-6.1 into irq/irqchip-nextMarc Zyngier
2022-09-29Merge branch irq/rtl-imap-deprecation into irq/irqchip-nextMarc Zyngier
2022-09-29irqchip: Add IMX MU MSI controller driverFrank Li
2022-09-29irqchip/gic-v3: Fix typo in commentZhiyuan Dai
2022-09-28irqchip/realtek-rtl: use parent interruptsSander Vanheule
2022-09-28irqchip/realtek-rtl: use irq_domain_add_linear()Sander Vanheule
2022-09-28irqchip: Make irqchip_init() usable on pure ACPI systemsHuacai Chen