All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] irqchip: mips-gic: Remove dev domain & fixes
@ 2017-04-20  9:07 ` Matt Redfearn
  0 siblings, 0 replies; 11+ messages in thread
From: Matt Redfearn @ 2017-04-20  9:07 UTC (permalink / raw)
  To: Thomas Gleixner, Marc Zyngier
  Cc: linux-mips, Ralf Baechle, Matt Redfearn, Jason Cooper, linux-kernel


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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-04-20 14:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-20  9:07 [PATCH 0/3] irqchip: mips-gic: Remove dev domain & fixes Matt Redfearn
2017-04-20  9:07 ` Matt Redfearn
2017-04-20  9:07 ` [PATCH 1/3] irqchip: mips-gic: Separate IPI reservation & usage tracking Matt Redfearn
2017-04-20  9:07   ` Matt Redfearn
2017-04-20 14:09   ` [tip:irq/core] irqchip/mips-gic: " tip-bot for Paul Burton
2017-04-20  9:07 ` [PATCH 2/3] irqchip: mips-gic: Remove device IRQ domain Matt Redfearn
2017-04-20  9:07   ` Matt Redfearn
2017-04-20 14:10   ` [tip:irq/core] irqchip/mips-gic: " tip-bot for Paul Burton
2017-04-20  9:07 ` [PATCH 3/3] irqchip: mips-gic: Replace static map with dynamic Matt Redfearn
2017-04-20  9:07   ` Matt Redfearn
2017-04-20 14:10   ` [tip:irq/core] irqchip/mips-gic: " tip-bot for Matt Redfearn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.