Re: [PATCH] powerpc: dtb and purgatory support for ppc32

2008-10-02 Thread Mohan Kumar M
Simon Horman wrote: On Thu, Oct 02, 2008 at 09:50:16AM +0200, Sebastian Siewior wrote: I'm not speaking on behalf of Kumar Gala, just on behalf of myself. Hi Horms, I would like to get some review of this patch by if possible. Also, I'm a little unclear of how it will interact with the p

Re: [PATCH] powerpc: make Freescale QE support a selectable Kconfig option

2008-10-02 Thread Kumar Gala
On Oct 2, 2008, at 10:27 AM, Timur Tabi wrote: Modify the Kconfig so that Freescale QUICC Engine (QE) support is a selectable option, thereby allowing users to compile kernels without any QE support. The drawback is that QE support is now disabled by default on platforms that have a QE,

Re: [RFC/PATCH] Block device for the ISS simulator

2008-10-02 Thread Andi Kleen
Benjamin Herrenschmidt <[EMAIL PROTECTED]> writes: > The ISS simulator is a simple powerpc simulator used among other things > for hardware bringup. It implements a simple memory mapped block device > interface. ... > > --- /dev/null 1970-01-01 00:00:00.0 + > +++ linux-work/drivers/bl

Re: [PATCH] powerpc: Simple platform for the ISS 4xx simulator

2008-10-02 Thread Benjamin Herrenschmidt
On Thu, 2008-10-02 at 21:02 -0400, Sean MacLennan wrote: > On Fri, 03 Oct 2008 10:07:19 +1000 > "Benjamin Herrenschmidt" <[EMAIL PROTECTED]> wrote: > > > image-$(CONFIG_WARP) += cuImage.warp > > -image-$(CONFIG_YOSEMITE) += cuImage.yosemite > > +image-$(CONFIG_YOSE

Re: [PATCH] powerpc: Simple platform for the ISS 4xx simulator

2008-10-02 Thread Sean MacLennan
On Fri, 03 Oct 2008 10:07:19 +1000 "Benjamin Herrenschmidt" <[EMAIL PROTECTED]> wrote: > image-$(CONFIG_WARP) += cuImage.warp > -image-$(CONFIG_YOSEMITE) += cuImage.yosemite > +image-$(CONFIG_YOSEMITE) += cuImage.yosemit Did you really mean to drop the e f

Re: [PATCH] Install & document convert-dtsv0

2008-10-02 Thread David Gibson
On Thu, Oct 02, 2008 at 10:06:35PM +0200, Niklaus Giger wrote: > Patch against http://www.jdl.com/software/dtc.git > Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]> Thanks. Acked-by: David Gibson <[EMAIL PROTECTED]> -- David Gibson| I'll have my music baroque, and my code d

[PATCH] powerpc: Fix domain numbers in /proc on 64-bit

2008-10-02 Thread Benjamin Herrenschmidt
The code to properly expose domain numbers in /proc is somewhat bogus on ppc64 as it depends on the "buid" field being non-0, but that field is really pseries specific. This removes that code and makes ppc64 use the same code as 32-bit which effectively decides whether to expose domains based on p

[RFC/PATCH] Block device for the ISS simulator

2008-10-02 Thread Benjamin Herrenschmidt
The ISS simulator is a simple powerpc simulator used among other things for hardware bringup. It implements a simple memory mapped block device interface. This is a simple block driver that attaches to it. Note that the choice of a major device number is fishy, though because it's a simulator and

[PATCH] powerpc: Simple platform for the ISS 4xx simulator

2008-10-02 Thread Benjamin Herrenschmidt
This is a trivial 4xx plaform that uses the new simple bsp from Josh and is handy to use in simulators such as ISS or even Mambo who don't properly implement most of the actual devices in the SoC but really only the core. Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> --- arch/powerpc

[PATCH] powerpc: make Freescale QE support a selectable Kconfig option

2008-10-02 Thread Timur Tabi
Modify the Kconfig so that Freescale QUICC Engine (QE) support is a selectable option, thereby allowing users to compile kernels without any QE support. The drawback is that QE support is now disabled by default on platforms that have a QE, and so a defconfig is needed to enable QE and QE devices

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

2008-10-02 Thread Jon Tollefson
Adam Litke wrote: > This seems like the right approach to me. I have pointed out a few > stylistic issues below. > Thanks. I'll make those changes. I assume by __mminit you meant __meminit Jon > On Tue, 2008-09-30 at 09:53 -0500, Jon Tollefson wrote: > > >> +/* Mark reserved regions

Re: [PATCH] Added preliminary support for Netstal HCU4 board

2008-10-02 Thread Jon Loeliger
On Thu, 2008-10-02 at 21:51 +0200, Niklaus Giger wrote: > git pull worked perfectly. But in Documentation/manual.txt you promise: > > -- The gitweb interface is: > > > > http://www.jdl.com/git_repos/ > And this link does not work. Gah. Thanks. jdl _

Updated 4xx 'next' branch

2008-10-02 Thread Josh Boyer
Hi All, I've updated my 'next' branch again. For those that are tracking it, you might need to force a pull as I had to rework the branch a bit. The following commits have been added: Josh Boyer (3): ibm_newemac: Allow the "no flow control" EMAC feature to work ibm_newemac: Introduc

[PATCH] Install & document convert-dtsv0

2008-10-02 Thread Niklaus Giger
Patch against http://www.jdl.com/software/dtc.git Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]> --- Documentation/manual.txt | 20 Makefile |1 + 2 files changed, 21 insertions(+), 0 deletions(-) diff --git a/Documentation/manual.txt b/Documentation/m

Re: [PATCH] Added preliminary support for Netstal HCU4 board

2008-10-02 Thread Niklaus Giger
Am Donnerstag 02 Oktober 2008 21.37:00 schrieb Jon Loeliger: > On Thu, 2008-10-02 at 21:08 +0200, Niklaus Giger wrote: > > > > convert-dtsv0 is a small utility program which converts (DTS) > > > > Device Tree Source from the obsolete version 0 to version 1. Version > > > > 1 DTS files are marked by

Re: [PATCH] powerpc/83xx: don't probe broken PCI on mpc837x_mds boards

2008-10-02 Thread Kumar Gala
On Oct 2, 2008, at 10:18 AM, Anton Vorontsov wrote: In the standalone setup the board's CPLD disables the PCI internal arbiter, thus any access to the PCI bus will hang the board. When there is no PCI arbiter on the bus the u-boot marks the PCI bus as broken and we should not try to probe it.

Re: [PATCH] Added preliminary support for Netstal HCU4 board

2008-10-02 Thread Jon Loeliger
On Thu, 2008-10-02 at 21:08 +0200, Niklaus Giger wrote: > > > convert-dtsv0 is a small utility program which converts (DTS) > > > Device Tree Source from the obsolete version 0 to version 1. Version 1 > > > DTS files are marked by line "/dts-v1/;" at the top of the file. > > > > Add this remark wh

Re: [PATCH] Added preliminary support for Netstal HCU4 board

2008-10-02 Thread Niklaus Giger
Am Donnerstag 02 Oktober 2008 08.41:56 schrieb David Gibson: > On Thu, Oct 02, 2008 at 07:12:14AM +0200, Niklaus Giger wrote: > > Hi David > > > > Am Donnerstag 02 Oktober 2008 02.52:08 schrieb David Gibson: > > > That will work, but will lose comments, references, and other > > > formatting, becau

Re: [PATCH]ppc4xx-Walnut: fixes early boot messages

2008-10-02 Thread Niklaus Giger
Am Donnerstag 02 Oktober 2008 08.39:54 schrieb David Gibson: > On Thu, Oct 02, 2008 at 07:36:40AM +0200, Niklaus Giger wrote: > > Inherits the baudrate from U-boot to print things like: > > Using Walnut machine description > > Linux version <..> > > console [udbg0] enabled > > Uh.. but what if you'

usb advice using scc4 on mpc8270

2008-10-02 Thread Simon Christian
Hi, has anyone on the list implemented or know anyone who has implemented the on chip usb functionality (using SCC4) on the 8270 processor? particularly with a 2.6 linux kernel? any advice would be gratefully received. many thanks, Simon ___ Linuxppc-de

[PATCH REPOST] powerpc: iSeries: remove unused variable in viodasd.c

2008-10-02 Thread Johann Felix Soden
From: Johann Felix Soden <[EMAIL PROTECTED]> The variable statindex in send_request is never read, so remove it. Signed-off-by: Johann Felix Soden <[EMAIL PROTECTED]> CC: Stephen Rothwell <[EMAIL PROTECTED]> --- now CC to [EMAIL PROTECTED] drivers/block/viodasd.c |3 --- 1 files changed, 0

[PATCH] powerpc/83xx: don't probe broken PCI on mpc837x_mds boards

2008-10-02 Thread Anton Vorontsov
In the standalone setup the board's CPLD disables the PCI internal arbiter, thus any access to the PCI bus will hang the board. When there is no PCI arbiter on the bus the u-boot marks the PCI bus as broken and we should not try to probe it. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> ---

Re: libfdt: Add function to explicitly expand aliases

2008-10-02 Thread Jon Loeliger
> Kumar has already added alias expansion to fdt_path_offset(). > However, in some circumstances it may be convenient for the user of > libfdt to explicitly get the string expansion of an alias. This patch > adds a function to do this, fdt_get_alias(), and uses it to implement > fdt_path_offset().

RE: [PATCH v2] ibm_newemac: Add support for GPCS, SGMIIandM88E1112 PHY

2008-10-02 Thread Benjamin Herrenschmidt
On Thu, 2008-10-02 at 06:40 -0700, Victor Gallardo wrote: > > Victor, while at it, can you do a fixup patch on top of it that guards > > the new feature with a Kconfig option like some of the other ones so > > that the code for it doesn't get compiled in when building, for example. > > for 405GP on

RE: [PATCH v2] ibm_newemac: Add support for GPCS, SGMIIandM88E1112 PHY

2008-10-02 Thread Victor Gallardo
> Victor, while at it, can you do a fixup patch on top of it that guards > the new feature with a Kconfig option like some of the other ones so > that the code for it doesn't get compiled in when building, for example. > for 405GP only ? > > The trick is to have the option not be part of the possib

Re: [PATCH] powerpc: dtb and purgatory support for ppc32

2008-10-02 Thread Sebastian Andrzej Siewior
Kumar Gala wrote: On Oct 1, 2008, at 4:20 PM, Sebastian Andrzej Siewior wrote: From: Sebastian Siewior <[EMAIL PROTECTED]> Some code dtb scanning & filling has been borrowed from ppc64. The old behavior is still available if compiled with GameCube, other PowerPC platform use the can purgatory

Re: [PATCH] powerpc: dtb and purgatory support for ppc32

2008-10-02 Thread Kumar Gala
On Oct 1, 2008, at 4:20 PM, Sebastian Andrzej Siewior wrote: From: Sebastian Siewior <[EMAIL PROTECTED]> Some code dtb scanning & filling has been borrowed from ppc64. The old behavior is still available if compiled with GameCube, other PowerPC platform use the can purgatory and specify a new

Re: [PATCH v2] ibm_newemac: Add support for GPCS, SGMII andM88E1112 PHY

2008-10-02 Thread Benjamin Herrenschmidt
On Thu, 2008-10-02 at 07:55 -0400, Josh Boyer wrote: > >Yep. You could pull now if you'd like. I have a few more patches I'd > >like to get in before the merge window, but if it helps things I can do > >those in a separate pull request. > > Actually, it seems not. I pulled in an older version o

Re: [PATCH]ppc4xx-Walnut: fixes early boot messages

2008-10-02 Thread Josh Boyer
On Thu, Oct 02, 2008 at 04:39:54PM +1000, David Gibson wrote: >On Thu, Oct 02, 2008 at 07:36:40AM +0200, Niklaus Giger wrote: >> Inherits the baudrate from U-boot to print things like: >> Using Walnut machine description >> Linux version <..> >> console [ud

Re: [PATCH v2] ibm_newemac: Add support for GPCS, SGMII andM88E1112 PHY

2008-10-02 Thread Josh Boyer
On Thu, Oct 02, 2008 at 06:56:48AM -0400, Josh Boyer wrote: >> > > Jeff, can we merge all those EMAC patches via the powerpc git ? need an >> > > ack from you I suppose ... >> > >> > I already have this in my tree. Jeff already acked it (twice now I >> > think). >> > >> > http://git.kernel.org/?

Re: [PATCH v2] ibm_newemac: Add support for GPCS, SGMII andM88E1112 PHY

2008-10-02 Thread Josh Boyer
On Thu, 02 Oct 2008 20:34:28 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > On Thu, 2008-10-02 at 06:33 -0400, Josh Boyer wrote: > > On Thu, 02 Oct 2008 17:32:39 +1000 > > Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > > > > > On Thu, 2008-10-02 at 00:30 -0700, Victor Gallardo wro

Re: regression on imac G3: problems with sound

2008-10-02 Thread Takashi Iwai
At Thu, 2 Oct 2008 12:39:20 +0200, Mariusz Kozlowski wrote: > > Hello, > > > At Wed, 1 Oct 2008 23:47:34 +0300, > > [EMAIL PROTECTED] wrote: > > > > > > 2008/10/1, Mariusz Kozlowski <[EMAIL PROTECTED]>: > > > > Hello, > > > > > > > > I found that on my old iMac G3 aumix behaves weird on

Re: regression on imac G3: problems with sound

2008-10-02 Thread Mariusz Kozlowski
Hello, > At Wed, 1 Oct 2008 23:47:34 +0300, > [EMAIL PROTECTED] wrote: > > > > 2008/10/1, Mariusz Kozlowski <[EMAIL PROTECTED]>: > > > Hello, > > > > > > I found that on my old iMac G3 aumix behaves weird on newer (up to > > > 2.6.27-rc8) kernels. The sound is only present _when_ muted and is q

Re: [PATCH v2] ibm_newemac: Add support for GPCS, SGMII andM88E1112 PHY

2008-10-02 Thread Benjamin Herrenschmidt
On Thu, 2008-10-02 at 06:33 -0400, Josh Boyer wrote: > On Thu, 02 Oct 2008 17:32:39 +1000 > Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > > > On Thu, 2008-10-02 at 00:30 -0700, Victor Gallardo wrote: > > > > > > > > > Yes, this based on Josh's git repository. Should I sync up with your >

Re: [PATCH v2] ibm_newemac: Add support for GPCS, SGMII andM88E1112 PHY

2008-10-02 Thread Josh Boyer
On Thu, 02 Oct 2008 17:32:39 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > On Thu, 2008-10-02 at 00:30 -0700, Victor Gallardo wrote: > > > > > > Yes, this based on Josh's git repository. Should I sync up with your > > git repository or is Josh's OK. > > Josh is fine. > > Jeff, can

[PATCH,CFT] dynamic struct mii_bus allocation

2008-10-02 Thread Lennert Buytenhek
Hi *, You're listed as maintainer of one of the network drivers in the tree that use phylib. Available at the URL below is a change to the phylib API (dynamic allocation of struct mii_bus, which is needed for hooking up mdio buses into the device tree) that needs corresponding mdio bus driver cha

Re: [PATCH] powerpc: dtb and purgatory support for ppc32

2008-10-02 Thread Simon Horman
On Thu, Oct 02, 2008 at 09:50:16AM +0200, Sebastian Siewior wrote: > Kumar Gala wrote: > > > are you trying to get this accepted? > > If the reviewer don't have any objections yes. You sound > like there is something terrible wrong. Do you want it in smaller pieces? I'm not speaking on behalf of

[PATCH] powerpc/85xx: Wire up RTC interrupt on MPC8536DS

2008-10-02 Thread Kumar Gala
Add interrupt info to the MPC8536DS .dts for the RTC Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/mpc8536ds.dts |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/boot/dts/mpc8536ds.dts b/arch/powerpc/boot/dts/mpc8536ds.dts index 150

Re: [PATCH] powerpc: dtb and purgatory support for ppc32

2008-10-02 Thread Sebastian Siewior
Kumar Gala wrote: are you trying to get this accepted? If the reviewer don't have any objections yes. You sound like there is something terrible wrong. Do you want it in smaller pieces? - k Sebastian -- Firmensitz: 88690 Uhldingen, Auf dem Berg 3 Registergericht: Amtsgericht Freiburg i. Br.

RE: [PATCH v2] ibm_newemac: Add support for GPCS, SGMII andM88E1112 PHY

2008-10-02 Thread Benjamin Herrenschmidt
On Thu, 2008-10-02 at 00:30 -0700, Victor Gallardo wrote: > > > Yes, this based on Josh's git repository. Should I sync up with your > git repository or is Josh's OK. Josh is fine. Jeff, can we merge all those EMAC patches via the powerpc git ? need an ack from you I suppose ... Thanks, Ben.

RE: [PATCH v2] ibm_newemac: Add support for GPCS, SGMII andM88E1112 PHY

2008-10-02 Thread Victor Gallardo
>> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> >> --- >> v2: >> - update to sync up with latest ibm_newemac driver > >Ack. > >Is this on top of Josh work ? > >Ben. Yes, this based on Josh's git repository. Should I sync up with your git repository or is Josh's OK. Regards, Victor Ga