Re: [PATCH v2] Make 83xx perfmon support selectable

2008-03-08 Thread Jerry Van Baren
Andy Fleming wrote: Not all e300 cores support the performance monitors, and the ones that don't will be confused by the mf/mtpmr instructions. This allows the support to be optional, so the 8349 can turn it off while the 8379 can turn it on. Sadly, those aren't config options, so it will

Re: [PATCH] [POWERPC] bootwrapper: Allow specifying of image physical offset

2008-03-08 Thread Kumar Gala
On Mar 7, 2008, at 7:44 PM, Geoff Levand wrote: On 03/07/2008 08:55 AM, Kumar Gala wrote: Normally we assume kernel images will be loaded at offset 0. However there are situations, like when the kernel itself is running at a non-zero physical address, that we don't want to load it at 0.

[PATCH] sbc8548: fix incorrect PCI-X and PCI interrupt map

2008-03-08 Thread Jeremy McNicoll
The following patch allows interrupts to occur on the sbc8548. Currently PCI and PCI-X devices get assigned an IRQ but the interrupt count never increases. This solves the problem and adds PCI support as well. Signed-off-by: Jeremy McNicoll [EMAIL PROTECTED] Signed-off-by: Paul Gortmaker [EMAIL

[PATCH] Export pmu_* variables unconditionally

2008-03-08 Thread Guido Günther
Hi, This is a resend, since it's still unfixed in current Linus git and I didn't see any comments (please cc: me since I'm not subscribed): Otherwise without CONFIG_SUSPEND we have: ERROR: pmu_batteries [drivers/macintosh/apm_emu.ko] undefined! ERROR: pmu_battery_count

[PATCH] Always define pmu_sys_suspended

2008-03-08 Thread Guido Günther
Hi, This is a resend, since it's still unfixed in current Linus git and I didn't see any comments (please cc: me since I'm not subscribed): In current Linus git pmu_sys_suspended is only defined if CONFIG_SUSPEND is set, so compilation fails with: drivers/built-in.o: In function `pmu_led_set':