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 files

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 [EMAIL

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 patch

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 (upon

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: [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 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, register

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 device

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 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

[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: 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/head_32.S

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/7

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 bootwrapper

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 make sure

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 explanation

[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 @@

[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] ---

[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 +++--

[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 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

[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(-) ---

[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