Re: linux-next: manual merge of the 4xx tree

2008-11-24 Thread Josh Boyer
On Tue, 25 Nov 2008 11:50:21 +1100 Stephen Rothwell <[EMAIL PROTECTED]> wrote: > Hi Josh, > > Today's linux-next merge of the 4xx tree got a conflict in > arch/powerpc/configs/ppc44x_defconfig between commit > c8d698849e135780738c2cb08f07f06eda982a8c ("powerpc/virtex: Update > defconfigs") from t

linux-next: manual merge of the 4xx tree

2008-11-24 Thread Stephen Rothwell
Hi Josh, Today's linux-next merge of the 4xx tree got a conflict in arch/powerpc/configs/ppc44x_defconfig between commit c8d698849e135780738c2cb08f07f06eda982a8c ("powerpc/virtex: Update defconfigs") from the powerpc-merge tree and commit 867b71f3da64eb917c23cfd8babcd1c4fc0ba7fd ("powerpc/44x: upd

Re: [PATCH] [v3] powerpc/4xx: work around CHIP11 errata in a more PAGE_SIZE-friendly way

2008-11-24 Thread Michael Ellerman
On Mon, 2008-11-24 at 14:07 -0600, Hollis Blanchard wrote: > On Fri, 2008-11-14 at 16:09 -0600, Hollis Blanchard wrote: > > > > If this is all too much, then I'm close to giving up and burning a > > 64KB page, which requires only ALIGN_DOWN() in the kernel. > > ppc: force memory size to be a mult

Re: 8572E - machine check pin (MCP0)

2008-11-24 Thread Trent Piepho
On Mon, 24 Nov 2008, Morrison, Tom wrote: > Running 2.6.23.25 kernel... > > I have an external watchdog timer that is going off - and pulsing into > the MCP0 of the 8572E. I get the printk indicating that the MCP0 went > off - the problem is - how do I clear the condition that caused this > because

8572E - machine check pin (MCP0)

2008-11-24 Thread Morrison, Tom
Running 2.6.23.25 kernel... I have an external watchdog timer that is going off - and pulsing into the MCP0 of the 8572E. I get the printk indicating that the MCP0 went off - the problem is - how do I clear the condition that caused this because my hardware engineer swears that the pulse is ONLY 2

[Patch 3/3] OProfile SPU event profiling support for IBM Cell processor

2008-11-24 Thread Carl Love
This is the second of the two kernel patches for adding SPU profiling for the IBM Cell processor. This patch contains the spu event profiling setup, start and stop routines. Signed-off-by: Carl Love <[EMAIL PROTECTED]> Index: Cell_kernel_11_10_2008/arch/powerpc/oprofile/op_model_cell.c ==

[Patch 2/3] OProfile SPU event profiling support for IBM Cell processor

2008-11-24 Thread Carl Love
This patch basically rearranges the code a bit to make it easier to just add the needed SPU event based profiling routines. The second kernel patch contains the new spu event based profiling code. Signed-off-by: Carl Love <[EMAIL PROTECTED]> Index: Cell_kernel_11_10_2008/arch/powerpc/oprofil

[Patch 1/3] OProfile SPU event profiling support for IBM Cell processor

2008-11-24 Thread Carl Love
This patch adds the SPU events for the IBM Cell processor to the list of available events to the user level tool. Signed-off-by: Carl Love <[EMAIL PROTECTED]> Index: oprofile-0.9.4/events/ppc64/cell-be/events === --- oprofile-0.9.4.

[Patch 0/3] OProfile SPU event profiling support for IBM Cell processor

2008-11-24 Thread Carl Love
This patch set consists of two kernel patches and one user level patch to add SPU event based profiling support to OProfile for the IBM Cell processor. The first patch in the series is the user level patch that adds the needed events and event checking to the user tool. The second patch is the f

Re: [RFC PATCH] Support for big page sizes on 44x (Updated)

2008-11-24 Thread Wolfgang Denk
Dear Yuri & Ilya, In message <[EMAIL PROTECTED]> Hollis Blanchard wrote: > On Wed, Oct 15, 2008 at 8:22 PM, Ilya Yanok <[EMAIL PROTECTED]> wrote: > > These patches add support for selecting page size on PPC 44x. > > First one adds support for 16K/64K pages while second one adds support > > for 256

[PATCH] Fix boot freeze on machine with empty memory node

2008-11-24 Thread Dave Hansen
I got a bug report about a distro kernel not booting on a particular machine. It would freeze during boot: > ... > Could not find start_pfn for node 1 > [boot]0015 Setup Done > Built 2 zonelists in Node order, mobility grouping on. Total pages: 123783 > Policy zone: DMA > Kernel command line: >

Re: [PATCH] hide attr_smt_snooze_delay reference with CONFIG_PPC64

2008-11-24 Thread Nathan Lynch
Milton Miller wrote: > attr_smt_snooze_delay is defined for CONFIG_PPC64, so protect the attribute > removal with the same condition. > > /data/home/miltonm/next.git/arch/powerpc/kernel/sysfs.c: In function > ‘unregister_cpu_online’: > /data/home/miltonm/next.git/arch/powerpc/kernel/sysfs.c:722:

Re: [PATCH 4/5] powerpc/ppc64: ftrace, handle module trampolines for dyn ftrace

2008-11-24 Thread Steven Rostedt
Paul and Ingo, Would it be best for me to just refold these changes into the original patch series, and update the git repo? Or should I apply these changes on top of this series? Thanks, -- Steve On Mon, 24 Nov 2008, Paul Mackerras wrote: > Steven Rostedt writes: > > > +#ifdef CONFIG_PPC

Re: [RFC PATCH] Support for big page sizes on 44x (Updated)

2008-11-24 Thread Hollis Blanchard
On Wed, Oct 15, 2008 at 8:22 PM, Ilya Yanok <[EMAIL PROTECTED]> wrote: > These patches add support for selecting page size on PPC 44x. > First one adds support for 16K/64K pages while second one adds support > for 256K pages along with some hacks. Leaving 256K pages aside for now, do you plan to r

Re: [PATCH] [v3] powerpc/4xx: work around CHIP11 errata in a more PAGE_SIZE-friendly way

2008-11-24 Thread Hollis Blanchard
On Fri, 2008-11-14 at 16:09 -0600, Hollis Blanchard wrote: > > If this is all too much, then I'm close to giving up and burning a > 64KB page, which requires only ALIGN_DOWN() in the kernel. ppc: force memory size to be a multiple of PAGE_SIZE Ensure that total memory size is page-aligned, becau

How to partition a PCI device within OF?

2008-11-24 Thread Steven A. Falco
I have an FPGA that will be on the PCI bus of a PPC440 processor. The FPGA unfortunately can only have one "PCI function" (thus one vendor/device code). The unfortunate part is that the FPGA has several logical functions, that should have separate drivers. Is there a way that I can break out the

Re: [PATCH 2/5] powerpc: ftrace, convert to new dynamic ftrace arch API

2008-11-24 Thread Steven Rostedt
On Mon, 24 Nov 2008, Paul Mackerras wrote: > Steven Rostedt writes: > > > Thanks to Paul Mackennas for pointing out the mistakes of my original > > Mackerras Heh, I have two reasons for that typo. 1) I reference Paul McKenney a lot, and my fingers are programmed. 2) I type with the dvorak l

Re: [PATCH 4/5] powerpc/ppc64: ftrace, handle module trampolines for dyn ftrace

2008-11-24 Thread Steven Rostedt
On Mon, 24 Nov 2008, Paul Mackerras wrote: > Steven Rostedt writes: > > > +#ifdef CONFIG_PPC64 > > +static int > > +__ftrace_make_nop(struct module *mod, > > + struct dyn_ftrace *rec, unsigned long addr) > > +{ > > + unsigned char replaced[MCOUNT_INSN_SIZE * 2]; > > + unsigned in

Re: Please pull linux-2.6-mpc52xx.git

2008-11-24 Thread Grant Likely
On Sun, Nov 23, 2008 at 8:38 PM, Paul Mackerras <[EMAIL PROTECTED]> wrote: > Grant Likely writes: > >> Please pull the 'merge' branch of my MPC5200 tree (url below). I've > > Pulled and pushed out, but I will wait until Linus is back from > vacation before asking him to pull. Thanks Paul. > Some

[PATCH v2] serial: add support for the cell network processor NWP device

2008-11-24 Thread Arnd Bergmann
From: Benjamin Krill <[EMAIL PROTECTED]> Add support for the nwp serial device which is connected to a DCR bus. It uses the of_serial device driver to determine necessary properties from the device tree. The supported device is added as serial port number 84. NWP stands for network processor and

Re: [PATCH] powerpc: update ppc44x_defconfig

2008-11-24 Thread Josh Boyer
On Mon, 24 Nov 2008 15:33:05 +1100 Stephen Rothwell <[EMAIL PROTECTED]> wrote: > This removes CONFIG_PCI_LEGACY (which is not needed) and consequently > several compiler warnings. > > Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> I'll pull this into my -next branch today. I have another K