summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-mbigen.c
Commit message (Expand)AuthorAgeFilesLines
* irqchip/mbigen: Unify the error handling in mbigen_of_create_domain()Kefeng Wang2023-05-161-13/+18
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+0
|\
| * irqchip: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* | irqchip/mbigen: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-5/+8
|/
* platform-msi: Rename functions and clarify commentsThomas Gleixner2021-12-161-2/+2
* irqchip/mbigen: Repair non-kernel-doc notationRandy Dunlap2021-09-221-3/+3
* irqchip/mbigen: Fix compile warning when CONFIG_ACPI is disabledYang Yingliang2021-06-061-6/+6
* irqchip/hisi: Use the correct HiSilicon copyrightHao Fang2021-04-071-2/+2
* irqchip/mbigen: Free msi_desc on device teardownZenghui Yu2020-04-171-1/+7
* irqchip/mbigen: Set driver .suppress_bind_attrs to avoid remove problemsJohn Garry2020-01-201-0/+1
* Merge tag 'irqchip-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-08-011-2/+7
|\
| * irqchip/irq-mbigen: Add of_node_put() before returnNishka Dasgupta2019-07-261-2/+7
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-2/+1
|\|
| * irqchip/mbigen: Stop printing kernel addressesKefeng Wang2019-06-181-2/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
|/
* irqchip/mbigen: Don't clear eventid when freeing an MSIJianguo Chen2019-03-211-0/+3
* irqchip/irq-mbigen: Constify irq_domain_opsTobias Klauser2017-06-221-1/+1
* irqchip/mbigen: Fix the clear register offset calculationMaJun2017-05-121-4/+1
* irqchip/mbigen: Fix potential NULL dereferencingHanjun Guo2017-05-121-0/+3
* irqchip/mbigen: Fix memory mapping codeHanjun Guo2017-05-121-3/+6
* irqchip/mbigen: Fix return value check in mbigen_device_probe()Wei Yongjun2017-04-301-2/+1
* irqchip/mbigen: Add ACPI supportHanjun Guo2017-04-071-3/+72
* irqchip/mbigen: Introduce mbigen_of_create_domain()Kefeng Wang2017-04-071-15/+28
* irqchip/mbigen: Drop module ownerKefeng Wang2017-04-071-1/+0
* irqchip/mbigen: Checking for IS_ERR() instead of NULLDan Carpenter2016-05-111-2/+2
* irqchip/mbigen: Handle multiple device nodes in a mbigen moduleMaJun2016-03-211-14/+24
* irqchip/mbigen: Implement the mbigen irq chip operation functionsMa Jun2015-12-181-0/+81
* irqchip/mbigen: Create irq domain for each mbigen deviceMa Jun2015-12-181-0/+138
* irqchip/mgigen: Add platform device driver for mbigen deviceMa Jun2015-12-181-0/+78