Re: [PATCH] windfarm: Convert to a new-style i2c drivers

2009-05-02 Thread Jean Delvare
On Sat, 2 May 2009 15:07:12 +1000, Paul Mackerras wrote: Jean Delvare writes: The legacy i2c binding model is going away soon, so convert the macintosh windfarm drivers to the new model or they will break. All works OK on my quad G5 (PowerMac11,2). Tested-by: Paul Mackerras

Re: [PATCH] windfarm: Convert to a new-style i2c drivers

2009-05-02 Thread Josh Boyer
On Sat, May 02, 2009 at 09:49:09AM +0200, Jean Delvare wrote: On Sat, 2 May 2009 15:07:12 +1000, Paul Mackerras wrote: Jean Delvare writes: The legacy i2c binding model is going away soon, so convert the macintosh windfarm drivers to the new model or they will break. All works OK on my

Re: Please pull merge branch

2009-05-02 Thread Grant Likely
Hi Paul/Ben, Here is an updated pull request which adds a fix to the bootwrapper Makefile clean-files list. Please pull 'merge' branch of git://git.secretlab.ca/git/linux-2.6 Thanks, g. The following changes since commit 091438dd5668396328a3419abcbc6591159eb8d1: Linus Torvalds (1):

Re: [PATCH 1/3] powerpc, Makefile: Make it possible to safely select CONFIG_FRAME_POINTER

2009-05-02 Thread Segher Boessenkool
This patch introduces HAVE_NORMAL_FRAME_POINTER Kconfig symbol. When defined, the top level Makefile won't add -fno-omit-frame-pointer cflag (the flag is useless for PowerPC kernels, and also makes gcc generate wrong code). +++ b/arch/powerpc/Kconfig + select HAVE_NORMAL_FRAME_POINTER

Re: [PATCH 1/3] powerpc, Makefile: Make it possible to safely select CONFIG_FRAME_POINTER

2009-05-02 Thread Steven Rostedt
On Sat, 2009-05-02 at 21:48 +0200, Segher Boessenkool wrote: This patch introduces HAVE_NORMAL_FRAME_POINTER Kconfig symbol. When defined, the top level Makefile won't add -fno-omit-frame-pointer cflag (the flag is useless for PowerPC kernels, and also makes gcc generate wrong code).

unexpected non-allocatable section

2009-05-02 Thread Sean MacLennan
Latest pull from Linus' git. Cheers, Sean WARNING: vmlinux.o (.text): unexpected non-allocatable section. Did you forget to use ax/aw in a .S file? Note that for example linux/init.h contains section definitions for use in .S files. WARNING: vmlinux.o (.head.text): unexpected non-allocatable

Re: Porting the ibm_newemac driver to use phylib (and other PHY/MAC questions)

2009-05-02 Thread Kyle Moffett
On Thu, Apr 30, 2009 at 6:21 PM, Kyle Moffett k...@moffetthome.net wrote: I'm also curious about the intent of the mdio_instance pointer (IE: the mdio-device property).  Is that used when all the PHY devices are attached to the MDIO bus of only one of the (multiple) emac devices? It's common