Hi Geert,
On Saturday 21 July 2007 04:27, Geert Uytterhoeven wrote:
> On Fri, 20 Jul 2007, Dmitry Torokhov wrote:
> >
> > I am OK with adding a new header file. I was just saying that placing
> > that declaration in linux/hid.h makes about the same sense as putting
> > it into linux/scsi.h
>
> A
From: Jan-Bernd Themann <[EMAIL PROTECTED]>
Date: Fri, 20 Jul 2007 17:41:48 +0200
> Generic LRO patch
>
> Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]>
I have no general objections to this patch.
However I'd like to see at least one or two uses of these APIs before
we put it in, and it s
From: Stephen Rothwell <[EMAIL PROTECTED]>
Date: Sun, 22 Jul 2007 00:27:01 +1000
>
> Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
> ---
> include/linux/of_platform.h |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> Built for PowerPC allmodconfig and ppc64_defconfig and S
From: Stephen Rothwell <[EMAIL PROTECTED]>
Date: Sun, 22 Jul 2007 00:23:03 +1000
>
> Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
> ---
> drivers/pcmcia/m8xx_pcmcia.c |2 +-
> include/linux/of_platform.h |2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> Built for Pow
On Sun, 22 Jul 2007 10:46:54 +1000 Paul Mackerras <[EMAIL PROTECTED]> wrote:
>
> As reported by Stephen Rothwell, an allmodconfig build on 64-bit
> PowerPC reports these errors:
>
> ERROR: "pmu_batteries" [drivers/power/pmu_battery.ko] undefined!
> ERROR: "pmu_battery_count" [drivers/power/pmu_bat
On Sun, 22 Jul 2007 10:37:06 +1000 Paul Mackerras <[EMAIL PROTECTED]> wrote:
>
> Stephen Rothwell writes:
>
> > WRAParch/powerpc/boot/zImage.ps3
> > /home/sfr/kernels/linus/arch/powerpc/boot/wrapper: line 113: dtc: command
> > not found
> > make[2]: *** [arch/powerpc/boot/zImage.ps3] Error
On Sun, Jul 22, 2007 at 10:37:06AM +1000, Paul Mackerras wrote:
> Stephen Rothwell writes:
>
> > WRAParch/powerpc/boot/zImage.ps3
> > /home/sfr/kernels/linus/arch/powerpc/boot/wrapper: line 113: dtc: command
> > not found
> > make[2]: *** [arch/powerpc/boot/zImage.ps3] Error 1
>
> Hmmm, we
Andrew Morton writes:
> I still wonder about that barrier. At the least it should be smp_mb().
> But aren't our set_bit() semantics _alone_ sufficient to make this barrier
> unneeded?
No, but our wake_up semantics certainly ought to be, if they aren't
already. It's the wake_up which implies sy
I have an 8247 which when running u-boot works fine on ethernet, both 10mb
and 100mb. It can dhcp and load a kernel.
But when I boot the kernel (2.4 or 2.6) the fcc transmits get an underrun
everytime. Packets are received fine. This is on FCC1.
(I'd suspect the tx clock, but ethernet is ok w
As reported by Stephen Rothwell, an allmodconfig build on 64-bit
PowerPC reports these errors:
ERROR: "pmu_batteries" [drivers/power/pmu_battery.ko] undefined!
ERROR: "pmu_battery_count" [drivers/power/pmu_battery.ko] undefined!
ERROR: "pmu_power_flags" [drivers/power/pmu_battery.ko] undefined!
T
Stephen Rothwell writes:
> WRAParch/powerpc/boot/zImage.ps3
> /home/sfr/kernels/linus/arch/powerpc/boot/wrapper: line 113: dtc: command not
> found
> make[2]: *** [arch/powerpc/boot/zImage.ps3] Error 1
Hmmm, we should be shipping .dtb files with the tree, so people don't
have to have dtc i
On Sat, 21 Jul 2007 19:29:26 +0200 Johannes Berg <[EMAIL PROTECTED]> wrote:
>
> On Sun, 2007-07-22 at 00:29 +1000, Stephen Rothwell wrote:
> > sound/aoa/codecs/snd-aoa-codec-tas.c:750: warning: 'tas_suspend' defined
> > but not used
> > sound/aoa/codecs/snd-aoa-codec-tas.c:760: warning: 'tas_resum
Let's fix rtc on linkstation ppc machines again, plus .dts cleanup as
suggested by Segher Boessenkool.
Thanks
Guennadi
---
Guennadi Liakhovetski
Device tree update: add rtc nodes on i2c, remove bogus 0-size cache-line
declarations, rename interrupt-controller nodes, remove erroneous
interrupt-
On Sat, 2007-07-21 at 17:02 +0200, Jesper Juhl wrote:
> Hi,
>
> This patch cleans up duplicate includes in
> drivers/macintosh/
>
>
> Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]>
Acked-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
> ---
>
> diff --git a/drivers/macintosh/rack-meter.c
On Sat, Jul 21, 2007 at 09:21:43PM +0200, Rutger Nijlunsing wrote:
> Hi,
>
> I'm trying to boot a new git kernel (2.6.22-g589f1e81), but it hangs
> very early (the timestamp is still on 0.00).
After hours bisecting, I found the one-liner which results in the
hang. Now it takes someone else to
Hi,
I'm trying to boot a new git kernel (2.6.22-g589f1e81), but it hangs
very early (the timestamp is still on 0.00).
All messages on screen (typed in, don't have a digital camera...):
[0.00] Using PowerMac machine description
[0.00] Total memory = 320MB; using 1024kB for has
On Fri, Jul 20, 2007 at 04:48:23PM -0700, Andrew Morton wrote:
> > Who's maintaining PCMCIA? MAINTAINERS only lists a mailing list, no person.
> > Seems
> > weird for a component that's marked as maintained.
>
> Dominik Brodowski. He's having a bit of downtime at present (exams, I
> think). He
On Sun, 2007-07-22 at 00:29 +1000, Stephen Rothwell wrote:
> sound/aoa/codecs/snd-aoa-codec-tas.c:750: warning: 'tas_suspend' defined but
> not used
> sound/aoa/codecs/snd-aoa-codec-tas.c:760: warning: 'tas_resume' defined but
> not used
Heh. I daresay I never compiled a kernel without PM. Not s
Hi,
This patch cleans up duplicate includes in
/
Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]>
---
diff --git a/sound/ppc/snd_ps3.c b/sound/ppc/snd_ps3.c
index 1aa0b46..27b6189 100644
--- a/sound/ppc/snd_ps3.c
+++ b/sound/ppc/snd_ps3.c
@@ -33,7 +33,6 @@
#include
#include
#incl
Hi,
This patch cleans up duplicate includes in
drivers/macintosh/
Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]>
---
diff --git a/drivers/macintosh/rack-meter.c b/drivers/macintosh/rack-meter.c
index 4177ff0..2c21d4f 100644
--- a/drivers/macintosh/rack-meter.c
+++ b/drivers/macintosh/ra
I will be out of the office starting 07/13/2007 and will not return until
07/24/2007.
I will respond to your message when I return. I will not check e-mail
while out of the office.___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.or
WARNING: vmlinux.o(.text+0x1cefcc): Section mismatch: reference to
.init.text:.pcibios_setup (between '.pci_setup' and '.pci_init')
pci_setup() is marked __devinit and calls pcibios_setup.
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
arch/powerpc/kernel/pci-common.c |2 +-
1 file
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
drivers/char/hvc_iseries.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
Built for PowerPC allmodconfig and ppc64_defconfig.
--
Cheers,
Stephen Rothwell[EMAIL PROTECTED]
diff --git a/drivers/char/hv
WARNING: vmlinux.o(.text+0x2066f0): Section mismatch: reference to
.init.text:.add_preferred_console (between '.hvc_rtas_console_init' and
'.hvc_beat_put_chars')
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
drivers/char/hvc_rtas.c |2 +-
1 files changed, 1 insertions(+), 1 deleti
sound/aoa/codecs/snd-aoa-codec-tas.c:750: warning: 'tas_suspend' defined but
not used
sound/aoa/codecs/snd-aoa-codec-tas.c:760: warning: 'tas_resume' defined but not
used
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
sound/aoa/codecs/snd-aoa-codec-tas.c |9 +
1 files chan
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
include/linux/of_platform.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Built for PowerPC allmodconfig and ppc64_defconfig and Sparc and Sparc64
defconfig.
--
Cheers,
Stephen Rothwell[EMAIL PROTECTED]
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
drivers/char/hvcs.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
Built for PowerPC allmodconfig and ppc64_defconfig.
--
Cheers,
Stephen Rothwell[EMAIL PROTECTED]
diff --git a/drivers/char/hvcs.c b/
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
drivers/pcmcia/m8xx_pcmcia.c |2 +-
include/linux/of_platform.h |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Built for PowerPC allmodconfig and ppc64_defconfig, and for Sparc and
Sparc64 defconfig.
--
Cheers,
Stephen R
Hi all,
At the end of a powerpc allmodconfig build, I get this (after the header
checks):
LD vmlinux
SYSMAP System.map
SYSMAP .tmp_System.map
strip -s -R .comment vmlinux -o vmlinux.strip
strip -s -R .comment vmlinux -o arch/powerpc/boot/zImage.iseries
WRAParch/powerpc/boot/zIm
On 7/20/07, Jan-Bernd Themann <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Thanks a lot for your comments so far.
> This generic LRO patch differs from the last one in several points.
> A new interface for a "receive in pages" mode has been added and tested
> with an eHEA prototype. Seems to work well.
>
>
On Fri, 20 Jul 2007, Dmitry Torokhov wrote:
> On 7/20/07, Adrian Bunk <[EMAIL PROTECTED]> wrote:
> > On Fri, Jul 20, 2007 at 01:47:36PM -0400, Dmitry Torokhov wrote:
> > > On 7/20/07, Geert Uytterhoeven <[EMAIL PROTECTED]> wrote:
> > >> From: Geert Uytterhoeven <[EMAIL PROTECTED]>
> > >>
> > >> m68
Hi Roland!
> I applied this, but I agree with checkpatch.pl:
>
> > WARNING: externs should be avoided in .c files
> > #227: FILE: drivers/infiniband/hw/ehca/ehca_mrmw.c:67:
> > +extern int ehca_mr_largepage;
> >
> > WARNING: externs should be avoided in .c files
> > #949: FILE: drivers/infini
32 matches
Mail list logo