LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] powerpc/mpic: Enhancements for FSL MPIC.
@ 2012-03-27 12:14 Varun Sethi
  0 siblings, 0 replies; only message in thread
From: Varun Sethi @ 2012-03-27 12:14 UTC (permalink / raw)
  To: Linuxppc-dev; +Cc: Varun Sethi

This patchset adds/fixes the following functionality specific to the
FSL MPIC:
1. Fix support for timer group B interrupts. Previously these were
not getting initialized.

2. Use the MPIC_LARGE_VECTORS flag while intializing FSL MPIC.
This prevents us from eating in to hardware vector number
space (MSIs) while setting up internal sources.

3. Cleanup MPIC internal source vector allocation, by moving it to a
separate function.

4.Cascaded handling for the MPIC error interrupt. This is possible
with FSL MPIC version >= 4.1.

The patches are based on "next" branch of Benjamin Herrenschmidt's powerpc
linux tree.

Varun Sethi (4):
  Support timer group B on Freescale chip.
  Use the MPIC_LARGE_VECTORS flag for FSL MPIC.
  Move internal interrupt source vector allocation to a separate
  function.
  Mpic error interrupt support.

 arch/powerpc/include/asm/mpic.h |   30 +++++-
 arch/powerpc/sysdev/mpic.c      |  245 ++++++++++++++++++++++++++++++++++-----
 2 files changed, 241 insertions(+), 34 deletions(-)

-- 
1.7.2.2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-27 12:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-27 12:14 [PATCH 0/4] powerpc/mpic: Enhancements for FSL MPIC Varun Sethi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox