linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the dt-rh tree with the powerpc tree
@ 2013-11-01  5:20 Stephen Rothwell
  2013-11-01 22:24 ` Rob Herring
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2013-11-01  5:20 UTC (permalink / raw)
  To: Rob Herring
  Cc: linux-next, linux-kernel, Sudeep KarkadaNagesha,
	Benjamin Herrenschmidt, linuxppc-dev

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

Hi Rob,

Today's linux-next merge of the dt-rh tree got a conflict in
arch/powerpc/include/asm/prom.h between commit a3e31b458844 ("of: Move
definition of of_find_next_cache_node into common code") from the powerpc
tree and commit 0c3f061c195c ("of: implement of_node_to_nid as a weak
function") from the dt-rh tree.

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

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc arch/powerpc/include/asm/prom.h
index bf09e5a065b8,7687f82a3217..000000000000
--- a/arch/powerpc/include/asm/prom.h
+++ b/arch/powerpc/include/asm/prom.h
@@@ -44,13 -39,9 +39,6 @@@ void of_parse_dma_window(struct device_
  
  extern void kdump_move_device_tree(void);
  
- #ifdef CONFIG_NUMA
- extern int of_node_to_nid(struct device_node *device);
- #else
- static inline int of_node_to_nid(struct device_node *device) { return 0; }
- #endif
- #define of_node_to_nid of_node_to_nid
 -/* cache lookup */
 -struct device_node *of_find_next_cache_node(struct device_node *np);
--
  extern void of_instantiate_rtc(void);
  
  extern int of_get_ibm_chip_id(struct device_node *np);

[-- 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 dt-rh tree with the powerpc tree
  2013-11-01  5:20 linux-next: manual merge of the dt-rh tree with the powerpc tree Stephen Rothwell
@ 2013-11-01 22:24 ` Rob Herring
  2013-11-01 22:27   ` Stephen Rothwell
  2013-11-01 23:13   ` Benjamin Herrenschmidt
  0 siblings, 2 replies; 4+ messages in thread
From: Rob Herring @ 2013-11-01 22:24 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-next, linux-kernel, Sudeep KarkadaNagesha,
	Benjamin Herrenschmidt, linuxppc-dev

On 11/01/2013 12:20 AM, Stephen Rothwell wrote:
> Hi Rob,
> 
> Today's linux-next merge of the dt-rh tree got a conflict in 
> arch/powerpc/include/asm/prom.h between commit a3e31b458844 ("of:
> Move definition of of_find_next_cache_node into common code") from
> the powerpc tree and commit 0c3f061c195c ("of: implement
> of_node_to_nid as a weak function") from the dt-rh tree.

Ben, I can pick these 2 patches up instead if you want to drop them
and avoid the conflict.

Rob

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

* Re: linux-next: manual merge of the dt-rh tree with the powerpc tree
  2013-11-01 22:24 ` Rob Herring
@ 2013-11-01 22:27   ` Stephen Rothwell
  2013-11-01 23:13   ` Benjamin Herrenschmidt
  1 sibling, 0 replies; 4+ messages in thread
From: Stephen Rothwell @ 2013-11-01 22:27 UTC (permalink / raw)
  To: Rob Herring
  Cc: linux-next, linux-kernel, Sudeep KarkadaNagesha,
	Benjamin Herrenschmidt, linuxppc-dev

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

Hi Rob,

On Fri, 01 Nov 2013 17:24:42 -0500 Rob Herring <robherring2@gmail.com> wrote:
>
> On 11/01/2013 12:20 AM, Stephen Rothwell wrote:
> > 
> > Today's linux-next merge of the dt-rh tree got a conflict in 
> > arch/powerpc/include/asm/prom.h between commit a3e31b458844 ("of:
> > Move definition of of_find_next_cache_node into common code") from
> > the powerpc tree and commit 0c3f061c195c ("of: implement
> > of_node_to_nid as a weak function") from the dt-rh tree.
> 
> Ben, I can pick these 2 patches up instead if you want to drop them
> and avoid the conflict.

The conflict is pretty trivial and so should not require any action.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- 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 dt-rh tree with the powerpc tree
  2013-11-01 22:24 ` Rob Herring
  2013-11-01 22:27   ` Stephen Rothwell
@ 2013-11-01 23:13   ` Benjamin Herrenschmidt
  1 sibling, 0 replies; 4+ messages in thread
From: Benjamin Herrenschmidt @ 2013-11-01 23:13 UTC (permalink / raw)
  To: Rob Herring
  Cc: Stephen Rothwell, linux-next, linux-kernel,
	Sudeep KarkadaNagesha, linuxppc-dev

On Fri, 2013-11-01 at 17:24 -0500, Rob Herring wrote:
> On 11/01/2013 12:20 AM, Stephen Rothwell wrote:
> > Hi Rob,
> > 
> > Today's linux-next merge of the dt-rh tree got a conflict in 
> > arch/powerpc/include/asm/prom.h between commit a3e31b458844 ("of:
> > Move definition of of_find_next_cache_node into common code") from
> > the powerpc tree and commit 0c3f061c195c ("of: implement
> > of_node_to_nid as a weak function") from the dt-rh tree.
> 
> Ben, I can pick these 2 patches up instead if you want to drop them
> and avoid the conflict.

I'd rather not rebase my tree, the conflict seems to be rather trivial
to solve.

Cheers,
Ben.

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

end of thread, other threads:[~2013-11-01 23:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-01  5:20 linux-next: manual merge of the dt-rh tree with the powerpc tree Stephen Rothwell
2013-11-01 22:24 ` Rob Herring
2013-11-01 22:27   ` Stephen Rothwell
2013-11-01 23:13   ` 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).