Re: [PATCH] Fix mpc8536ds dma interrupt numbers

2008-10-16 Thread Kumar Gala
On Oct 17, 2008, at 12:41 AM, Ed Swarthout wrote: Swap pci1 and pci2 labels - Per user manual, pcie1 is at a000 and pcie2 is at 9000. the pcie labels are correct.. they DO NOT reflect the UMs. (as that number is just silly). - k ___ Linuxppc-de

[PATCH] Fix mpc8536ds dma interrupt numbers

2008-10-16 Thread Ed Swarthout
Swap pci1 and pci2 labels - Per user manual, pcie1 is at a000 and pcie2 is at 9000. Signed-off-by: Ed Swarthout <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/mpc8536ds.dts | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/powerpc/boot/dts/mpc8536ds.dts b/ar

Re: [PATCH 0/2] ftrace: fixes for PPC

2008-10-16 Thread Chris Friesen
Josh Boyer wrote: > Are these two merged yet? I just spent the better part of the morning > trying to figure out why various Fedora kernels based on 2.6.27-rcX and > 2.6.27 final hung on my G5 and finally got one booting with FTRACE > disabled. Until recently I could boot my G5 with FTRACE enab

Re: [PATCH v3] powerpc: properly reserve in bootmem the lmb reserved regions that cross NUMA nodes

2008-10-16 Thread Jon Tollefson
Benjamin Herrenschmidt wrote: On Thu, 2008-10-09 at 15:18 -0500, Jon Tollefson wrote: If there are multiple reserved memory blocks via lmb_reserve() that are contiguous addresses and on different NUMA nodes we are losing track of which address ranges to reserve in bootmem on which node. I d

Re: device tree variations

2008-10-16 Thread David Gibson
On Thu, Oct 16, 2008 at 05:52:54PM -0700, Mike Ditto wrote: > I'm building a kernel that can run on a handful of hardware > configurations, all using OF-unaware U-Boot. I know how to make a > static device tree (dts file) that works on one of these hardware > variations, and how to add nodes and m

device tree variations

2008-10-16 Thread Mike Ditto
I'm building a kernel that can run on a handful of hardware configurations, all using OF-unaware U-Boot. I know how to make a static device tree (dts file) that works on one of these hardware variations, and how to add nodes and modify properties in the platform init code. But I don't see a nice

Re: [PATCH] ftrace: powerpc: remove startup functions from tracing

2008-10-16 Thread Steven Rostedt
On Fri, 17 Oct 2008, Benjamin Herrenschmidt wrote: > On Thu, 2008-10-16 at 20:48 -0400, Steven Rostedt wrote: > > > > The early init code in PowerPC is not mapped to their final locations > > and all jumps and memory references must be done with relative jumps > > and accesses. > > > > The lib

Re: [PATCH] ftrace: powerpc: remove startup functions from tracing

2008-10-16 Thread Benjamin Herrenschmidt
On Thu, 2008-10-16 at 20:48 -0400, Steven Rostedt wrote: > > The early init code in PowerPC is not mapped to their final locations > and all jumps and memory references must be done with relative jumps > and accesses. > > The lib files in the powerpc directory are called in early boot, and > sinc

[PATCH] ftrace: powerpc: remove startup functions from tracing

2008-10-16 Thread Steven Rostedt
[ Josh, can you see if this allows you to boot on PowerPC? It worked on my powerbook. ] The early init code in PowerPC is not mapped to their final locations and all jumps and memory references must be done with relative jumps and accesses. The lib files in the powerpc directory are called i

RE: Problems with PCI-E devices not being detected with switch

2008-10-16 Thread Benjamin Herrenschmidt
On Thu, 2008-10-16 at 10:01 -0500, Ayman El-Khashab wrote: > Benjamin Herrenschmidt wrote: > > On Wed, 2008-10-15 at 10:47 -0500, Ayman El-Khashab wrote: > > > > Note for people on CC: This is a problem on 460EX on a canyonland > > using the 4x port. > > > >> The problem occurs when Linux boots.

Re: powerpc allmodconfig

2008-10-16 Thread Jesse Brandeburg
On Wed, Oct 15, 2008 at 11:58 PM, David Miller <[EMAIL PROTECTED]> wrote: >> There's already a completely different fix queued in netdev patchworks >> (for myri10ge only right now, to be duplicated for Intel drivers). The >> idea is to stop having almost-unrelated drivers select each other >> direc

Re: [PATCH 1/7] powerpc and sparc: introduce dev_archdata node accessors

2008-10-16 Thread Grant Likely
On Thu, Oct 16, 2008 at 4:36 PM, David Miller <[EMAIL PROTECTED]> wrote: > From: Anton Vorontsov <[EMAIL PROTECTED]> > Date: Thu, 16 Oct 2008 21:12:51 +0400 > >> The name of the device_node field differ across the platforms, so we >> have to implement inlined accessors. This is needed to avoid ugly

Re: [PATCH 1/7] powerpc and sparc: introduce dev_archdata node accessors

2008-10-16 Thread David Miller
From: Anton Vorontsov <[EMAIL PROTECTED]> Date: Thu, 16 Oct 2008 21:12:51 +0400 > The name of the device_node field differ across the platforms, so we > have to implement inlined accessors. This is needed to avoid ugly > #ifdef in the generic code. > > Signed-off-by: Anton Vorontsov <[EMAIL PROTE

RE: Problems with PCI-E devices not being detected with switch

2008-10-16 Thread Benjamin Herrenschmidt
On Thu, 2008-10-16 at 10:01 -0500, Ayman El-Khashab wrote: > > Thanks for your help. I did try a 5s delay and other than the boot > taking an extra couple of seconds, there was no change. The messages > above "unknown header" still showed up. Downstream devices were not > found. > BTW, this is

Re: [PATCH] Add new framebuffer driver for Fujitsu MB862xx GDCs

2008-10-16 Thread Andrew Morton
On Tue, 14 Oct 2008 17:25:06 +0200 Anatolij Gustschin <[EMAIL PROTECTED]> wrote: > This patch adds framebuffer driver for Fujitsu > Carmine/Coral-P(A)/Lime graphics controllers. > Lime GDC support is known to work on PPC440EPx > based lwmon5 and MPC8544E based socrates embedded > boards, both equi

Re: [PATCH] i2c-cpm: Suppress autoprobing for devices

2008-10-16 Thread Wolfram Sang
On Thu, Oct 16, 2008 at 12:23:25PM -0700, David Miller wrote: > Don't bother, he'll just argue with you about the fact that class > based probing should be maintained. > > He's doing exactly that with me right now. I think the two of you talked at cross purposes. Just observing, I can follow his

Re: powerpc allmodconfig

2008-10-16 Thread Arjan van de Ven
On Thu, 16 Oct 2008 12:49:23 -0700 (PDT) David Miller <[EMAIL PROTECTED]> wrote: > #endif > #define __WARN() warn_on_slowpath(__FILE__, __LINE__) > #define __WARN_printf(arg...) warn_slowpath(__FILE__, __LINE__, arg) > #else > #define __WARN_printf(arg...) __WARN() the easiest way I suppose would

Re: powerpc allmodconfig

2008-10-16 Thread David Miller
From: Johannes Berg <[EMAIL PROTECTED]> Date: Thu, 16 Oct 2008 16:57:19 +0200 > On Wed, 2008-10-15 at 22:02 -0700, David Miller wrote: > > > > > > > net/sched/sch_generic.c: In function 'dev_watchdog': > > > net/sched/sch_generic.c:224: warning: unused variable 'drivername' > > > > Sucky, if WA

Re: [PATCH] Modify sysfs gpio export so that "value" displays as 0 or 1

2008-10-16 Thread David Brownell
On Friday 10 October 2008, Steven A. Falco wrote: > gpiolib can export GPIOs to userspace via sysfs. This patch modifies > the gpio_value_show() so that any non-zero value is explicitly printed > as "1", rather than whatever numerical value the lower-level driver returns. > > Signed-off-by: Steve

Re: [PATCH] i2c-cpm: Suppress autoprobing for devices

2008-10-16 Thread David Miller
From: Kumar Gala <[EMAIL PROTECTED]> Date: Thu, 16 Oct 2008 11:09:30 -0500 > > On Oct 16, 2008, at 6:13 AM, Wolfram Sang wrote: > > > > > Similar to commit 618b26d52843c0f85b8eb143cf2695d7f6fd072d, also remove > > automatic probing for this i2c controller. Might need updates to dts files > > usi

Re: [PATCH] [RESEND] i2c-cpm: Suppress autoprobing for devices

2008-10-16 Thread Wolfram Sang
Similar to commit 618b26d52843c0f85b8eb143cf2695d7f6fd072d, also remove automatic probing for this i2c controller. Might need updates to dts files using it. Signed-off-by: Wolfram Sang <[EMAIL PROTECTED]> Acked-by: Jochen Friedrich <[EMAIL PROTECTED]> --- Resend with cc to i2c. drivers/i2c/busse

Re: [PATCH 0/2] ftrace: fixes for PPC

2008-10-16 Thread Josh Boyer
On Thu, Oct 16, 2008 at 02:22:48PM -0400, Steven Rostedt wrote: > >On Thu, 16 Oct 2008, Josh Boyer wrote: > >> On Sat, Sep 06, 2008 at 02:03:47PM +0200, Ingo Molnar wrote: >> > >> >* Steven Rostedt <[EMAIL PROTECTED]> wrote: >> > >> >> I spent the day chasing a bug that would hang PPC on boot up wh

Re: [PATCH 0/2] ftrace: fixes for PPC

2008-10-16 Thread Josh Boyer
On Thu, 16 Oct 2008 14:45:15 -0400 (EDT) Steven Rostedt <[EMAIL PROTECTED]> wrote: > > On Thu, 16 Oct 2008, Josh Boyer wrote: > > > > Well, that's why I asked. You sent 2 patches out over a month ago that > > don't appear to have shown up in any Linus or PowerPC tree. > > Oh, the patches I sen

Re: [PATCH 0/2] ftrace: fixes for PPC

2008-10-16 Thread Steven Rostedt
On Thu, 16 Oct 2008, Josh Boyer wrote: > > Well, that's why I asked. You sent 2 patches out over a month ago that > don't appear to have shown up in any Linus or PowerPC tree. Oh, the patches I sent on here, are not to solve this issue. It was actually solving issues in linux-tip itself. I'm

Re: [PATCH 0/2] ftrace: fixes for PPC

2008-10-16 Thread Steven Rostedt
On Thu, 16 Oct 2008, Josh Boyer wrote: > > > >My powerbook does not boot with ftrace enabled. I'm currently debugging > >it. When I get it working, you'll see patches. > > Well, that's why I asked. You sent 2 patches out over a month ago that > don't appear to have shown up in any Linus or Power

Re: [PATCH 0/2] ftrace: fixes for PPC

2008-10-16 Thread Steven Rostedt
On Thu, 16 Oct 2008, Josh Boyer wrote: > On Sat, Sep 06, 2008 at 02:03:47PM +0200, Ingo Molnar wrote: > > > >* Steven Rostedt <[EMAIL PROTECTED]> wrote: > > > >> I spent the day chasing a bug that would hang PPC on boot up when > >> ftrace is configured in. I found that it was simply a stupid bu

Re: [PATCH 0/2] ftrace: fixes for PPC

2008-10-16 Thread Josh Boyer
On Sat, Sep 06, 2008 at 02:03:47PM +0200, Ingo Molnar wrote: > >* Steven Rostedt <[EMAIL PROTECTED]> wrote: > >> I spent the day chasing a bug that would hang PPC on boot up when >> ftrace is configured in. I found that it was simply a stupid bug I did >> to handle the non MCOUNT_RECORD case. Sin

[PATCH 7/7] i2c/mcu_mpc8349emitx: convert to the new I2C/OF/GPIO infrastructure

2008-10-16 Thread Anton Vorontsov
With the new subsystem it's much easier to handle I2C GPIO controllers. Now drivers don't need to deal with the OF-specific bits. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- drivers/i2c/chips/mcu_mpc8349emitx.c | 65 ++--- 1 files changed, 12 insertions(+)

[PATCH 6/7] gpio/pca953x: convert to dev_gpiochip_add and make it work with the OF

2008-10-16 Thread Anton Vorontsov
With OpenFirmware we can't handle platform data for the devices, so let's not strictly depend on it. That way we can't set polarity invertion for this controller, but we'll handle this with active-low/high GPIO flags in the OF tree. Also switch the driver to dev_gpiochip calls, so that OF subsyste

[PATCH 5/7] of/gpio: implement of_dev_gpiochip_{add,remove} calls

2008-10-16 Thread Anton Vorontsov
And let the gpiolib forward all dev_gpiochip_ calls to of_ versions, there we can glue the gpiochips with the device tree. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- arch/powerpc/include/asm/gpio.h |7 +++- drivers/of/gpio.c | 75 +++

[PATCH 4/7] gpiolib: implement dev_gpiochip_{add,remove} calls

2008-10-16 Thread Anton Vorontsov
Any GPIO controller that have a device associated with it is encouraged to register/unregister the gpiochips with dev_gpiochip_*() calls. Platform may redefine these calls to glue the gpiochips with the architecture-specific code. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- include/as

[PATCH 3/7] of: fill the archdata for I2C devices

2008-10-16 Thread Anton Vorontsov
For I2C devices we just setting the the node pointer in the archdata. This is needed so that the other code would know device's node. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- drivers/of/of_i2c.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/driv

[PATCH 1/7] powerpc and sparc: introduce dev_archdata node accessors

2008-10-16 Thread Anton Vorontsov
The name of the device_node field differ across the platforms, so we have to implement inlined accessors. This is needed to avoid ugly #ifdef in the generic code. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- arch/powerpc/include/asm/device.h | 12 arch/sparc/include/asm/d

[PATCH 2/7] i2c: add info->archdata field

2008-10-16 Thread Anton Vorontsov
If present the info->archdata is copied into the dev->archdata. Some (OpenFirmware) platforms need it. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- drivers/i2c/i2c-core.c |3 +++ include/linux/i2c.h|2 ++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers

[PATCH 0/7 RFC] Handle I2C GPIO controllers with the OF (was: pca9539 I2C gpio expander)

2008-10-16 Thread Anton Vorontsov
Hi all, Recently there was a question about I2C GPIO controllers and how should we handle them with the OpenFirmware and such. Here is the attempt to "connect" I2C GPIO controllers to the "OpenFirmware" device tree, without writing an OF-specific bindings for each driver. The salt is in these tw

Re: linux-next: build failure

2008-10-16 Thread Jeremy Fitzhardinge
Ingo Molnar wrote: * Stephen Rothwell <[EMAIL PROTECTED]> wrote: Hi all, Today's linux-next build (powerpc allyesconfig) failed like this: In file included from arch/powerpc/include/asm/mmu-hash64.h:17, from arch/powerpc/include/asm/mmu.h:8, from arch/powe

Re: [PATCH] Fix linking modules against crtsavres.o

2008-10-16 Thread Bernhard Reutner-Fischer
On Thu, Oct 16, 2008 at 11:07:27AM -0500, Kumar Gala wrote: > > On Oct 16, 2008, at 10:24 AM, Grant Likely wrote: > >> On Thu, Oct 09, 2008 at 09:51:25PM +0200, Bernhard Reutner-Fischer >> wrote: >>> Hi, >>> >>> [ http://bugzilla.kernel.org/show_bug.cgi?id=11143 has it all] >> This patch solves

Re: linux-next: build failure

2008-10-16 Thread Ingo Molnar
* Jeremy Fitzhardinge <[EMAIL PROTECTED]> wrote: > Ingo Molnar wrote: >> * Stephen Rothwell <[EMAIL PROTECTED]> wrote: >> >> >>> Hi all, >>> >>> Today's linux-next build (powerpc allyesconfig) failed like this: >>> >>> In file included from arch/powerpc/include/asm/mmu-hash64.h:17, >>>

Re: [PATCH] i2c-cpm: Suppress autoprobing for devices

2008-10-16 Thread Kumar Gala
On Oct 16, 2008, at 6:13 AM, Wolfram Sang wrote: Similar to commit 618b26d52843c0f85b8eb143cf2695d7f6fd072d, also remove automatic probing for this i2c controller. Might need updates to dts files using it. Signed-off-by: Wolfram Sang <[EMAIL PROTECTED]> --- drivers/i2c/busses/i2c-cpm.c |

Re: [PATCH] Fix linking modules against crtsavres.o

2008-10-16 Thread Kumar Gala
On Oct 16, 2008, at 10:24 AM, Grant Likely wrote: On Thu, Oct 09, 2008 at 09:51:25PM +0200, Bernhard Reutner-Fischer wrote: Hi, [ http://bugzilla.kernel.org/show_bug.cgi?id=11143 has it all] targeting ppc(32), e.g. 405 (!fp), previously i got: CC drivers/char/hw_random/rng-core.mod.o

Re: [PATCH] Fix linking modules against crtsavres.o

2008-10-16 Thread Grant Likely
On Thu, Oct 09, 2008 at 09:51:25PM +0200, Bernhard Reutner-Fischer wrote: > Hi, > > [ http://bugzilla.kernel.org/show_bug.cgi?id=11143 has it all] > > targeting ppc(32), e.g. 405 (!fp), previously i got: > CC drivers/char/hw_random/rng-core.mod.o > LD [M] drivers/char/hw_random/rng-core

Re: powerpc allmodconfig

2008-10-16 Thread Johannes Berg
On Wed, 2008-10-15 at 22:02 -0700, David Miller wrote: > > > > net/sched/sch_generic.c: In function 'dev_watchdog': > > net/sched/sch_generic.c:224: warning: unused variable 'drivername' > > Sucky, if WARN_ONCE() evaluates to nothing the sprintf() string buffer > on the stack looks unused. I've

RE: Problems with PCI-E devices not being detected with switch

2008-10-16 Thread Ayman El-Khashab
Benjamin Herrenschmidt wrote: > On Wed, 2008-10-15 at 10:47 -0500, Ayman El-Khashab wrote: > > Note for people on CC: This is a problem on 460EX on a canyonland > using the 4x port. > >> The problem occurs when Linux boots. It sees the switch (and looking >> in /sys/bus/... confirms it), but not

[PATCH] ibm_newemac: Fix new MAL feature handling

2008-10-16 Thread Josh Boyer
On Thu, Oct 16, 2008 at 03:56:50PM +1100, Benjamin Herrenschmidt wrote: >> drivers/net/ibm_newemac/mal.c: In function 'mal_txeob': >> drivers/net/ibm_newemac/mal.c:284: error: implicit declaration of function >> 'mtdcri' >> drivers/net/ibm_newemac/mal.c:284: error: 'SDR0' undeclared (first use in

Re: [RFC PATCH 2/5] hvc_console: Add tty driver flag TTY_DRIVER_RESET_TERMIOS

2008-10-16 Thread Alan Cox
> For my network-based hvc backend, a tty_hangup() is caused by a disconnect. If it is network backed then you probably do want TTY_DRIVER_TERMIOS_RESET. For a normal serial type port getty is supposed to sort the terminal settings out. So in your case it sounds like resetting it is the right thin

Re: [PATCH] mfd/wm8350: don't export static functions

2008-10-16 Thread Mark Brown
On Thu, Oct 16, 2008 at 08:47:54PM +1100, Stephen Rothwell wrote: > Today's linux-next build (powerpc allyesconfig) failed like this: > drivers/mfd/wm8350-core.c:1131: error: __ksymtab_wm8350_create_cache causes a > section type conflict > Caused by commit 89b4012befb1abca5e86d232bc0e2a797b0d982

Re: [RFC PATCH 4/5] hvc_console: Add tty window resizing

2008-10-16 Thread Christian Borntraeger
Am Donnerstag, 16. Oktober 2008 schrieb Rusty Russell: > > The patch provides the hvc_resize() function to update the terminal > > window dimensions (struct winsize) for a specified hvc console. > > The function stores the new window size and schedules a function > > that finally updates the tty wi

Re: [RFC PATCH 4/5] hvc_console: Add tty window resizing

2008-10-16 Thread Rusty Russell
On Tuesday 14 October 2008 20:12:51 Hendrik Brueckner wrote: > From: Hendrik Brueckner <[EMAIL PROTECTED]> > > The patch provides the hvc_resize() function to update the terminal > window dimensions (struct winsize) for a specified hvc console. > The function stores the new window size and schedule

Re: [PATCH] i2c-cpm: Suppress autoprobing for devices

2008-10-16 Thread Jochen Friedrich
Wolfram Sang schrieb: > Similar to commit 618b26d52843c0f85b8eb143cf2695d7f6fd072d, also remove > automatic probing for this i2c controller. Might need updates to dts files > using it. > > Signed-off-by: Wolfram Sang <[EMAIL PROTECTED]> Acked-by: Jochen Friedrich <[EMAIL PROTECTED]> __

[PATCH] i2c-cpm: Suppress autoprobing for devices

2008-10-16 Thread Wolfram Sang
Similar to commit 618b26d52843c0f85b8eb143cf2695d7f6fd072d, also remove automatic probing for this i2c controller. Might need updates to dts files using it. Signed-off-by: Wolfram Sang <[EMAIL PROTECTED]> --- drivers/i2c/busses/i2c-cpm.c |1 - 1 file changed, 1 deletion(-) Index: linux-2.6/

Re: [RFC PATCH 2/5] hvc_console: Add tty driver flag TTY_DRIVER_RESET_TERMIOS

2008-10-16 Thread Hendrik Brueckner
Hello, for the sake of completion, here are few more details why I have suggest to add the TTY_DRIVER_RESET_TERMIOS flag: On Tue, Oct 14, 2008 at 10:40:25AM +0100, Alan Cox wrote: > On Tue, 14 Oct 2008 11:12:49 +0200 > Hendrik Brueckner <[EMAIL PROTECTED]> wrote: > > > After a tty hangup() or cl

Re: linux-next: build failure

2008-10-16 Thread Ingo Molnar
* Stephen Rothwell <[EMAIL PROTECTED]> wrote: > Hi all, > > Today's linux-next build (powerpc allyesconfig) failed like this: > > In file included from arch/powerpc/include/asm/mmu-hash64.h:17, > from arch/powerpc/include/asm/mmu.h:8, > from arch/powerpc/includ

[PATCH] mfd/wm8350: don't export static functions

2008-10-16 Thread Stephen Rothwell
Today's linux-next build (powerpc allyesconfig) failed like this: drivers/mfd/wm8350-core.c:1131: error: __ksymtab_wm8350_create_cache causes a section type conflict Caused by commit 89b4012befb1abca5e86d232bc0e2a797b0d9825 ("mfd: Core support for the WM8350 AudioPlus PMIC"). wm8350_create_cache

[PATCH] tpm: don't export static functions

2008-10-16 Thread Stephen Rothwell
Today's linux-next build (powerpc_allyesconfig) failed like this: drivers/char/tpm/tpm.c:1162: error: __ksymtab_tpm_dev_release causes a section type conflict Caused by commit 253115b71fa06330bd58afbe01ccaf763a8a0cf1 ("The tpm_dev_release function is only called for platform devices, not pnp") w

linux-next: build failure

2008-10-16 Thread Stephen Rothwell
Hi all, Today's linux-next build (powerpc allyesconfig) failed like this: In file included from arch/powerpc/include/asm/mmu-hash64.h:17, from arch/powerpc/include/asm/mmu.h:8, from arch/powerpc/include/asm/pgtable.h:8, from arch/powerpc/mm/slb.c

Re: [PATCH] Support for relocatable kdump kernel

2008-10-16 Thread Mohan Kumar M
Paul Mackerras wrote: Mohan Kumar M writes: Support for relocatable kdump kernel @@ -1401,9 +1414,21 @@ _STATIC(__after_prom_start) beq 9f /* have already put us at zero */ li r6,0x100/* Start offset, the first 0x100 */

Re: powerpc allmodconfig

2008-10-16 Thread Adrian Bunk
On Thu, Oct 16, 2008 at 10:43:33AM +0200, Takashi Iwai wrote: > At Thu, 16 Oct 2008 11:21:57 +0300, > Adrian Bunk wrote: > > > > On Thu, Oct 16, 2008 at 09:57:11AM +0200, Takashi Iwai wrote: > > > At Thu, 16 Oct 2008 10:38:36 +0300, > > > Adrian Bunk wrote: > > > > > > > > On Thu, Oct 16, 2008 at

[PATCH] ehea: Fix memory hotplug support

2008-10-16 Thread Hannes Hering
This patch implements the memory notifier to update the busmap instantly instead of rebuilding the whole map. This is necessary because walk_memory_resource provides different information than required during memory hotplug. Signed-off-by: Hannes Hering <[EMAIL PROTECTED]> --- Jeff, as requested,

[PATCH] Enable enhanced functions for 8536 TSEC

2008-10-16 Thread Jason Jin
Signed-off-by: Jason Jin <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/mpc8536ds.dts |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/boot/dts/mpc8536ds.dts b/arch/powerpc/boot/dts/mpc8536ds.dts index 93fdd99..dce2f65 100644 --- a/arch/powerpc/boot/dts/mpc8

Re: powerpc allmodconfig

2008-10-16 Thread Mark Brown
On Wed, Oct 15, 2008 at 09:33:37PM -0700, Andrew Morton wrote: > sound/soc/soc-dapm.c:1029: warning: 'snd_soc_dapm_connect_input' is > deprecated (declared at sound/soc/soc-dapm.c:1026) > sound/soc/soc-dapm.c:1029: warning: 'snd_soc_dapm_connect_input' is > deprecated (declared at sound/soc/soc-

Re: [PATCH] ehea: Fix memory hotplug support

2008-10-16 Thread Jeff Garzik
Hannes Hering wrote: This patch implements the memory notifier to update the busmap instantly instead of rebuilding the whole map. This is necessary because walk_memory_resource provides different information than required during memory hotplug. Signed-off-by: Hannes Hering <[EMAIL PROTECTED]> -

Re: Problems with PCI-E devices not being detected with switch

2008-10-16 Thread Benjamin Herrenschmidt
On Thu, 2008-10-16 at 10:48 +0200, Stefan Roese wrote: > Yeah. I could add this "configured" property to the current U-Boot version. > Perhaps we should add some version information to it so that Linux could > eventually decide to re-configure when the "configured" version is known to > be buggy

Re: Problems with PCI-E devices not being detected with switch

2008-10-16 Thread Stefan Roese
On Thursday 16 October 2008, Benjamin Herrenschmidt wrote: > On Thu, 2008-10-16 at 10:03 +0200, Stefan Roese wrote: > > Doing this unconditionally is not a good idea since we could have an old > > (buggy) firmware which didn't configure the PCIe controller correctly. > > But I really like your idea

Re: powerpc allmodconfig

2008-10-16 Thread Takashi Iwai
At Thu, 16 Oct 2008 11:21:57 +0300, Adrian Bunk wrote: > > On Thu, Oct 16, 2008 at 09:57:11AM +0200, Takashi Iwai wrote: > > At Thu, 16 Oct 2008 10:38:36 +0300, > > Adrian Bunk wrote: > > > > > > On Thu, Oct 16, 2008 at 07:57:29AM +0200, Takashi Iwai wrote: > > > > At Wed, 15 Oct 2008 21:33:37 -0

Re: Problems with PCI-E devices not being detected with switch

2008-10-16 Thread Benjamin Herrenschmidt
On Thu, 2008-10-16 at 10:03 +0200, Stefan Roese wrote: > Doing this unconditionally is not a good idea since we could have an old > (buggy) firmware which didn't configure the PCIe controller correctly. But I > really like your idea with the device-tree property to optionally skip this > re-conf

Re: powerpc allmodconfig

2008-10-16 Thread Adrian Bunk
On Thu, Oct 16, 2008 at 09:57:11AM +0200, Takashi Iwai wrote: > At Thu, 16 Oct 2008 10:38:36 +0300, > Adrian Bunk wrote: > > > > On Thu, Oct 16, 2008 at 07:57:29AM +0200, Takashi Iwai wrote: > > > At Wed, 15 Oct 2008 21:33:37 -0700, > > > Andrew Morton wrote: > > > > > > > > sound/soc/soc-dapm.c:

Re: powerpc allmodconfig

2008-10-16 Thread Geert Uytterhoeven
On Thu, 16 Oct 2008, David Miller wrote: > From: Geert Uytterhoeven <[EMAIL PROTECTED]> > Date: Thu, 16 Oct 2008 09:31:29 +0200 (CEST) > > > On Wed, 15 Oct 2008, David Miller wrote: > > > > kernel/resource.c: In function '__reserve_region_with_split': > > > > kernel/resource.c:554: warning: format

Re: powerpc allmodconfig

2008-10-16 Thread Geert Uytterhoeven
On Wed, 15 Oct 2008, David Miller wrote: > > kernel/resource.c: In function '__reserve_region_with_split': > > kernel/resource.c:554: warning: format '%llx' expects type 'long long > > unsigned int', but argument 3 has type 'resource_size_t' > > kernel/resource.c:554: warning: format '%llx' expect

Re: powerpc allmodconfig

2008-10-16 Thread Andreas Schwab
David Miller <[EMAIL PROTECTED]> writes: >> net/dccp/options.c: In function 'dccp_parse_options': >> net/dccp/options.c:67: warning: 'value' may be used uninitialized in this >> function > > Known issue, not trivial to fix, gcc is just being incredibly silly here as it > can't see all of the cont

Re: Problems with PCI-E devices not being detected with switch

2008-10-16 Thread Stefan Roese
On Thursday 16 October 2008, Benjamin Herrenschmidt wrote: > > pci 0001:02:1c.0: ignoring class 5d01 (doesn't match header type 02) > > pci 0001:02:1d.0: unknown header type 41, ignoring device > > pci 0001:02:1e.0: unknown header type 03, ignoring device > > pci 0001:02:1f.0: unknown header type 4

Re: powerpc allmodconfig

2008-10-16 Thread Takashi Iwai
At Thu, 16 Oct 2008 10:38:36 +0300, Adrian Bunk wrote: > > On Thu, Oct 16, 2008 at 07:57:29AM +0200, Takashi Iwai wrote: > > At Wed, 15 Oct 2008 21:33:37 -0700, > > Andrew Morton wrote: > > > > > > sound/soc/soc-dapm.c:1029: warning: 'snd_soc_dapm_connect_input' is > > > deprecated (declared at

Re: powerpc allmodconfig

2008-10-16 Thread Adrian Bunk
On Thu, Oct 16, 2008 at 07:57:29AM +0200, Takashi Iwai wrote: > At Wed, 15 Oct 2008 21:33:37 -0700, > Andrew Morton wrote: > > > > sound/soc/soc-dapm.c:1029: warning: 'snd_soc_dapm_connect_input' is > > deprecated (declared at sound/soc/soc-dapm.c:1026) > > sound/soc/soc-dapm.c:1029: warning: 'sn

Re: powerpc allmodconfig

2008-10-16 Thread David Miller
From: Geert Uytterhoeven <[EMAIL PROTECTED]> Date: Thu, 16 Oct 2008 09:31:29 +0200 (CEST) > On Wed, 15 Oct 2008, David Miller wrote: > > > kernel/resource.c: In function '__reserve_region_with_split': > > > kernel/resource.c:554: warning: format '%llx' expects type 'long long > > > unsigned int',