aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/qcom-irq-combiner.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-10irqchip: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-5/+1
2020-03-22irqchip/qcom-irq-combiner: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-08-20irqchip: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2019-06-11irqchip/qcom: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-3/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2018-05-02irqchip/qcom: Fix check for spurious interruptsAgustin Vega-Frias1-2/+2
2017-11-23irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King1-1/+1
2017-06-22irqchip/qcom: Use builtin_platform_driver to simplify the codeWei Yongjun1-6/+1
2017-02-19irqchip/qcom: Fix error handlingChristophe JAILLET1-2/+2
2017-02-03irqchip/qcom: Add IRQ combiner driverAgustin Vega-Frias1-0/+296