linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the 4xx tree with the powerpc tree
@ 2011-12-09  1:38 Stephen Rothwell
  2011-12-09  1:46 ` Josh Boyer
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2011-12-09  1:38 UTC (permalink / raw)
  To: Josh Boyer
  Cc: linux-kernel, linux-next, Paul Mackerras, Tanmay Inamdar,
	linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 938 bytes --]

Hi Josh,

Today's linux-next merge of the 4xx tree got a conflict in
arch/powerpc/platforms/40x/ppc40x_simple.c between commit 11eab297f57b
("powerpc: Add support for OpenBlockS 600") from the powerpc tree and
commit d5b9ee7b514e ("powerpc/40x: Add APM8018X SOC support") from the
4xx tree.

I fixed it up (see below) and can carry the fix as necessary.

[Josh: I have changed you contact address to the above]
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc arch/powerpc/platforms/40x/ppc40x_simple.c
index ecac237,2f8fde6..0000000
--- a/arch/powerpc/platforms/40x/ppc40x_simple.c
+++ b/arch/powerpc/platforms/40x/ppc40x_simple.c
@@@ -55,8 -55,8 +55,9 @@@ static const char *board[] __initdata 
  	"amcc,haleakala",
  	"amcc,kilauea",
  	"amcc,makalu",
+ 	"apm,klondike",
 -	"est,hotfoot"
 +	"est,hotfoot",
 +	"plathome,obs600"
  };
  
  static int __init ppc40x_probe(void)

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: linux-next: manual merge of the 4xx tree with the powerpc tree
  2011-12-09  1:38 linux-next: manual merge of the 4xx tree with the powerpc tree Stephen Rothwell
@ 2011-12-09  1:46 ` Josh Boyer
  2011-12-09  1:51   ` Stephen Rothwell
  2011-12-09  4:41   ` Benjamin Herrenschmidt
  0 siblings, 2 replies; 4+ messages in thread
From: Josh Boyer @ 2011-12-09  1:46 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-kernel, linux-next, Paul Mackerras, Tanmay Inamdar,
	linuxppc-dev

On Thu, Dec 8, 2011 at 8:38 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi Josh,
>
> Today's linux-next merge of the 4xx tree got a conflict in
> arch/powerpc/platforms/40x/ppc40x_simple.c between commit 11eab297f57b
> ("powerpc: Add support for OpenBlockS 600") from the powerpc tree and
> commit d5b9ee7b514e ("powerpc/40x: Add APM8018X SOC support") from the
> 4xx tree.

I blame BenH.  I sent him a pull request with d5b9ee7b514e in it
before he went and updated his tree.  Still not pulled afaik.  Guess
I'll be rebasing my next branch tomorrow to pick up a series from Tony
Breeds, unless Ben handles the outstanding pull before I wake up :).

> I fixed it up (see below) and can carry the fix as necessary.

Looks correct to me.  Hopefully you won't have to carry it long.
>
> [Josh: I have changed you contact address to the above]

Thank you.

josh

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

* Re: linux-next: manual merge of the 4xx tree with the powerpc tree
  2011-12-09  1:46 ` Josh Boyer
@ 2011-12-09  1:51   ` Stephen Rothwell
  2011-12-09  4:41   ` Benjamin Herrenschmidt
  1 sibling, 0 replies; 4+ messages in thread
From: Stephen Rothwell @ 2011-12-09  1:51 UTC (permalink / raw)
  To: Josh Boyer
  Cc: linux-kernel, linux-next, Paul Mackerras, Tanmay Inamdar,
	linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 551 bytes --]

Hi Josh,

On Thu, 8 Dec 2011 20:46:39 -0500 Josh Boyer <jwboyer@gmail.com> wrote:
>
> I blame BenH.  I sent him a pull request with d5b9ee7b514e in it
> before he went and updated his tree.  Still not pulled afaik.  Guess
> I'll be rebasing my next branch tomorrow to pick up a series from Tony
> Breeds, unless Ben handles the outstanding pull before I wake up :).

Don't bother rebasing, let Ben handle the conflict in the merge.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: linux-next: manual merge of the 4xx tree with the powerpc tree
  2011-12-09  1:46 ` Josh Boyer
  2011-12-09  1:51   ` Stephen Rothwell
@ 2011-12-09  4:41   ` Benjamin Herrenschmidt
  1 sibling, 0 replies; 4+ messages in thread
From: Benjamin Herrenschmidt @ 2011-12-09  4:41 UTC (permalink / raw)
  To: Josh Boyer
  Cc: Stephen Rothwell, linux-kernel, linux-next, Paul Mackerras,
	Tanmay Inamdar, linuxppc-dev

On Thu, 2011-12-08 at 20:46 -0500, Josh Boyer wrote:
> On Thu, Dec 8, 2011 at 8:38 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> > Hi Josh,
> >
> > Today's linux-next merge of the 4xx tree got a conflict in
> > arch/powerpc/platforms/40x/ppc40x_simple.c between commit 11eab297f57b
> > ("powerpc: Add support for OpenBlockS 600") from the powerpc tree and
> > commit d5b9ee7b514e ("powerpc/40x: Add APM8018X SOC support") from the
> > 4xx tree.
> 
> I blame BenH.  I sent him a pull request with d5b9ee7b514e in it
> before he went and updated his tree.  Still not pulled afaik.  Guess
> I'll be rebasing my next branch tomorrow to pick up a series from Tony
> Breeds, unless Ben handles the outstanding pull before I wake up :).

Don't bother rebasing, I can deal with a minor merge conflict like
that :-)

> > I fixed it up (see below) and can carry the fix as necessary.
> 
> Looks correct to me.  Hopefully you won't have to carry it long.
> >
> > [Josh: I have changed you contact address to the above]

Cheers,
Ben.

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

end of thread, other threads:[~2011-12-09  4:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-09  1:38 linux-next: manual merge of the 4xx tree with the powerpc tree Stephen Rothwell
2011-12-09  1:46 ` Josh Boyer
2011-12-09  1:51   ` Stephen Rothwell
2011-12-09  4:41   ` Benjamin Herrenschmidt

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).