Re: [PATCH 2/2] IB/ehca: SRQ fixes to enable IPoIB CM

2007-08-31 Thread Roland Dreier
thanks, applied 1 and 2. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

[patch 4/6] Walnut defconfig

2007-08-31 Thread Josh Boyer
Walnut board defconfig Signed-off-by: Josh Boyer <[EMAIL PROTECTED]> --- arch/powerpc/configs/walnut_defconfig | 698 ++ 1 file changed, 698 insertions(+) --- /dev/null +++ linux-2.6/arch/powerpc/configs/walnut_defconfig @@ -0,0 +1,698 @@ +# +# Automatically gen

[patch 6/6] Walnut zImage wrapper

2007-08-31 Thread Josh Boyer
Add zImage wrapper for walnut board Signed-off-by: Josh Boyer <[EMAIL PROTECTED]> --- arch/powerpc/boot/Makefile |3 arch/powerpc/boot/treeboot-walnut.c | 133 2 files changed, 135 insertions(+), 1 deletion(-) --- linux-2.6.orig/arch/powerpc/b

[patch 5/6] Walnut board support

2007-08-31 Thread Josh Boyer
Board support for the PPC405 Walnut evaluation board Signed-off-by: Josh Boyer <[EMAIL PROTECTED]> --- arch/powerpc/platforms/40x/Kconfig | 14 +++ arch/powerpc/platforms/40x/Makefile |2 - arch/powerpc/platforms/40x/walnut.c | 68 arch/powerpc/p

[patch 0/6] Current 4xx patch queue

2007-08-31 Thread Josh Boyer
Hi All, Below is my latest patch queue for 4xx. There are a couple Bamboo updates, and the next round of PPC 405 Walnut support. josh -- ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

[patch 2/6] cuimage for Bamboo board

2007-08-31 Thread Josh Boyer
Add a cuboot wrapper for the Bamboo board. This also removes some obsoleted linker declarations that have been moved into ops.h Signed-off-by: Josh Boyer <[EMAIL PROTECTED]> --- arch/powerpc/boot/44x.h |2 +- arch/powerpc/boot/Makefile |5 +++-- arch/powerpc/boot/ba

[patch 1/6] Fix bus probe on Bamboo board

2007-08-31 Thread Josh Boyer
Commit 804ace8881d21 changed the behavior of how compatible nodes are found. This highlighted a bug on the Bamboo board where it wasn't probing the bus specified in the DTS file. We fix it by being explicit about which bus to probe. Signed-off-by: Josh Boyer <[EMAIL PROTECTED]> --- arch/powerpc

[patch 3/6] Walnut DTS

2007-08-31 Thread Josh Boyer
Device tree source file for the PPC405 Walnut evaluation board. Signed-off-by: Josh Boyer <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/walnut.dts | 183 +++ 1 file changed, 183 insertions(+) --- /dev/null +++ linux-2.6/arch/powerpc/boot/dts/walnut.dts @@ -0

Re: [PATCH 3/9] 8xx: Add pin and clock setting functions.

2007-08-31 Thread Scott Wood
On Thu, Aug 30, 2007 at 01:38:33AM +0400, Vitaly Bordug wrote: > On Tue, 28 Aug 2007 15:17:19 -0500 > Scott Wood wrote: > > +struct cpm_ioport16 { > > + __be16 dir, par, sor, dat, intr; > > + __be16 res[3]; > > +}; > > + > Hmm. If we are using such a non-standard types, it worths at least > exp

[RFC] AmigaOne device tree source v2

2007-08-31 Thread Gerhard Pircher
Hi, I updated the AmigaOne device tree based on the comments in this thread: http://ozlabs.org/pipermail/linuxppc-dev/2007-June/038069.html All the ISA devices are now subnodes of the PCI2ISA bridge, which marks the first 64k (of PCI address space) as I/O space. The pci node doesn't contain any in

Re: [PATCH 2.6.23] ibmebus: Prevent bus_id collisions

2007-08-31 Thread Joachim Fenkes
> > The plaintiff makes a valid point. How about a staging approach: We put > > the patch as it is now into 2.6.23 so the problem is fixed, and I'll post > > a "nice" version with autoloading support and a generic of_make_bus_id > > function for 2.6.24. Agree? > > Ok, sounds fair. Can you ma

[PATCH] mpc5200: add cuimage support for mpc5200 boards

2007-08-31 Thread Grant Likely
From: Grant Likely <[EMAIL PROTECTED]> Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- arch/powerpc/boot/Makefile |5 ++- arch/powerpc/boot/cuboot-52xx.c | 59 ++ arch/powerpc/boot/mpc52xx-psc.c | 69 +++ ar

Re: [PATCH 2.6.23] ibmebus: Prevent bus_id collisions

2007-08-31 Thread Arnd Bergmann
On Friday 31 August 2007, Joachim Fenkes wrote: > > The whole logic of dynamically adding and removing device is rather > bogus, > > and it prevents autoloading of device drivers. of_platform_make_bus_id > > is the function that is responsible for creating unique names over > there. > > The plai

Re: [PATCH 1/3] bootwrapper: In cuImage, print message for ENET devices not found in tree

2007-08-31 Thread Grant Likely
On 8/30/07, David Gibson <[EMAIL PROTECTED]> wrote: > Sorry, I was misleading. Scott moved the printf() into the if (devp) > as you do, but *didn't* add the alternative warning message in the > else. > > The reason for this is that Planetcore only supplies the first MAC > address, and the bootwrap

Re: [PATCH 1/7] Generic bitbanged MDIO library

2007-08-31 Thread Scott Wood
On Fri, Aug 31, 2007 at 09:23:04AM -0400, Jeff Garzik wrote: > I cannot ACK this, nor do I want to see it merged, until users appear > and have been reviewed alongside this. I do not see any fs_enet patches > that actually use this. The fs_enet patchset does use it in mii-bitbang.c, in patch 6/

Re: Section mismatch in 2.6.23-rc4

2007-08-31 Thread Josh Boyer
On Fri, 31 Aug 2007 09:32:11 -0500 Josh Boyer <[EMAIL PROTECTED]> wrote: > On Fri, 31 Aug 2007 14:25:34 +0200 > "Hommel, Thomas (GE Indust, GE Fanuc)" <[EMAIL PROTECTED]> > wrote: > > > > > When compiling a kernel, I get the warnings below. > > I am using ARCH=powerpc and 'make mpc8641_hpcn_def

Re: [PATCH 2.6.23] ibmebus: Prevent bus_id collisions

2007-08-31 Thread Joachim Fenkes
Hi, Arnd, > The whole logic of dynamically adding and removing device is rather bogus, > and it prevents autoloading of device drivers. of_platform_make_bus_id > is the function that is responsible for creating unique names over there. The plaintiff makes a valid point. How about a staging appr

Re: Section mismatch in 2.6.23-rc4

2007-08-31 Thread Josh Boyer
On Fri, 31 Aug 2007 14:25:34 +0200 "Hommel, Thomas (GE Indust, GE Fanuc)" <[EMAIL PROTECTED]> wrote: > > When compiling a kernel, I get the warnings below. > I am using ARCH=powerpc and 'make mpc8641_hpcn_defconfig', 'make > uImage'. This didn't appear in 2.6.22, but in > arch/powerpc/kernel/hea

Section mismatch in 2.6.23-rc4

2007-08-31 Thread Hommel, Thomas (GE Indust, GE Fanuc)
When compiling a kernel, I get the warnings below. I am using ARCH=powerpc and 'make mpc8641_hpcn_defconfig', 'make uImage'. This didn't appear in 2.6.22, but in arch/powerpc/kernel/head_32.S and setup_32.c, the section info apparently didn't change. LD vmlinux.o MODPOST vmlinux.o WAR

[PATCH 2/2] IB/ehca: SRQ fixes to enable IPoIB CM

2007-08-31 Thread Joachim Fenkes
a) Report max_srq > 0 if SRQ is supported b) Report "last wqe reached" event when base QP dies Signed-off-by: Joachim Fenkes <[EMAIL PROTECTED]> --- drivers/infiniband/hw/ehca/ehca_hca.c | 10 +-- drivers/infiniband/hw/ehca/ehca_irq.c | 48 +--- 2 files changed

[PATCH 1/2] IB/ehca: fix Small QP regressions

2007-08-31 Thread Joachim Fenkes
From: Stefan Roscher <[EMAIL PROTECTED]> The new Small QP code had a few bugs that would also trigger for non-Small QPs. Fix them. Signed-off-by: Joachim Fenkes <[EMAIL PROTECTED]> --- drivers/infiniband/hw/ehca/ehca_qp.c | 10 ++ drivers/infiniband/hw/ehca/ipz_pt_fn.c |2 +- 2 f

[PATCH 0/2] IB/ehca: Fixes for rc5

2007-08-31 Thread Joachim Fenkes
These two patches fix some ehca issues that should be fixed in 2.6.23. [1/2] fixes regressions caused by the recent addition of Small QPs. [2/2] adds missing SRQ-related functionality that would have broken IPoIB CM. The patches should apply cleanly, in order, against Roland's git. Please review

Re: [PATCH v2] [02/10] pasemi_mac: Stop using the pci config space accessors for register read/writes

2007-08-31 Thread Jeff Garzik
Olof Johansson wrote: > Move away from using the pci config access functions for simple register > access. Our device has all of the registers in the config space (hey, > from the hardware point of view it looks reasonable :-), so we need to > somehow get to it. Newer firmwares have it in the devi

RE: [PATCH v7 3/3] [POWERPC] MPC832x_RDB: update dts to use SPI1in QE, register mmc_spi stub

2007-08-31 Thread Li Yang-r58472
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Tabi Timur-B04825 > Sent: Friday, August 31, 2007 5:07 AM > To: Anton Vorontsov > Cc: linuxppc-dev@ozlabs.org > Subject: Re: [PATCH v7 3/3] [POWERPC] MPC832x_RDB: update dts > to use SPI1in QE, regi

Re: [PATCH] [01/10] pasemi_mac: Abstract out register access

2007-08-31 Thread Jeff Garzik
applied ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH] bmac: add simple ethtool support for network manager

2007-08-31 Thread Jeff Garzik
Olaf Hering wrote: > NetworkManager will not start dhcpd on an interface unless it reports > link-up state via ethtool. > > Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> > > --- > drivers/net/bmac.c | 13 + > 1 file changed, 13 insertions(+) applied

Re: dtc: Optimise by default, fix warnings thus uncovered

2007-08-31 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > This patch turns on optimisation in the Makefile by default. With the > optimizer on, some uninitialized variable warnings (one real, two > bogus) are now generated. This patch also squashes those again. Applied. Thanks, jdl __

Re: dtc: Make make print a message when linking testcases

2007-08-31 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > Currently, dtc relies on make's implicit rule to build the testcases. > This means that when not making verbosely (V=0, the default) there is > no message at all while relinking the testsuites. This can be very > confusing when updating libfdt.a (upo

Re: libfdt: Fix use of uninitialized variable in fdt_get_path()

2007-08-31 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > My recent implemenetation of fdt_get_path() had a bug - the while loop > tested offset which was unitialized on the first iteration. Depending > on code surrounding the call, this could cause fdt_get_path() to > return incorrect results. > > This pa

Re: [PATCH 1/6] ibmveth: Enable TCP checksum offload

2007-08-31 Thread Jeff Garzik
Brian King wrote: > This patchset enables TCP checksum offload support for IPV4 > on ibmveth. This completely eliminates the generation and checking of > the checksum for packets that are completely virtual and never > touch a physical network. A simple TCP_STREAM netperf run on > a virtual network

Re: [PATCH 1/7] Generic bitbanged MDIO library

2007-08-31 Thread Jeff Garzik
Scott Wood wrote: > Previously, bitbanged MDIO was only supported in individual > hardware-specific drivers. This code factors out the higher level > protocol implementation, reducing the hardware-specific portion to > functions setting direction, data, and clock. > > Signed-off-by: Scott Wood <[

Re: [PATCH 2/7] fs_enet: Whitespace cleanup.

2007-08-31 Thread Jeff Garzik
Scott Wood wrote: > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> > --- > drivers/net/fs_enet/fs_enet-main.c | 85 --- > drivers/net/fs_enet/fs_enet.h |4 +- > drivers/net/fs_enet/mac-fcc.c |1 - > drivers/net/fs_enet/mii-fec.c |1 - > 4

Re: [PATCH 3/6] ibmveth: Add ethtool TSO handlers

2007-08-31 Thread Jeff Garzik
Brian King wrote: > Add handlers for get_tso and get_ufo to prevent errors being printed > by ethtool. > > Signed-off-by: Brian King <[EMAIL PROTECTED]> > --- > > linux-2.6-bjking1/drivers/net/ibmveth.c |2 ++ > 1 file changed, 2 insertions(+) > > diff -puN drivers/net/ibmveth.c~ibmveth_eth

Re: [PATCH 2.6.23] ibmebus: Prevent bus_id collisions

2007-08-31 Thread Joachim Fenkes
[EMAIL PROTECTED] (Linas Vepstas) wrote on 30.08.2007 23:28:16: > On Thu, Aug 30, 2007 at 04:00:56PM +0200, Joachim Fenkes wrote: > > > > Plus, I rather like using > > the full_name since it also contains a descriptive name as opposed to > > being just nondescript numbers, helping the layman (i