Re: MPC5121e, MBX driver, pvr.ko ...

2009-02-16 Thread David Jander
On Friday 06 February 2009 20:17:10 Wolfgang Denk wrote: Dear David, In message 200902060824.06851.david.jan...@protonic.nl you wrote: I decided to try out Application Note AN3793 from Freescale (3D Graphics on the ADS512101 Board Using OpenGL ES). I started trying to load the provided

Re: 4xx tree updates

2009-02-16 Thread Stefan Roese
On Sunday 15 February 2009, Josh Boyer wrote: On Sun, Feb 15, 2009 at 05:31:40AM -0800, Felix Radensky wrote: What about 4xx SPI driver ? Is it planned for inclusion in 2.6.30 ? I really hope so. I've Acked it twice now I think. However, that needs to go in through the SPI tree, which

registered SORDIMM MT9HTF6472RHY-667F1

2009-02-16 Thread arun sharma
i am using mpc8360 emds board. it is working fine with socdimm. but with sordimm not working. there is minor change i have done it for sordimm as follows for testing only. /* sdram_cfg[3] = RD_EN - registered DIMM enable */ // if (spd.mod_attr 0x02) vivek // { printf(sdramcfg[3] registered

registered SORDIMM MT9HTF6472RHY-667F1

2009-02-16 Thread arun sharma
i am using mpc8360 emds board. it is working fine with socdimm. but with sordimm not working. there is minor change i have done it for sordimm as follows for testing only. /* sdram_cfg[3] = RD_EN - registered DIMM enable */ // if (spd.mod_attr 0x02) vivek // { printf(sdramcfg[3] registered

Re: [PATCH] powerpc/mm: Fix _PAGE_COHERENT support on classic ppc32 HW

2009-02-16 Thread Martyn Welch
Kumar Gala wrote: The following commit: commit 64b3d0e8122b422e879b23d42f9e0e8efbbf9744 Author: Benjamin Herrenschmidt b...@kernel.crashing.org Date: Thu Dec 18 19:13:51 2008 + powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDED broke setting of the _PAGE_COHERENT bit in the

Regarding irq_of_parse_and_map

2009-02-16 Thread Vijay Nikam
Hello All, I have mpc8313erdb evaluation board and writing GPIO driver for it. I know that it is not possible to use directly hardware_irq_number given from the processor manual. In my case hardware _irq_number is 74 (for GPIO). As request_irq uses the virtual irq. So to know or determine what

Re: [PATCH 1/3] Makefile: Include arch Makefiles as late as possible

2009-02-16 Thread Anton Vorontsov
On Sat, Feb 14, 2009 at 08:57:02PM +0100, Sam Ravnborg wrote: [...] --- a/Makefile +++ b/Makefile @@ -525,8 +525,6 @@ else KBUILD_CFLAGS+= -O2 endif -include $(srctree)/arch/$(SRCARCH)/Makefile - ifneq (CONFIG_FRAME_WARN,0) KBUILD_CFLAGS += $(call

Re: [PATCH 1/3] Makefile: Include arch Makefiles as late as possible

2009-02-16 Thread Anton Vorontsov
On Mon, Feb 16, 2009 at 05:20:01PM +0300, Anton Vorontsov wrote: On Sat, Feb 14, 2009 at 08:57:02PM +0100, Sam Ravnborg wrote: [...] --- a/Makefile +++ b/Makefile @@ -525,8 +525,6 @@ else KBUILD_CFLAGS += -O2 endif -include $(srctree)/arch/$(SRCARCH)/Makefile

Re: [PATCH 1/3] Makefile: Include arch Makefiles as late as possible

2009-02-16 Thread Anton Vorontsov
On Mon, Feb 16, 2009 at 05:20:01PM +0300, Anton Vorontsov wrote: [...] But then, this commit reverted things back (w/o your Ack): commit bef5b54bd7bf8117c75cb943d64549134c6d9a1f Author: Ralf Baechle r...@linux-mips.org Date: Wed Jul 16 13:02:24 2008 +0100 Fix MIPS cross-compile

open-pic device tree node and subnodes for additional functionality?

2009-02-16 Thread Kumar Gala
On Freescale open-pic controllers we have a number of additional features not spec'd per openpic. (additional timers, perf mon, PCIe msi, message interrupts, ...). The problem is how to identify these features in the device tree. For example we have: m...@41600 {

Re: [PATCH 1/3] Makefile: Include arch Makefiles as late as possible

2009-02-16 Thread Ingo Molnar
* Anton Vorontsov avoront...@ru.mvista.com wrote: On Mon, Feb 16, 2009 at 05:20:01PM +0300, Anton Vorontsov wrote: [...] But then, this commit reverted things back (w/o your Ack): commit bef5b54bd7bf8117c75cb943d64549134c6d9a1f Author: Ralf Baechle r...@linux-mips.org Date: Wed

Re: Regarding irq_of_parse_and_map

2009-02-16 Thread Scott Wood
On Mon, Feb 16, 2009 at 05:25:23PM +0530, Vijay Nikam wrote: 2. Also I would like to ask how I can determine the virtual irq using irq_of_parse_and_map (struct device_node *dev, int index) ? ? ? here I am not getting what I should pass *dev and index ? ? ? as in my mpc8313erdb.dts I could

Re: open-pic device tree node and subnodes for additional functionality?

2009-02-16 Thread Scott Wood
On Mon, Feb 16, 2009 at 10:58:42AM -0600, Kumar Gala wrote: On Freescale open-pic controllers we have a number of additional features not spec'd per openpic. (additional timers, perf mon, PCIe msi, message interrupts, ...). The problem is how to identify these features in the device

Re: open-pic device tree node and subnodes for additional functionality?

2009-02-16 Thread Kumar Gala
On Feb 16, 2009, at 12:12 PM, Scott Wood wrote: On Mon, Feb 16, 2009 at 10:58:42AM -0600, Kumar Gala wrote: On Freescale open-pic controllers we have a number of additional features not spec'd per openpic. (additional timers, perf mon, PCIe msi, message interrupts, ...). The problem is how

Re: [PATCH 1/3] Makefile: Include arch Makefiles as late as possible

2009-02-16 Thread Sam Ravnborg
There are few arches that have auto detection of CROSS_COMPILE variable: mips, m68k, parisc, xtensa, h8300 and blackfin. So `normal' arches don't have any chance to overwrite the flags because of the few offenders above. ;-) We also have archs where we add options to gcc that may impact

nfs booting PS3, mount failed.

2009-02-16 Thread gt bradley
I'm trying to set up my PS3 to netboot (with an nfsroot). I'm using instructions at http://www.kernel.org/pub/linux/kernel/people/geoff/cell/ps3-howto/ps3-nfs-root-howto.txt I've passed section 3 (using tftp) to verify network /dhcp etc.   (i.e. I'm able to tftp-get a file to ps3 from kboot's

Re: [PATCH 1/3] powerpc: bare minimum checkpoint/restart implementation

2009-02-16 Thread Nathan Lynch
Nathan Lynch n...@pobox.com wrote: Oren Laadan wrote: Nathan Lynch wrote: What doesn't work: * restarting a 32-bit task from a 64-bit task and vice versa Is there a test to bail if we attempt to checkpoint such tasks ? No, but I'll add one if it looks too hard to fix for