64K PAGE_SIZE and arch/powerpc/kernel/vdso.c

2010-10-16 Thread Nicholas A. Bellinger
Greetings Linux-ppc64 folks, While trying to compile v2.6.36-rc8 with PAGE_SIZE=65536 I run into the following compile failure w/ strict checking on a RHEL5.4 / gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46) system: cc1: warnings being treated as errors arch/powerpc/kernel/vdso.c:81: warning:

Help about chip select on SPI slave devices

2010-10-16 Thread WANG YiFei
Hi, We have a board which has 1 SPI master controller and 4 SPI slave devices, and we'd like to use 2 GPIOs to demux to chip select these slave devices. Can anyone tell me if current powerpc dts support demuxer for chip select for spi slave devices? So far as I know, in dts, SPI master can only

Wher to find gcc-3.3.1-crossppc.diff

2010-10-16 Thread Ramón Frutos Sánchez
Helo, I'm looking for the patch gcc-3.3.1-crossppc.diff but it seems to be disapeared from penguinppc web, does anybody know where to find it? ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: Wher to find gcc-3.3.1-crossppc.diff

2010-10-16 Thread Lorenz Kolb
Asking google came up with: http://osdir.com/ml/linux.ports.ppc.embedded/2004-02/msg00040.html Which again points to: http://osdir.com/ml/attachments/txtvjVqHGcB6G.txt Hope this helps. Am 16.10.2010 18:30, schrieb Ramón Frutos Sánchez: Helo, I'm looking for the patch gcc-3.3.1-crossppc.diff

Wher to find gcc-3.3.1-crossppc.diff

2010-10-16 Thread Ramón Frutos Sánchez
Thank you very much, Lorenz ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v4 5/5] mtd: m25p80: add support to parse the partitions by OF node

2010-10-16 Thread Artem Bityutskiy
On Tue, 2010-10-12 at 18:18 +0800, Mingkai Hu wrote: Signed-off-by: Mingkai Hu mingkai...@freescale.com Acked-by: Grant Likely grant.lik...@secretlab.ca --- v4: - Updated to latest kernel base(Linux 2.6.36-rc7). - Made changes according to Grant's comments. Looks good to me, pushed to

Re: [patch] ps3disk: passing wrong variable to bvec_kunmap_irq()

2010-10-16 Thread Geert Uytterhoeven
On Mon, Oct 11, 2010 at 21:42, Jens Axboe jax...@fusionio.com wrote: On 2010-10-11 21:13, Dan Carpenter wrote: This should pass buf to bvec_kunmap_irq() instead of bv.  The api is like kmap_atomic() instead of kmap(). Signed-off-by: Dan Carpenter erro...@gmail.com diff --git

[PATCH] powerpc: Add support for Virtual Processor Home Node (VPHN)

2010-10-16 Thread Jesse Larrew
From: Jesse Larrew jlar...@linux.vnet.ibm.com The SPLPAR option allows the platform to dispatch virtual processors on physical processors that, due to the variable nature of work loads, are temporarily free, thus improving the utilization of computing resources. However, SPLPAR implies

Re: [PATCH v4 5/5] mtd: m25p80: add support to parse the partitions by OF node

2010-10-16 Thread Grant Likely
On Sat, Oct 16, 2010 at 1:17 PM, Artem Bityutskiy dedeki...@gmail.com wrote: On Tue, 2010-10-12 at 18:18 +0800, Mingkai Hu wrote: Signed-off-by: Mingkai Hu mingkai...@freescale.com Acked-by: Grant Likely grant.lik...@secretlab.ca --- v4:  - Updated to latest kernel base(Linux 2.6.36-rc7).