linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Jon Loeliger <jdl@freescale.com>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] powerpc: Fix whitespace merge in mpc8641 hpcn device tree
Date: Thu, 31 Jul 2008 17:18:43 -0500	[thread overview]
Message-ID: <48923A43.9040901@freescale.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0807311709530.10954@blarg.am.freescale.net>

Kumar Gala wrote:
> When we coverted the .dts to v1 we lost a space between the irq
> and its polarity/sense information.  This causes a bit of chaos
> as the reset of the blob is off by one cell.
>
> 
> diff --git a/arch/powerpc/boot/dts/mpc8641_hpcn.dts b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
> index ae08761..d665e76 100644
> --- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts
> +++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
> @@ -411,7 +411,7 @@
>  			0xe000 0 0 1 &i8259 12 2
>  			0xe100 0 0 2 &i8259 9 2
>  			0xe200 0 0 3 &i8259 10 2
> -			0xe300 0 0 4 &i8259 112
> +			0xe300 0 0 4 &i8259 11 2
> 

Ouch.  That was probably my typo and fault.

Apologies.

jdl

  reply	other threads:[~2008-07-31 22:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-31 22:10 [PATCH] powerpc: Fix whitespace merge in mpc8641 hpcn device tree Kumar Gala
2008-07-31 22:18 ` Jon Loeliger [this message]
2008-07-31 22:28   ` Kumar Gala
2008-07-31 22:52     ` Scott Wood
2008-08-01  3:20     ` David Gibson

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=48923A43.9040901@freescale.com \
    --to=jdl@freescale.com \
    --cc=galak@kernel.crashing.org \
    --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).