[PATCH] of: Fix export of of_find_matching_node_and_match()

2012-12-19 Thread Grant Likely
Commit 50c8af4cf9, of: introduce for_each_matching_node_and_match() renamed of_find_matching_node() to of_find_matching_node_and_match() and created a new static inline of_find_matching_node() wrapper around the new name. However, the change neglected to change the EXPORT_SYMBOL() reference

Re: [PATCH] of: Fix export of of_find_matching_node_and_match()

2012-12-19 Thread Grant Likely
On Wed, Dec 19, 2012 at 10:58 AM, Grant Likely grant.lik...@secretlab.ca wrote: Commit 50c8af4cf9, of: introduce for_each_matching_node_and_match() renamed of_find_matching_node() to of_find_matching_node_and_match() and created a new static inline of_find_matching_node() wrapper around the

Re: [PATCH] of: Fix export of of_find_matching_node_and_match()

2012-12-19 Thread Rob Herring
On 12/19/2012 05:02 AM, Grant Likely wrote: On Wed, Dec 19, 2012 at 10:58 AM, Grant Likely grant.lik...@secretlab.ca wrote: Commit 50c8af4cf9, of: introduce for_each_matching_node_and_match() renamed of_find_matching_node() to of_find_matching_node_and_match() and created a new static inline

Re: [PATCH] of: Fix export of of_find_matching_node_and_match()

2012-12-19 Thread Grant Likely
On Wed, 19 Dec 2012 07:50:00 -0600, Rob Herring robherri...@gmail.com wrote: On 12/19/2012 05:02 AM, Grant Likely wrote: On Wed, Dec 19, 2012 at 10:58 AM, Grant Likely grant.lik...@secretlab.ca wrote: Commit 50c8af4cf9, of: introduce for_each_matching_node_and_match() renamed

Re: [PATCH] powerpc: Add support for context switching the TAR register

2012-12-19 Thread Kumar Gala
On Dec 19, 2012, at 12:03 AM, Ian Munsie wrote: From: Ian Munsie imun...@au1.ibm.com This patch adds support for enabling and context switching the Target Address Register in Power8. The TAR is a new special purpose register that can be used for computed branches with the bctar[l] (branch

Re: [PATCH] of: Fix export of of_find_matching_node_and_match()

2012-12-19 Thread Stephen Warren
On 12/19/2012 03:58 AM, Grant Likely wrote: Commit 50c8af4cf9, of: introduce for_each_matching_node_and_match() renamed of_find_matching_node() to of_find_matching_node_and_match() and created a new static inline of_find_matching_node() wrapper around the new name. However, the change

Re: PS3 platform is broken on Linux 3.7.0

2012-12-19 Thread Benjamin Herrenschmidt
On Fri, 2012-12-14 at 16:35 +0400, Phileas Fogg wrote: Hi, I wanted to bring to your attention the fact that the PS3 platform is broken on Linux 3.7.0. i'm not able to boot Linux 3.7.0 on my PS3 slim. Linux 3.6.10 boots just fine but not 3.7.0 When i try to boot Linux 3.7.0 then my PS3

Re: [git pull] Please pull powerpc.git next branch

2012-12-19 Thread Benjamin Herrenschmidt
On Tue, 2012-12-18 at 10:02 -0800, Linus Torvalds wrote: Anyway, I've pulled it in, but got a conflict on the kernel_thread cleanups from Al. And since the conflict was in the powerpc assembly code that I don't really know the details of, I did the straightforward resolve of it, but I'd like

[PATCH] powerpc: enable ARCH_USE_BUILTIN_BSWAP

2012-12-19 Thread David Woodhouse
By using the compiler intrinsics instead of hand-crafted opaque inline assembler for byte-swapping, we let the compiler see what's actually happening and it gets to use lwbrx/stwbrx instructions instead of a normal load/store coupled with a sequence of rlwimi instructions to move bits around.

Re: [PATCH 3/5] perf/POWER7: Make generic event translations available in sysfs

2012-12-19 Thread Greg KH
On Tue, Dec 18, 2012 at 11:28:49PM -0800, Sukadev Bhattiprolu wrote: [PATCH 3/5] perf/POWER7: Make generic event translations available in sysfs Make the generic perf events in POWER7 available via sysfs. $ ls /sys/bus/event_source/devices/cpu/events branch-instructions

Re: [PATCH 3/5] perf/POWER7: Make generic event translations available in sysfs

2012-12-19 Thread Sukadev Bhattiprolu
Greg KH [g...@kroah.com] wrote: | On Tue, Dec 18, 2012 at 11:28:49PM -0800, Sukadev Bhattiprolu wrote: | | [PATCH 3/5] perf/POWER7: Make generic event translations available in sysfs | | As you are adding new sysfs files, you must also add new | Documentation/ABI entries at the same time.