LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Varun Sethi <Varun.Sethi@freescale.com>
To: <Linuxppc-dev@lists.ozlabs.org>
Cc: Varun Sethi <Varun.Sethi@freescale.com>
Subject: [PATCH 0/4] powerpc/mpic: Enhancements for FSL MPIC.
Date: Tue, 27 Mar 2012 17:44:58 +0530	[thread overview]
Message-ID: <1332850498-23449-1-git-send-email-Varun.Sethi@freescale.com> (raw)

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

                 reply	other threads:[~2012-03-27 12:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1332850498-23449-1-git-send-email-Varun.Sethi@freescale.com \
    --to=varun.sethi@freescale.com \
    --cc=Linuxppc-dev@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox