| Commit message (Expand) | Author | Age | Files | Lines |
* | irqchip/mbigen: Free msi_desc on device teardown | Zenghui Yu | 2020-04-17 | 1 | -1/+7 |
* | irqchip/mbigen: Set driver .suppress_bind_attrs to avoid remove problems | John Garry | 2020-01-20 | 1 | -0/+1 |
* | Merge tag 'irqchip-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Thomas Gleixner | 2019-08-01 | 1 | -2/+7 |
|\ |
|
| * | irqchip/irq-mbigen: Add of_node_put() before return | Nishka Dasgupta | 2019-07-26 | 1 | -2/+7 |
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-07-08 | 1 | -2/+1 |
|\| |
|
| * | irqchip/mbigen: Stop printing kernel addresses | Kefeng Wang | 2019-06-18 | 1 | -2/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2019-06-19 | 1 | -12/+1 |
|/ |
|
* | irqchip/mbigen: Don't clear eventid when freeing an MSI | Jianguo Chen | 2019-03-21 | 1 | -0/+3 |
* | irqchip/irq-mbigen: Constify irq_domain_ops | Tobias Klauser | 2017-06-22 | 1 | -1/+1 |
* | irqchip/mbigen: Fix the clear register offset calculation | MaJun | 2017-05-12 | 1 | -4/+1 |
* | irqchip/mbigen: Fix potential NULL dereferencing | Hanjun Guo | 2017-05-12 | 1 | -0/+3 |
* | irqchip/mbigen: Fix memory mapping code | Hanjun Guo | 2017-05-12 | 1 | -3/+6 |
* | irqchip/mbigen: Fix return value check in mbigen_device_probe() | Wei Yongjun | 2017-04-30 | 1 | -2/+1 |
* | irqchip/mbigen: Add ACPI support | Hanjun Guo | 2017-04-07 | 1 | -3/+72 |
* | irqchip/mbigen: Introduce mbigen_of_create_domain() | Kefeng Wang | 2017-04-07 | 1 | -15/+28 |
* | irqchip/mbigen: Drop module owner | Kefeng Wang | 2017-04-07 | 1 | -1/+0 |
* | irqchip/mbigen: Checking for IS_ERR() instead of NULL | Dan Carpenter | 2016-05-11 | 1 | -2/+2 |
* | irqchip/mbigen: Handle multiple device nodes in a mbigen module | MaJun | 2016-03-21 | 1 | -14/+24 |
* | irqchip/mbigen: Implement the mbigen irq chip operation functions | Ma Jun | 2015-12-18 | 1 | -0/+81 |
* | irqchip/mbigen: Create irq domain for each mbigen device | Ma Jun | 2015-12-18 | 1 | -0/+138 |
* | irqchip/mgigen: Add platform device driver for mbigen device | Ma Jun | 2015-12-18 | 1 | -0/+78 |