Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1627230
| From | Matt Redfearn <matt.redfearn@imgtec.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] irqchip: mips-gic: Remove dev domain & fixes |
| Date | 2017-04-20 11:20 +0200 |
| Message-ID | <tygga-73a-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series fixes a couple of issues with the MIPS GIC driver and also vastly simplifies it by removing the separate dev domain. The first patch fixes a long standing issue with IPI reservation. The second patch reqorks the driver to simplify it by removing the overly complex device IRQ domain. The third fixes an issue seen in v4.11 which broke the Malta platforms legacy IRQ controller. These patches have been tested on multiple MIPS platforms including Malta, Boston, Ci40 and SEAD3. Matt Redfearn (1): irqchip: mips-gic: Replace static map with dynamic Paul Burton (2): irqchip: mips-gic: Separate IPI reservation & usage tracking irqchip: mips-gic: Remove device IRQ domain drivers/irqchip/irq-mips-gic.c | 338 +++++++++++++---------------------------- 1 file changed, 106 insertions(+), 232 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 0/3] irqchip: mips-gic: Remove dev domain & fixes Matt Redfearn <matt.redfearn@imgtec.com> - 2017-04-20 11:20 +0200
csiph-web