Re: [PATCH] i2c-ibm_iic: Enable driver for all PPC4xx variants in arch/powerpc

2008-06-08 Thread Stefan Roese
Hi Jean, On Sunday 08 June 2008, Jean Delvare wrote: > > This patch enables the IBM I2C driver for all PPC4xx variants by adding > > "ibm,iic" to the compatible list. This way all currently available > > arch/powerpc 4xx ports can make use of this driver without any changes. > > Additionally all "

zImage.chrp is getting gziped on Efika

2008-06-08 Thread Jon Smirl
gziping the image takes to long in development cycle, how do I turn it off? Efika is choking on it too. zImage starting: loaded at 0x0040 (sp: 0x017ff9e0) Allocating 0xc02a83dc bytes for kernel ... OF version = 'EFIKA5K2,1.3' gunzipping (0x <- 0x00407000:0x00838cf1)...,\]U ���ѥ���jj�

SIR on MPC5200

2008-06-08 Thread Jon Smirl
Have anyone already written a device driver for PSC6 in SIR mode on the MPC5200? -- Jon Smirl [EMAIL PROTECTED] ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: Comments on device tree for pcm030

2008-06-08 Thread Grant Likely
On Sun, Jun 8, 2008 at 1:08 PM, Jon Smirl <[EMAIL PROTECTED]> wrote: > Why not a compatible field in the top of the tree? Then you wouldn't > need to list the boards in mpc5200_simple.c. >compatible = "phytec,pcm030","simple-mpc5200"; Here's the problem; what does compatible really mean at

Re: [PATCH v2] [NAND] driver extension to support NAND on TQM85xx modules

2008-06-08 Thread Segher Boessenkool
I see. I think I should then also post the bindings (update of booting-without-of.txt) separately. Yes please. They are much easier to review that way (and they should be reviewed as a separate entity anyway). Segher ___ Linuxppc-dev mailing list L

Comments on device tree for pcm030

2008-06-08 Thread Jon Smirl
Why not a compatible field in the top of the tree? Then you wouldn't need to list the boards in mpc5200_simple.c. compatible = "phytec,pcm030","simple-mpc5200"; Device tree has an entry for AC97 on PSC1. I don't think the Phytec module or carrier board has AC97 hardware. The RTC chip says

Re: [PATCH v2] [NAND] driver extension to support NAND on TQM85xx modules

2008-06-08 Thread Wolfgang Grandegger
Anton Vorontsov wrote: > On Sat, Jun 07, 2008 at 09:01:41AM +0100, David Woodhouse wrote: >> On Thu, 2008-06-05 at 10:50 +0200, Wolfgang Grandegger wrote: >>> [NAND] driver extension to support NAND on TQM85xx modules >>> >>> This patch extends the FSL UPM NAND driver from Anton Vorontsov to >>> su

Re: [PATCH v2] [NAND] driver extension to support NAND on TQM85xx modules

2008-06-08 Thread Wolfgang Grandegger
David Woodhouse wrote: > On Thu, 2008-06-05 at 10:50 +0200, Wolfgang Grandegger wrote: >> [NAND] driver extension to support NAND on TQM85xx modules >> >> This patch extends the FSL UPM NAND driver from Anton Vorontsov to >> support NAND on the TQM85xx modules. Unfortunately, the hardware does >> n

Re: arch/ppc is going away Real Soon Now

2008-06-08 Thread Adrian Bunk
On Sun, Jun 08, 2008 at 06:57:10PM +0400, Jochen Friedrich wrote: > Stefan Roese пишет: >> On Saturday 07 June 2008, Peter Korsgaard wrote: >> "Sean" == Sean MacLennan <[EMAIL PROTECTED]> writes: >>> Sean> On Fri, 06 Jun 2008 10:34:28 -0500 >>> >>> Sean> "Jon L

Re: 4xx support in arch/ppc is going away Real Soon Now

2008-06-08 Thread Jon Loeliger
> Grant Likely writes: > > > Oh, and we're going try to create the longest acked-by chain in > > Linux history. > > Cool :) > > Paul. So far, I think it looks like this, sorted: Acked-by: Arnd Bergmann <[EMAIL PROTECTED]> Acked-by: Becky Bruce <[EMAIL PROTECTED]> Acked-by: Benjamin Herrenschmi

Re: arch/ppc is going away Real Soon Now

2008-06-08 Thread Jochen Friedrich
Stefan Roese пишет: On Saturday 07 June 2008, Peter Korsgaard wrote: "Sean" == Sean MacLennan <[EMAIL PROTECTED]> writes: Sean> On Fri, 06 Jun 2008 10:34:28 -0500 Sean> "Jon Loeliger" <[EMAIL PROTECTED]> wrote: >> On Fri, 2008-06-06 at 13:19 +0200, Wolfgang Denk wrote: >>

Re: [PATCH] i2c-ibm_iic: Enable driver for all PPC4xx variants in arch/powerpc

2008-06-08 Thread Jean Delvare
Hi Stefan, On Thu, 5 Jun 2008 10:10:53 +0200, Stefan Roese wrote: > This patch enables the IBM I2C driver for all PPC4xx variants by adding > "ibm,iic" to the compatible list. This way all currently available > arch/powerpc 4xx ports can make use of this driver without any changes. > Additionally