Re: [PATCH 2/7] console: fix section mismatch warning in vgacon.c

2007-07-22 Thread Geert Uytterhoeven
] I assume the check for `vga_init_done' in vgacon_startup() is sufficient to prevent vgacon_scrollback_startup() from being called later due to (un)bind_con_driver()? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond

Re: [patch 1/3] m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visible

2007-07-22 Thread Geert Uytterhoeven
On Sun, 22 Jul 2007, Dmitry Torokhov wrote: 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

Re: [PATCH 3/3] take declarations of enable_irq() et.al. to linux/interrupt.h

2007-07-22 Thread Geert Uytterhoeven
/irq.h Looks great, thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just

Re: [BUG?] 2.6.23-rc3 on alpha

2007-08-22 Thread Geert Uytterhoeven
(in userspace) do that. So I guess they also switch the console from tty1 to tty2. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call

Re: [PATCH] Prefix each line of multiline printk(KERN_level foo\nbar) with KERN_level

2007-08-26 Thread Geert Uytterhoeven
' are continuations, but given some other module may call printk() in between, there's no guarantee continuations appear on the same line. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED

Re: [PATCH] Prefix each line of multiline printk(KERN_level foo\nbar) with KERN_level

2007-08-26 Thread Geert Uytterhoeven
On Sun, 26 Aug 2007, Mike Frysinger wrote: On 8/26/07, Geert Uytterhoeven [EMAIL PROTECTED] wrote: On Fri, 24 Aug 2007, Joe Perches wrote: Corrected printk calls with multiple output lines which did not correctly preface each line with KERN_level Fixed uses of some single lines

Re: [PATCH] Remove final traces of long-deprecated ramdisk kernel parm.

2007-08-28 Thread Geert Uytterhoeven
On Tue, 28 Aug 2007, Robert P. J. Day wrote: Since the ramdisk kernel parameter has been officially deprecated since at least 2.6.18, might as well finally get rid of it. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] m68k part is Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] Gr

Re: [PATCH] Remove final traces of long-deprecated ramdisk kernel parm.

2007-08-28 Thread Geert Uytterhoeven
On Tue, 28 Aug 2007, Geert Uytterhoeven wrote: On Tue, 28 Aug 2007, Robert P. J. Day wrote: Since the ramdisk kernel parameter has been officially deprecated since at least 2.6.18, might as well finally get rid of it. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] m68k part

Re: [PATCH 9/24] make atomic_read() behave consistently on ia64

2007-08-13 Thread Geert Uytterhoeven
, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

Re: [patch 10/10] m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visible

2007-08-13 Thread Geert Uytterhoeven
, please apply, as the missing prototype causes a broken Mac/m68k build. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself

Re: [PATCH] [305/2many] MAINTAINERS - M68K ARCHITECTURE

2007-08-14 Thread Geert Uytterhoeven
: http://www.linux-m68k.org/ W: http://linux-m68k-cvs.ubb.ca/ S: Maintained +F: arch/m68k/ +F: include/asm-m68k/ M68K ON APPLE MACINTOSH P: Joshua Thompson Acked-by: Geert Uytterhoeven [EMAIL PROTECTED] Gr{oetje,eeting}s, Geert

Re: [2.6 patch] remove Documentation/networking/net-modules.txt

2007-08-15 Thread Geert Uytterhoeven
Uytterhoeven [EMAIL PROTECTED] Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say

[patch 01/10] m68k: asm/page.h needs linux/compiler.h

2007-08-15 Thread Geert Uytterhoeven
m68k: asm/page.h needs linux/compiler.h because of __attribute_const__ Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- include/asm-m68k/page.h |2 ++ 1 file changed, 2 insertions(+) --- a/include/asm-m68k/page.h +++ b/include/asm-m68k/page.h @@ -27,6 +27,8 @@ #ifndef __ASSEMBLY__

[patch 00/10] m68k patches for 2.6.23-rc3

2007-08-15 Thread Geert Uytterhoeven
-only The first 3 are critical, as they fix build errors for some configs. Please apply, thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people

[patch 02/10] m68k: Dont include RODATA into text segment

2007-08-15 Thread Geert Uytterhoeven
Zippel [EMAIL PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- arch/m68k/kernel/vmlinux-std.lds |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/arch/m68k/kernel/vmlinux-std.lds +++ b/arch/m68k/kernel/vmlinux-std.lds @@ -19,6 +19,8 @@ SECTIONS *(.gnu.warning

[patch 04/10] m68k: Kill superfluous extern

2007-08-15 Thread Geert Uytterhoeven
Kill a superfluous extern declaration Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- arch/m68k/mm/motorola.c |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) --- a/arch/m68k/mm/motorola.c +++ b/arch/m68k/mm/motorola.c @@ -210,11 +210,7 @@ void __init paging_init(void

[patch 05/10] m68k: Remove unnecessary m68k_memoffset export and init

2007-08-15 Thread Geert Uytterhoeven
From: Roman Zippel [EMAIL PROTECTED] Remove an unnecessary m68k_memoffset export and initialization Signed-off-by: Roman Zippel [EMAIL PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- arch/m68k/kernel/setup.c |2 -- 1 file changed, 2 deletions(-) --- a/arch/m68k/kernel

[patch 07/10] m68k: Use _AC() instead of #ifdef __ASSEMBLY__

2007-08-15 Thread Geert Uytterhoeven
m68k: Use _AC() instead of #ifdef __ASSEMBLY__ hackery when needed, remove hackery when unused. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- include/asm-m68k/page.h |8 +++- include/asm-m68k/processor.h |4 2 files changed, 3 insertions(+), 9 deletions

[patch 03/10] m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visible

2007-08-15 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visible drivers/char/keyboard.c: In function 'kbd_keycode': drivers/char/keyboard.c:1142: error: implicit declaration of function 'mac_hid_mouse_emulate_buttons' The forward declaration

[patch 10/10] zorro: Make sysfs `config attribute read-only

2007-08-15 Thread Geert Uytterhoeven
zorro: Make the sysfs `config' attribute read-only, as you cannot write to it (there's no .write function neither). Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/zorro/zorro-sysfs.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/zorro/zorro-sysfs.c

[patch 08/10] m68k: Enable arbitary speed tty support

2007-08-15 Thread Geert Uytterhoeven
From: Alan Cox [EMAIL PROTECTED] Add the needed constants and defines to activate the existing code. Signed-off-by: Alan Cox [EMAIL PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- include/asm-m68k/ioctls.h |8 ++-- include/asm-m68k/termbits.h |5 - include

[patch 09/10] m68k: Fix a few hickups in drivers/scsi/Kconfig

2007-08-15 Thread Geert Uytterhoeven
m68k: Fix a few hickups in drivers/scsi/Kconfig Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/scsi/Kconfig |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -1561,7 +1561,7 @@ config A3000_SCSI built

[patch 06/10] remove dead code in via-pmu68k

2007-08-15 Thread Geert Uytterhoeven
look at via-pmu.c and/or the history of the file. Signed-off-by: Johannes Berg [EMAIL PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/macintosh/via-pmu68k.c | 240 - 1 file changed, 240 deletions(-) --- a/drivers/macintosh/via

Re: [PATCH 0/24] make atomic_read() behave consistently across all architectures

2007-08-17 Thread Geert Uytterhoeven
, as they convert the single instruction to RISC-style load, modify, store anyway. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself

Re: [PATCH 002 of 6] Introduce rq_for_each_segment replacing rq_for_each_bio

2007-08-17 Thread Geert Uytterhoeven
); - __bio_kunmap_atomic(bio, KM_IRQ0); - } + bio_kunmap_bvec(bvec, flags); + i++; } } With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B

Re: [PATCH 002 of 6] Introduce rq_for_each_segment replacing rq_for_each_bio

2007-08-20 Thread Geert Uytterhoeven
On Sat, 18 Aug 2007, Satyam Sharma wrote: On Sat, 18 Aug 2007, Jan Engelhardt wrote: On Aug 18 2007 20:07, Satyam Sharma wrote: On Fri, 17 Aug 2007, Geert Uytterhoeven wrote: On Thu, 16 Aug 2007, NeilBrown wrote: [...] dev_dbg(dev-sbd.core

Re: [PATCH 002 of 6] Introduce rq_for_each_segment replacing rq_for_each_bio

2007-08-21 Thread Geert Uytterhoeven
On Tue, 21 Aug 2007, Satyam Sharma wrote: On Mon, 20 Aug 2007, Geert Uytterhoeven wrote: On Sat, 18 Aug 2007, Satyam Sharma wrote: On Sat, 18 Aug 2007, Jan Engelhardt wrote: On Aug 18 2007 20:07, Satyam Sharma wrote: On Fri, 17 Aug 2007, Geert Uytterhoeven wrote: On Thu, 16 Aug

Re: [PATCH 002 of 6] Introduce rq_for_each_segment replacing rq_for_each_bio

2007-08-21 Thread Geert Uytterhoeven
On Tue, 21 Aug 2007, Satyam Sharma wrote: On Tue, 21 Aug 2007, Geert Uytterhoeven wrote: On Tue, 21 Aug 2007, Satyam Sharma wrote: This is turning rather funny :-) * Why the printk() conversion specifier must be %llu? When reusing parts of this code (such as this debug

Re: [Linux-fbdev-devel] [PATCH 1/2] x86_64 EFI boot support: EFI frame buffer driver

2007-08-09 Thread Geert Uytterhoeven
|1 4 files changed, 245 insertions(+) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking

Re: [PATCH 1/24] make atomic_read() behave consistently on alpha

2007-08-09 Thread Geert Uytterhoeven
what a minefield it is. So, why not use the well-defined alternative? Because we don't need to, and it hurts performance. It hurts performance by implementing 32-bit atomic reads in assembler? Gr{oetje,eeting}s, Geert -- Geert

[patch 00/10] m68k patches for 2.6.23-rc2

2007-08-12 Thread Geert Uytterhoeven
visible Please apply, thanks! Andrew: I know #10 is already in your tree, but as its omission breaks the m68k build for Macs, I'm sending it to Linus directly. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32

[patch 01/10] m68k: asm/page.h needs linux/compiler.h

2007-08-12 Thread Geert Uytterhoeven
m68k: asm/page.h needs linux/compiler.h because of __attribute_const__ Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- include/asm-m68k/page.h |2 ++ 1 file changed, 2 insertions(+) --- a/include/asm-m68k/page.h +++ b/include/asm-m68k/page.h @@ -27,6 +27,8 @@ #ifndef __ASSEMBLY__

[patch 02/10] m68k: Kill superfluous extern

2007-08-12 Thread Geert Uytterhoeven
Kill a superfluous extern declaration Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- arch/m68k/mm/motorola.c |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) --- a/arch/m68k/mm/motorola.c +++ b/arch/m68k/mm/motorola.c @@ -210,11 +210,7 @@ void __init paging_init(void

[patch 03/10] m68k: Remove unnecessary m68k_memoffset export and init

2007-08-12 Thread Geert Uytterhoeven
From: Roman Zippel [EMAIL PROTECTED] Remove an unnecessary m68k_memoffset export and initialization Signed-off-by: Roman Zippel [EMAIL PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- arch/m68k/kernel/setup.c |2 -- 1 file changed, 2 deletions(-) --- a/arch/m68k/kernel

[patch 05/10] m68k: Use _AC() instead of #ifdef __ASSEMBLY__

2007-08-12 Thread Geert Uytterhoeven
m68k: Use _AC() instead of #ifdef __ASSEMBLY__ hackery when needed, remove hackery when unused. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- include/asm-m68k/page.h |8 +++- include/asm-m68k/processor.h |4 2 files changed, 3 insertions(+), 9 deletions

[patch 07/10] m68k: Dont include RODATA into text segment

2007-08-12 Thread Geert Uytterhoeven
Zippel [EMAIL PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- arch/m68k/kernel/vmlinux-std.lds |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/arch/m68k/kernel/vmlinux-std.lds +++ b/arch/m68k/kernel/vmlinux-std.lds @@ -19,6 +19,8 @@ SECTIONS *(.gnu.warning

[patch 04/10] remove dead code in via-pmu68k

2007-08-12 Thread Geert Uytterhoeven
look at via-pmu.c and/or the history of the file. Signed-off-by: Johannes Berg [EMAIL PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/macintosh/via-pmu68k.c | 240 - 1 file changed, 240 deletions(-) --- a/drivers/macintosh/via

[patch 09/10] zorro: Make sysfs `config attribute read-only

2007-08-12 Thread Geert Uytterhoeven
zorro: Make the sysfs `config' attribute read-only, as you cannot write to it (there's no .write function neither). Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/zorro/zorro-sysfs.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/zorro/zorro-sysfs.c

[patch 06/10] m68k: Enable arbitary speed tty support

2007-08-12 Thread Geert Uytterhoeven
From: Alan Cox [EMAIL PROTECTED] Add the needed constants and defines to activate the existing code. Signed-off-by: Alan Cox [EMAIL PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- include/asm-m68k/ioctls.h |4 include/asm-m68k/termbits.h |5 - include/asm

[patch 10/10] m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visible

2007-08-12 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visible drivers/char/keyboard.c: In function 'kbd_keycode': drivers/char/keyboard.c:1142: error: implicit declaration of function 'mac_hid_mouse_emulate_buttons' The forward declaration

[patch 08/10] m68k: Fix a few hickups in drivers/scsi/Kconfig

2007-08-12 Thread Geert Uytterhoeven
m68k: Fix a few hickups in drivers/scsi/Kconfig Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/scsi/Kconfig |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -1561,7 +1561,7 @@ config A3000_SCSI built

[PATCH] Introduce CONFIG_CHECK_SIGNATURE (was: Re: uninline check_signature())

2007-08-12 Thread Geert Uytterhoeven
Hi Linus, On Tue, 17 Jul 2007, Linus Torvalds wrote: On Tue, 17 Jul 2007, Geert Uytterhoeven wrote: OR I'll have to disable HAS_IOMEM on m68k, and invent a new Kconfig symbol for lots of other stuff that currently depends on HAS_IOMEM... Well, as far as I'm concerned, you could

Re: m68k Kconfig undefined symbol in 2.6.23.

2007-10-11 Thread Geert Uytterhoeven
- tristate APM emulation - select APM_EMULATION - depends on ADB_PMU PM PPC32 ^ I.e. PPC, not m68k. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL

Re: [PATCH] Make m68k cross compile like every other architecture.

2007-10-11 Thread Geert Uytterhoeven
= m68k-linux-gnu- -endif ifdef CONFIG_SUN3 LDFLAGS_vmlinux = -N Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker

Re: [PATCH] Make m68k cross compile like every other architecture.

2007-10-11 Thread Geert Uytterhoeven
On Thu, 11 Oct 2007, Sam Ravnborg wrote: On Thu, Oct 11, 2007 at 09:25:19AM +0200, Geert Uytterhoeven wrote: On Wed, 10 Oct 2007, Rob Landley wrote: From: Rob Landley [EMAIL PROTECTED] Rip out hardwired cross compiler name assumption that only m68k makes. Signed-off-by: Rob

Re: [PATCH] Make m68k cross compile like every other architecture.

2007-10-11 Thread Geert Uytterhoeven
On Thu, 11 Oct 2007, Rob Landley wrote: On Thursday 11 October 2007 7:46:47 am Geert Uytterhoeven wrote: On Thu, 11 Oct 2007, Sam Ravnborg wrote: On Thu, Oct 11, 2007 at 09:25:19AM +0200, Geert Uytterhoeven wrote: On Wed, 10 Oct 2007, Rob Landley wrote: Rip out hardwired cross

Re: [PATCH] Make m68k cross compile like every other architecture.

2007-10-12 Thread Geert Uytterhoeven
the default on in arch/*/Makefile, what's the problem with calling? make ARCH=myarch CROSS_COMPILE=my-cross-compile-prefx- This has been working for +10 years on all non-ia32 platforms I ever worked on. Gr{oetje,eeting}s, Geert -- Geert

Re: [PATCH] Make m68k cross compile like every other architecture.

2007-10-12 Thread Geert Uytterhoeven
is to not provide default cross compiler prefixes in arch/*/Makefile, fine for me, but IFF it's done for all architectures (i.e. check with the blackfin, h8300, mips, parisc, and xtensa people first). Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven

[PATCH] ps3disk: Remove superfluous cast

2007-10-12 Thread Geert Uytterhoeven
ps3disk: Remove a superfluous cast As ps3disk is a ppc64-only driver, sector_t equals to unsigned long. Future {re,ab}use is protected by the safety net called `compiler warning'. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/block/ps3disk.c |3 +-- 1 files changed, 1

checkpatch: ERROR: Does not appear to be a unified-diff format patch

2007-10-13 Thread Geert Uytterhoeven
, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

[patch 1/8] m68k: Atari input drivers cleanup

2007-10-13 Thread Geert Uytterhoeven
m68k: Atari input drivers cleanup: - memleak on failed init/register of input devices fixed - correct keycodes table (Atari keycodes are almost, but not entirely, equal to Linux keycodes). Signed-off-by: Michael Schmitz [EMAIL PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED

[patch 5/8] dm: emc_endio returns void

2007-10-13 Thread Geert Uytterhoeven
emc_endio returns void: linux/drivers/md/dm-emc.c: In function 'emc_endio': linux/drivers/md/dm-emc.c:58: warning: 'return' with a value, in function returning void Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/md/dm-emc.c |2 -- 1 file changed, 2 deletions

[patch 6/8] m68k: fix net drivers after recent get_stats updates

2007-10-13 Thread Geert Uytterhoeven
m68k: fix net drivers after recent get_stats updates Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/net/macmace.c |6 +++--- drivers/net/mvme147.c |1 - 2 files changed, 3 insertions(+), 4 deletions(-) --- a/drivers/net/macmace.c +++ b/drivers/net/macmace.c @@ -538,8

[patch 4/8] m68k: Export cachectl.h

2007-10-13 Thread Geert Uytterhoeven
From: Matthew Wilcox [EMAIL PROTECTED] libffi in GCC 4.2 needs cachectl.h to do its cache flushing. But we don't currently export it. I believe this patch should do the trick. Signed-off-by: Matthew Wilcox [EMAIL PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- include/asm

[patch 7/8] b43 wireless needs linux/io.h

2007-10-13 Thread Geert Uytterhoeven
: error: implicit declaration of function 'mmiowb' linuxdrivers/net/wireless/b43/sysfs.c: In function 'b43_attr_interfmode_store': linuxdrivers/net/wireless/b43/sysfs.c:147: error: implicit declaration of function 'mmiowb' Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/net

[patch 8/8] ssb bus needs linux/io.h

2007-10-13 Thread Geert Uytterhoeven
/dma-mapping.h -- Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say

[patch 0/8] m68k patches for 2.6.24

2007-10-13 Thread Geert Uytterhoeven
get_stats updates [7] b43 wireless needs linux/io.h [8] ssb bus needs linux/io.h Patches 1-4 are m68k support updates. Patches 5-8 are fixes for regressions/failures introduced after 2.6.23. Please apply, thanks! Gr{oetje,eeting}s, Geert -- Geert

[patch 2/8] m68k: Atari keyboard ACIA driver cleanup

2007-10-13 Thread Geert Uytterhoeven
m68k: Atari keyboard ACIA driver cleanup: - removed dead key autorepeat code - removed hardcoded initial keymap Signed-off-by: Michael Schmitz [EMAIL PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- arch/m68k/atari/atakeyb.c | 104

[patch 3/8] m68k: ignore restart_syscall

2007-10-13 Thread Geert Uytterhoeven
m68k: ignore restart_syscall, which is not needed on m68k. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- include/asm-m68k/unistd.h |3 +++ 1 file changed, 3 insertions(+) --- a/include/asm-m68k/unistd.h +++ b/include/asm-m68k/unistd.h @@ -351,6 +351,9 @@ #define

Re: [patch 2/8] m68k: Atari keyboard ACIA driver cleanup

2007-10-13 Thread Geert Uytterhoeven
On Sat, 13 Oct 2007, Andreas Schwab wrote: Geert Uytterhoeven [EMAIL PROTECTED] writes: --- a/arch/m68k/atari/atakeyb.c +++ b/arch/m68k/atari/atakeyb.c @@ -1,5 +1,5 @@ /* - * linux/atari/atakeyb.c + * linux/arch/m68k/atari/atakeyb.c Please kill that line. Done. New version below

Re: [patch 7/8] b43 wireless needs linux/io.h

2007-10-13 Thread Geert Uytterhoeven
On Sat, 13 Oct 2007, Larry Finger wrote: Geert Uytterhoeven wrote: linux/drivers/net/wireless/b43/pio.h: In function 'b43_pio_write': linux/drivers/net/wireless/b43/pio.h:89: error: implicit declaration of function 'mmiowb' linux/drivers/net/wireless/b43/phy.c: In function

[PATCH] PS3 system bus add_uevent_var() fallout

2007-10-15 Thread Geert Uytterhoeven
PS3 system bus add_uevent_var() fallout: kill unused variables Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- arch/powerpc/platforms/ps3/system-bus.c |1 - 1 files changed, 1 deletion(-) --- a/arch/powerpc/platforms/ps3/system-bus.c +++ b/arch/powerpc/platforms/ps3/system-bus.c

[PATCH] Atari keyboard: incorporate additional review comments

2007-10-15 Thread Geert Uytterhoeven
Atari keyboard: incorporate additional review comments: o Kill reference to source file name o Return error value from input_register_device() instead of -ENOMEM Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] Cc: Dmitry Torokhov [EMAIL PROTECTED] Cc: Michael Schmitz [EMAIL PROTECTED

Re: [PATCH] Make m68k cross compile like every other architecture.

2007-10-15 Thread Geert Uytterhoeven
On Fri, 12 Oct 2007, Sam Ravnborg wrote: On Fri, Oct 12, 2007 at 10:51:00AM +0200, Geert Uytterhoeven wrote: On Fri, 12 Oct 2007, Finn Thain wrote: If your cross-compiler is called differently than the default on in arch/*/Makefile, Part of the problem

Re: [GIT PATCH] SCSI updates for 2.6.24

2007-10-16 Thread Geert Uytterhoeven
' Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer

ioctl32: Unknown cmd

2007-10-16 Thread Geert Uytterhoeven
? With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL PROTECTED] Internet: http://www.sony

Re: [GIT PATCH] SCSI updates for 2.6.24

2007-10-16 Thread Geert Uytterhoeven
On Tue, 16 Oct 2007, Boaz Harrosh wrote: On Tue, Oct 16 2007 at 8:49 +0200, Geert Uytterhoeven [EMAIL PROTECTED] wrote: On Mon, 15 Oct 2007, James Bottomley wrote: This is the accumulated updates queued for 2.6.24. It contains the usual slew of driver updates, plus some gdth and advansys

Re: ioctl32: Unknown cmd

2007-10-17 Thread Geert Uytterhoeven
On Tue, 16 Oct 2007, Arnd Bergmann wrote: On Tuesday 16 October 2007, Geert Uytterhoeven wrote: The recent (post 2.6.23) changes to compat_ioctl made the reporting of unsupported ioctls more verbose. E.g. on the PS3 I get: | ioctl32(cdrom_id:608): Unknown cmd fd(3) cmd(5331){t:'S';sz

Re: [PATCH] missing include in mmc

2007-10-17 Thread Geert Uytterhoeven
of struct xxx should include the header file that defines struct xxx... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker

Re: [PATCH] Merge the Sonics Silicon Backplane subsystem

2007-08-02 Thread Geert Uytterhoeven
Silicon Backplane + +config SSB + tristate Sonics Silicon Backplane support + depends on EXPERIMENTAL Hence this will show up on all platforms? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32

Re: [PATCH] Merge the Sonics Silicon Backplane subsystem

2007-08-02 Thread Geert Uytterhoeven
On Thu, 2 Aug 2007, Michael Buesch wrote: On Thursday 02 August 2007, Geert Uytterhoeven wrote: On Fri, 27 Jul 2007, Michael Buesch wrote: The Sonics Silicon Backplane is a mini-bus used on various Broadcom chips and embedded devices. Devices using the SSB include b44, bcm43xx

Re: 2.6.21-rc7-mm2

2007-04-29 Thread Geert Uytterhoeven
, Geert -- Geert Uytterhoeven -- Sony Network and Software Technology Center Europe (NSCE) [EMAIL PROTECTED] --- Sint-Stevens-Woluwestraat 55 Voice +32-2-2908453 Fax +32-2-7262686 B-1130 Brussels, Belgium - To unsubscribe from this list

Re: Kernel SCM saga..

2005-04-07 Thread Geert Uytterhoeven
tree from the mails, unlike with bk-commits (due to `strange' csets caused by merges). Just make sure there are strictly monotone sequence numbers in the individual mails. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux

Re: Kernel SCM saga..

2005-04-08 Thread Geert Uytterhoeven
(); char *buffer; Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just

Re: New SCM and commit list

2005-04-11 Thread Geert Uytterhoeven
is the important part :-) I guess 3-way merge got a bad name because CVS always uses the branch point as the parent, which fails miserably for any but the first merge after the branch. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux

Re: New SCM and commit list

2005-04-12 Thread Geert Uytterhoeven
on a tree (so far without rename detection, though ;-) a long time ago, and still use it every time Linus or Marcelo release a new version. Look at `mergetree' on http://linux-m68k-cvs.ubb.ca/~geert/ Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven

Re: Re: Re: GIT license (Re: Re: Re: Re: Re: [ANNOUNCE] git-pasky-0.1)

2005-04-12 Thread Geert Uytterhoeven
doesn't track merges, your SOL... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I

Re: bkbits.net is down

2005-04-13 Thread Geert Uytterhoeven
) ASCII-transcripts of the actual non-ASCII character that should have been there. Yes, UTF-8 to US-ASCII is lossy and imprecise ;-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal

Re: incoming

2005-04-14 Thread Geert Uytterhoeven
? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer

[PATCH 548] M68k: Update defconfigs for 2.6.11

2005-04-17 Thread Geert Uytterhoeven
M68k: Update defconfigs for 2.6.11 Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- linux-2.6.11/arch/m68k/configs/amiga_defconfig 2005-04-17 10:44:01.982181521 +0200 +++ linux-m68k-2.6.11/arch/m68k/configs/amiga_defconfig 2005-04-17 10:39:47.988326441 +0200 @@ -1,12 +1,13

[PATCH 549] M68k: Update defconfigs for 2.6.12-rc2

2005-04-17 Thread Geert Uytterhoeven
M68k: Update defconfigs for 2.6.12-rc2 Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- linux-2.6.12-rc2/arch/m68k/configs/amiga_defconfig 2005-04-17 10:50:47.890829548 +0200 +++ linux-m68k-2.6.12-rc2/arch/m68k/configs/amiga_defconfig 2005-04-17 10:50:08.913297047 +0200 @@ -1,7

Re: [PATCH] introduce generic 64bit rotations and i386 asm optimized version

2005-04-19 Thread Geert Uytterhoeven
do cnt=63 here? */ ^^^ num? + return ((xnum) | (x(64-num))); +} Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED

Re: [BK] upgrade will be needed

2005-02-14 Thread Geert Uytterhoeven
don't use BK right now): What if my employer wants to put me on an SCM-project next month? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call

Re: [BK] upgrade will be needed

2005-02-17 Thread Geert Uytterhoeven
/arch/ClearCase/ and there's a problem... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking

[PATCH] Amiga joystick typo (was: Re: Input: fix open/close races in joystick drivers - add a semaphore)

2005-07-13 Thread Geert Uytterhoeven
of amijoy. Trivial fix below. Amiga joystick: Fix typo introduced by fixing the open/close races in 2.6.13-rc1 Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- linux-2.6.13-rc1/drivers/input/joystick/amijoy.c2005-06-29 22:15:20.0 +0200 +++ linux-m68k-2.6.13-rc1/drivers/input/joystick

Re: [PATCH] Amiga joystick typo (was: Re: Input: fix open/close races in joystick drivers - add a semaphore)

2005-07-13 Thread Geert Uytterhoeven
On Wed, 13 Jul 2005, Dmitry Torokhov wrote: On 7/13/05, Geert Uytterhoeven [EMAIL PROTECTED] wrote: On Mon, 27 Jun 2005, Linux Kernel Mailing List wrote: tree 11d80109ddc2f61de6a75a37941346100a67a0d1 parent af246041277674854383cf91b8f0b01217b521e8 author Dmitry Torokhov [EMAIL

Re: [PATCH] add NULL short circuit to fb_dealloc_cmap()

2005-07-17 Thread Geert Uytterhoeven
? } Then adjust the code as need. Have the embedded cmap struct point to the fields in the super_cmap and the drivers don't have to be changed. What if your colormap has more than 256 entries? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven

Re: [PATCH] add NULL short circuit to fb_dealloc_cmap()

2005-07-26 Thread Geert Uytterhoeven
On Sun, 17 Jul 2005, Jon Smirl wrote: On 7/17/05, Geert Uytterhoeven [EMAIL PROTECTED] wrote: struct fb_super_cmap { struct fb_cmap cmap; __u16 red[255]; __u16 blue[255]; __u16 green[255]; __u16 transp[255]; ^^^ I assume you meant 256

Re: [PATCH] fbdev: colormap fixes

2005-07-28 Thread Geert Uytterhoeven
], + fb_info-cmap.green[i]); } - return offset; + return 4096; What if fb_info-cmap.len is smaller than 256? } Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux

Re: [PATCH] fbdev: colormap fixes

2005-07-28 Thread Geert Uytterhoeven
On Thu, 28 Jul 2005, Jon Smirl wrote: On 7/28/05, Geert Uytterhoeven [EMAIL PROTECTED] wrote: On Wed, 27 Jul 2005, Linux Kernel Mailing List wrote: There are a couple of ways to fix this. 1) Add a check to limit use of the sysfs attributes to 256 entries. If you want more you have

Re: [Linux-fbdev-devel] Re: [PATCH] fbdev: colormap fixes

2005-07-28 Thread Geert Uytterhoeven
On Thu, 28 Jul 2005, Antonino A. Daplas wrote: Jon Smirl wrote: On 7/28/05, Geert Uytterhoeven [EMAIL PROTECTED] wrote: On Wed, 27 Jul 2005, Linux Kernel Mailing List wrote: There are a couple of ways to fix this. 1) Add a check to limit use of the sysfs attributes to 256 entries

Re: [PATCH] fbdev: colormap fixes

2005-07-28 Thread Geert Uytterhoeven
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

Re: Linux 2.6.12-rc3

2005-04-21 Thread Geert Uytterhoeven
On Thu, 21 Apr 2005, Jan Dittmer wrote: Linus Torvalds wrote: Geert Uytterhoeven: [PATCH] M68k: Update defconfigs for 2.6.11 [PATCH] M68k: Update defconfigs for 2.6.12-rc2 Why do I still get this error when trying to cross-compile for m68k? Because to build m68k kernels, you

Re: [PATCH] kill old EH constants

2005-04-21 Thread Geert Uytterhoeven
in 2.6.12-rc3. What should I replace them by? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking

Re: [Linux-fbdev-devel] Re: 2.6.12-rc3 compile failure in tgafb.c, tgafb not working anymore

2005-04-23 Thread Geert Uytterhoeven
the testing base by, what? One person or two? I think we're still in single digits ;) All the DEC UDB (`Multia') machines have builtin TGA. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED

mm/filemap_xip.c compilation failure

2005-07-12 Thread Geert Uytterhoeven
,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

Re: [Linux-fbdev-devel] [announce 0/7] fbsplash - The Framebuffer Splash

2005-03-13 Thread Geert Uytterhoeven
support to draw emergency messages to the screen. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking

Re: [PKT_SCHED]: Extended Matches API

2005-03-20 Thread Geert Uytterhoeven
4 bytes of addtional ^ additional + stack space. + Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven

Re: [PATCH] remove redundant NULL checks before kfree() in drivers/video/

2005-03-20 Thread Geert Uytterhoeven
{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something

[PATCH 529] M68k: Update signal delivery handling

2005-03-21 Thread Geert Uytterhoeven
M68k: Update signal delivery handling, which was broken by the removal of notify_parent() in 2.6.9-rc2 Signed-off-by: Roman Zippel [EMAIL PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- linux-2.6.12-rc1/arch/m68k/kernel/signal.c 19 Oct 2004 23:06:39 - +++ linux-m68k

<    1   2   3   4   5   6   7   8   9   10   >