[PATCH RFC] tqm8560.dts: add local bus devices

2008-04-06 Thread Wolfgang Grandegger
Hello, this is my first attempt to add local bus nodes to the DTS file of the TQM8560 for the following devices: CS1: 128 MB NOR FLASH at 0xf800 CS2: Two Intel 82527 CAN controller at 0xe300 CS3: 128 MB NAND FLASH at 0xe301 Index:

Please pull 'for-2.6.26' branch of 4xx tree

2008-04-06 Thread Josh Boyer
Hi Paul, Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git for-2.6.26 to pick up a handful of additional commits for 2.6.26. Most of these are bug fixes. Grant adds a helpful make target for building dtb files, which is quite useful for some newer 4xx

4xx defconfig reorg

2008-04-06 Thread Josh Boyer
Hi All, Unless someone screams loudly and has reasons why this shouldn't go in, the following commit should hit the 4xx next branch in the next day or so. josh commit eaf997b847be3c351eb9d0107e0562035dc58095 Author: Josh Boyer [EMAIL PROTECTED] Date: Sun Apr 6 08:01:21 2008 -0500

Re: 4xx defconfig reorg

2008-04-06 Thread Segher Boessenkool
Unless someone screams loudly and has reasons why this shouldn't go in, These configs won't show up for make help anymore, which of course is nice because that list was too long, but we need a way to get that back since it was useful. I'll see what I can do. Segher

Re: [PATCH RFC] tqm8560.dts: add local bus devices

2008-04-06 Thread Wolfgang Grandegger
Segher Boessenkool wrote: +[EMAIL PROTECTED] { +label = fs; +reg = 0x0030 0x07c0; +}; +[EMAIL PROTECTED] { +label =

Re: [PATCH RFC] tqm8560.dts: add local bus devices

2008-04-06 Thread Wolfgang Grandegger
Wolfgang Grandegger wrote: Segher Boessenkool wrote: +[EMAIL PROTECTED] { +label = fs; +reg = 0x0030 0x07c0; +}; +[EMAIL PROTECTED] { +

[PATCH] make help: Show defconfig subdirs

2008-04-06 Thread Segher Boessenkool
PowerPC will start moving board defconfigs into subarch-specific subdirs soon. make help currently does not look in subdirs to find the defconfigs to show. This is partially a good thing, since there are way too many defconfigs for one list. This patch makes the main make help display something

Re: [RFC][PATCH] initial port of fixmap over from x86 for ppc32

2008-04-06 Thread Paul Mackerras
Kumar Gala writes: Wanted to get any feedback on this initial port of the fixmap support over from x86. There are a few TODOs: I have no objection in principle, but your patch below imports a few things that aren't (and won't be) needed on powerpc AFAICS -- for example, we don't need

Re: [RFC][PATCH] initial port of fixmap over from x86 for ppc32

2008-04-06 Thread Benjamin Herrenschmidt
You have FIX_PCIE_MCFG in there too (keyed off CONFIG_PCI_MMCONFIG which we don't have and don't want to have). If you need to map in PCIe config space, what's wrong with just using ioremap? Why do you need to have a fixed virtual address for it? Well, that was the whole point for doing

a question about use dtb to bootting linux kernel on MPC83xx platform

2008-04-06 Thread 旭 罗
I am Linux software engineer. These days I was debugging a MPC8313 system. In the debugging process, some source code in the kernel makes me puzzled. So I have find your email address in the source code. I think you can give me some advises to solve the problem. My version is

Re: [PATCH v2] powerpc: Add irqtrace support for 32-bit powerpc

2008-04-06 Thread Benjamin Herrenschmidt
I think I found one: .../... - mr r6,r3 rlwinm r12,r1,0,0,(31-THREAD_SHIFT)/* current_thread_info() */ /* disable interrupts so current_thread_info()-flags can't change */ LOAD_MSR_KERNEL(r10,MSR_KERNEL) /* doesn't include MSR_EE */ SYNC

Patches added to powerpc.git powerpc-next and master branches

2008-04-06 Thread Paul Mackerras
The following patches have been added to the master and powerpc-next branches of the powerpc.git repository. There is a bunch that I pulled from Josh Boyer's tree plus others that I have committed. Paul. Grant Likely (2): [POWERPC] add target for building .dtb files [POWERPC]