From: David Gibson <david@gibson.dropbear.id.au>
To: John Rigby <jrigby@freescale.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [Add mpc5121 support PATCH v2 2/8] Add mpc512x ipic support
Date: Thu, 17 Jan 2008 11:16:15 +1100 [thread overview]
Message-ID: <20080117001615.GA9989@localhost.localdomain> (raw)
In-Reply-To: <1200519447-25555-2-git-send-email-jrigby@freescale.com>
On Wed, Jan 16, 2008 at 02:37:21PM -0700, John Rigby wrote:
> Added ipic_info entries for vectors used by 512x that
> were previously unused by 83xx.
I've always wondered what these great big tables in the ipic driver
were for. Are they anything that could be better repsresented in the
device tree?
> diff --git a/arch/powerpc/sysdev/ipic.c b/arch/powerpc/sysdev/ipic.c
> index 7274750..4c016da 100644
> --- a/arch/powerpc/sysdev/ipic.c
> +++ b/arch/powerpc/sysdev/ipic.c
> @@ -48,6 +48,13 @@ static struct ipic_info ipic_info[] = {
> .bit = 17,
> .prio_mask = 1,
> },
> + [3] = {
> + .mask = IPIC_SIMSR_H,
> + .prio = IPIC_SIPRR_C,
> + .force = IPIC_SIFCR_H,
> + .bit = 18,
> + .prio_mask = 2,
> + },
> [4] = {
> .mask = IPIC_SIMSR_H,
> .prio = IPIC_SIPRR_C,
> @@ -55,6 +62,34 @@ static struct ipic_info ipic_info[] = {
> .bit = 19,
> .prio_mask = 3,
> },
> + [5] = {
> + .mask = IPIC_SIMSR_H,
> + .prio = IPIC_SIPRR_C,
> + .force = IPIC_SIFCR_H,
> + .bit = 20,
> + .prio_mask = 4,
> + },
[...]
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
prev parent reply other threads:[~2008-01-17 0:16 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-16 21:37 [Add mpc5121 support PATCH v2 1/8] Add IPIC config option John Rigby
2008-01-16 21:37 ` [Add mpc5121 support PATCH v2 2/8] Add mpc512x ipic support John Rigby
2008-01-16 21:37 ` [Add mpc5121 support PATCH v2 3/8] Basic Freescale MPC512x support John Rigby
2008-01-16 21:37 ` [Add mpc5121 support PATCH v2 4/8] Device tree for MPC5121 ADS John Rigby
2008-01-16 21:37 ` [Add mpc5121 support PATCH v2 5/8] Separate MPC52xx PSC FIFO registers from rest of PSC John Rigby
2008-01-16 21:37 ` [Add mpc5121 support PATCH v2 6/8] Cleanup checkpatch.pl problems in mpc52xx_uart.c John Rigby
2008-01-16 21:37 ` [Add mpc5121 support PATCH v2 7/8] Factor out 52xx dependencies from 52xx psc driver John Rigby
2008-01-16 21:37 ` [Add mpc5121 support PATCH v2 8/8] Add MPC512x support to MPC52xx " John Rigby
2008-01-17 17:35 ` [Add mpc5121 support PATCH v2 6/8] Cleanup checkpatch.pl problems in mpc52xx_uart.c Grant Likely
2008-01-17 17:36 ` [Add mpc5121 support PATCH v2 5/8] Separate MPC52xx PSC FIFO registers from rest of PSC Grant Likely
2008-01-17 17:30 ` [Add mpc5121 support PATCH v2 4/8] Device tree for MPC5121 ADS Grant Likely
2008-01-16 23:02 ` [Add mpc5121 support PATCH v2 3/8] Basic Freescale MPC512x support Stephen Rothwell
2008-01-17 17:21 ` Grant Likely
2008-01-17 0:16 ` David Gibson [this message]
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=20080117001615.GA9989@localhost.localdomain \
--to=david@gibson.dropbear.id.au \
--cc=jrigby@freescale.com \
--cc=linuxppc-dev@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;
as well as URLs for NNTP newsgroup(s).