All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Interrupt handling improvements for OCTEON
@ 2010-07-23 17:43 David Daney
  2010-07-23 17:43 ` [PATCH 1/5] MIPS: Octeon: Move MSI code out of octeon-irq.c David Daney
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: David Daney @ 2010-07-23 17:43 UTC (permalink / raw)
  To: linux-mips, ralf; +Cc: David Daney

There were some areas where the OCTEON interrupt handling code could
be improved:

o Octeon irq affinity was a little weird.

o MSI code was spread out into several different files/directories.

o IRQ migration on CPU hot-plug was fragil to the point of almost
  being completely broken.

This patch set aims to make things better.

David Daney (5):
  MIPS: Octeon: Move MSI code out of octeon-irq.c.
  MIPS: Octeon: Improve interrupt handling.
  MIPS: Octeon: Fix fixup_irqs for HOTPLUG_CPU
  MIPS: Octeon: Get rid of a bunch of MSI IRQ number definitions.
  MIPS: Octeon: Make MSI use handle_simple_irq().

 arch/mips/cavium-octeon/octeon-irq.c           |  553 ++++++++++++++----------
 arch/mips/include/asm/mach-cavium-octeon/irq.h |   66 +---
 arch/mips/pci/msi-octeon.c                     |  103 ++++-
 3 files changed, 404 insertions(+), 318 deletions(-)

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

end of thread, other threads:[~2010-07-23 19:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-23 17:43 [PATCH 0/5] Interrupt handling improvements for OCTEON David Daney
2010-07-23 17:43 ` [PATCH 1/5] MIPS: Octeon: Move MSI code out of octeon-irq.c David Daney
2010-07-23 19:05   ` Ralf Baechle
2010-07-23 17:43 ` [PATCH 2/5] MIPS: Octeon: Improve interrupt handling David Daney
2010-07-23 19:05   ` Ralf Baechle
2010-07-23 17:43 ` [PATCH 3/5] MIPS: Octeon: Fix fixup_irqs for HOTPLUG_CPU David Daney
2010-07-23 19:05   ` Ralf Baechle
2010-07-23 17:43 ` [PATCH 4/5] MIPS: Octeon: Get rid of a bunch of MSI IRQ number definitions David Daney
2010-07-23 19:05   ` Ralf Baechle
2010-07-23 17:43 ` [PATCH 5/5] MIPS: Octeon: Make MSI use handle_simple_irq() David Daney
2010-07-23 19:05   ` Ralf Baechle

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.