[patch 05/14] nubus: kill drivers/nubus/nubus_syms.c

2008-01-27 Thread Geert Uytterhoeven
From: Adrian Bunk <[EMAIL PROTECTED]> nubus: kill drivers/nubus/nubus_syms.c EXPORT_SYMBOL's belong to the actual code. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/nubus/Makefile |1 -

[patch 07/14] m68k: kill arch/m68k/hp300/ksyms.c

2008-01-27 Thread Geert Uytterhoeven
From: Adrian Bunk <[EMAIL PROTECTED]> m68k: kill arch/m68k/hp300/ksyms.c It was empty. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- arch/m68k/hp300/Makefile |2 +- arch/m68k/hp300/ksyms.c |9 -

[patch 08/14] m68k: kill arch/m68k/amiga/amiga_ksyms.c

2008-01-27 Thread Geert Uytterhoeven
From: Adrian Bunk <[EMAIL PROTECTED]> m68k: kill arch/m68k/amiga/amiga_ksyms.c EXPORT_SYMBOL's belong to the actual code. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- arch/m68k/amiga/Makefile |

[patch 10/14] m68k: kill arch/m68k/mvme16x/mvme16x_ksyms.c

2008-01-27 Thread Geert Uytterhoeven
From: Adrian Bunk <[EMAIL PROTECTED]> m68k: kill arch/m68k/mvme16x/mvme16x_ksyms.c EXPORT_SYMBOL's belong to the actual code. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- arch/m68k/mvme16x/Makefile|

[patch 09/14] m68k: kill arch/m68k/atari/atari_ksyms.c

2008-01-27 Thread Geert Uytterhoeven
From: Adrian Bunk <[EMAIL PROTECTED]> m68k: kill arch/m68k/atari/atari_ksyms.c EXPORT_SYMBOL's belong to the actual code. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- arch/m68k/atari/Makefile |2 +- ar

[PATCH] Atari floppy: Rename disk_type to atari_disk_type

2008-01-27 Thread Geert Uytterhoeven
lude/linux/genhd.h:21: error: previous declaration of 'disk_type' was here Rename the local disk_type variable in drivers/block/ataflop.c to atari_disk_type, to avoid the conflict. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> Cc: Kay Sievers <[EMAIL PROTECTED]> Cc: Greg

[PATCH] Atari Falcon IDE: Add missing hwif variable

2008-01-27 Thread Geert Uytterhoeven
by ide_init_port_hw() call). * Drop 'initializing' argument from ide_register_hw(). introduced the usage of a hwif variable, but forgot to declare the actual variable. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> Cc: Bartlomiej Zolnierkiewicz <[EMAIL PROT

Re: [PATCH 1/1] Remove of old NCR53C9x/esp family of drivers

2008-01-31 Thread Geert Uytterhoeven
On Thu, 31 Jan 2008, James Bottomley wrote: > On Mon, 2008-01-07 at 07:07 +0100, Kars de Jong wrote: > > On do, 2008-01-03 at 20:05 +0100, Geert Uytterhoeven wrote: > > > On Thu, 3 Jan 2008, James Bottomley wrote: > > > > On Thu, 2008-01-03 at 17:40 +0200, Bo

[PATCH] ADB: Add missing #include

2008-02-03 Thread Geert Uytterhoeven
je,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 "programm

[PATCH] m68k: kill page walker compile warning

2008-02-07 Thread Geert Uytterhoeven
#x27; parameter of the inline function pgd_offset() const to shut it up. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- As cris also uses an inline function, I expect a similar warning to show up there. All other archs use a macro to define pgd_offset. include/asm-m68k/motorola_pg

falconide broken

2008-02-07 Thread Geert Uytterhoeven
[<00266ada>] kernel_init+0x6e/0x2ce [<00266a6c>] kernel_init+0x0/0x2ce [<00027a58>] printk+0x0/0x1a [<002704be>] __alloc_bootmem+0x0/0x3e [<2950>] kernel_thread+0x3a/0x4e I'll try to bisect later... Gr{oetje,eeting}s,

[PATCH] m68k: correct setting of struct user.u_ar0

2008-02-07 Thread Geert Uytterhoeven
ad of hand-coded arithmetic. forgot to change the m68k setting code, causing the following compiler warning: arch/m68k/kernel/process.c:338: warning: assignment makes integer from pointer without a cast Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- arch/m68k/kernel/proces

Re: [SCSI] sun3x_esp: convert to esp_scsi

2008-02-08 Thread Geert Uytterhoeven
rs/scsi/sun3x_esp.c | 708 > +- > 3 files changed, 318 insertions(+), 393 deletions(-) But the first one is back! Thank you, Thomas! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lot

Re: [SCSI] remove m68k NCR53C9x based drivers

2008-02-08 Thread Geert Uytterhoeven
| 194 --- > 10 files changed, 0 insertions(+), 3389 deletions(-) They're gone now. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations wi

Re: [GIT PATCH] final SCSI updates for 2.6.24 merge window

2008-02-08 Thread Geert Uytterhoeven
iller <[EMAIL PROTECTED]> > > Christoph Hellwig <[EMAIL PROTECTED]> > > Not immediately ... I anticipate a few "where'd my driver go?" type > questions from m68k for which this provides a useful reference to point > to ... Don't bother, we'

Re: falconide broken

2008-02-08 Thread Geert Uytterhoeven
On Fri, 8 Feb 2008, Mikael Pettersson wrote: > Geert Uytterhoeven writes: > > One of the recent IDE changes seems to have broken Atari Falcon IDE. > > My smoke test boot on Aranym gives: > > Is Aranym the best emulator for doing Linux stuff on m68k+mmu? AFAIK yes. >

cvs.linux-m68k.org?

2008-02-10 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

[PATCH] ide: Add missing base addresses for falconide and macide

2008-02-11 Thread Geert Uytterhoeven
commit 29dd59755a849cc6475faa6a75f3b804e23a6fc2 ("ide: remove ide_setup_ports") forgot to take into account the base addresses for the CONTROL registers for falconide and macide, as pointed out by Michael Schmitz. Falconide was tested on Aranym. Signed-off-by: Geert Uytterhoev

Re: cvs.linux-m68k.org?

2008-02-10 Thread Geert Uytterhoeven
cvs cvs 3672 Sep 28 2000 lszorro.8,v > -r--r--r-- 1 cvs cvs 3056 Sep 28 2000 README,v > -r--r--r-- 1 cvs cvs 34816 Oct 14 2002 zorro.ids,v > > We need to get DNS updated again - who's the zone admin again? Arno? Gr{oetje,eeting}s,

[PATCH] amiserial: Prepare for locking relaxation in caller. (fwd)

2008-02-21 Thread Geert Uytterhoeven
-- Forwarded message -- Date: Wed, 20 Feb 2008 20:11:01 + From: Alan Cox <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: [PATCH] amiserial: Prepare for locking relaxation in caller. Just wrap this one in a lock_kernel. As I understand it there is no M68K

[PATCH] m68k{,nommu}: Wire up new timerfd syscalls

2008-02-24 Thread Geert Uytterhoeven
m68k{,nommu}: Wire up the new timerfd syscalls, which were introduced in commit 4d672e7ac79b5ec5cdc90e450823441e20464691 ("timerfd: new timerfd API"). Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> Cc: Greg Ungerer <[EMAIL PROTECTED]> --- arch/m68k/kernel/entr

Re: linux-next: Tree for Feb 24

2008-02-25 Thread Geert Uytterhoeven
echo Updated BASE to $head else echo No BASE found fi fi anakin$ -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a ha

Re: linux-next: Tree for Feb 24

2008-02-25 Thread Geert Uytterhoeven
On Tue, 26 Feb 2008, Stephen Rothwell wrote: > On Mon, 25 Feb 2008 22:56:04 +0100 (CET) Geert Uytterhoeven <[EMAIL > PROTECTED]> wrote: > > > > Can you please add > > http://linux-m68k-cvs.ubb.ca/~geert/linux-m68k-patches-2.6/series? > > So far there'

Re: [PATCH] fbcon: remove broken mac vbl handler

2008-10-09 Thread Geert Uytterhoeven
> > kfree((void *)softback_buf); > softback_buf = 0UL; Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I cal

Re: [PATCH] reinstate mac rtc

2008-10-13 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 "

[patch 00/18] m68k patches for 2.6.28

2008-10-13 Thread Geert Uytterhoeven
have been braising in linux-next for a while. Thanks for applying! 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

[patch 02/18] m68k: Use new printk() extension %pS to print symbols

2008-10-13 Thread Geert Uytterhoeven
From: Geert Uytterhoeven <[EMAIL PROTECTED]> This changes the oops and backtrace code to use the new `%pS' printk() extension to print out symbols rather than manually calling print_symbol. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- arch/m68k/kernel/traps.c |

[patch 01/18] m68k: use bcd2bin/bin2bcd

2008-10-13 Thread Geert Uytterhoeven
lt;[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- arch/m68k/atari/time.c | 35 ++- arch/m68k/bvme6000/config.c | 15 +-- arch/m68k/bvme6000/rtc.c| 30 +++--- arch/m68k/mvme16

[patch 03/18] m68k: Put .bss at the end of the data section

2008-10-13 Thread Geert Uytterhoeven
From: Roman Zippel <[EMAIL PROTECTED]> Put .bss at the end of the data section Signed-off-by: Roman Zippel <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- arch/m68k/kernel/vmlinux-std.lds |8 1 file changed, 4 insertions(+), 4 deleti

[patch 07/18] m68k: Modular Amiga keyboard needs key_maps

2008-10-13 Thread Geert Uytterhoeven
From: Geert Uytterhoeven <[EMAIL PROTECTED]> | ERROR: "key_maps" [drivers/input/keyboard/amikbd.ko] undefined! Export key_maps in the Amiga core code, as its defined in an autogenerated file (drivers/char/defkeymap.c) Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]>

[patch 05/18] m68k: Reverse platform MMU logic so Sun 3 is last

2008-10-13 Thread Geert Uytterhoeven
From: Geert Uytterhoeven <[EMAIL PROTECTED]> Currently Sun 3 support is the first platform option, as the Sun 3 MMU is incompatible with standard Motorola MMUs. However, this means that `allmodconfig' enables support for Sun 3, and thus disables support for all other platforms. Revers

[patch 08/18] m68k: Remove unused atari_kbd_translate()

2008-10-13 Thread Geert Uytterhoeven
From: Geert Uytterhoeven <[EMAIL PROTECTED]> If CONFIG_VT=n, I get: | arch/m68k/atari/built-in.o: In function `atari_kbd_translate': | arch/m68k/atari/atakeyb.c:640: undefined reference to `shift_state' Just remove atari_kbd_translate(), as it's unused. Signed-off-b

[patch 04/18] m68k: Add NOTES to init data so its discarded at boot

2008-10-13 Thread Geert Uytterhoeven
From: Roman Zippel <[EMAIL PROTECTED]> Add .note.gnu.build-id to init data so it's discarded at boot. [Andreas Schwab] Use NOTES macro Signed-off-by: Roman Zippel <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- arch/m68k/kernel/vmlinux-s

[patch 09/18] m68k: Define rtc_lock on Atari

2008-10-13 Thread Geert Uytterhoeven
From: Geert Uytterhoeven <[EMAIL PROTECTED]> The nvram and rtc-cmos drivers use the spinlock rtc_lock to protect against concurrent accesses to the CMOS memory. As m68k doesn't support SMP or preempt yet, the spinlock calls tend to get optimized away, but not for all configurations,

[patch 06/18] m68k: Disable Amiga serial console support if modular

2008-10-13 Thread Geert Uytterhoeven
From: Geert Uytterhoeven <[EMAIL PROTECTED]> If CONFIG_AMIGA_BUILTIN_SERIAL=m, I get the following warnings: | drivers/char/amiserial.c: At top level: | drivers/char/amiserial.c:2138: warning: data definition has no type or storage class | drivers/char/amiserial.c:2138: warning: type de

[patch 10/18] m68k: Add missing dma_sync_single_range_for_{cpu,device}()

2008-10-13 Thread Geert Uytterhoeven
From: Geert Uytterhoeven <[EMAIL PROTECTED]> | include/linux/ssb/ssb.h: In function 'ssb_dma_sync_single_range_for_cpu': | include/linux/ssb/ssb.h:517: error: implicit declaration of function 'dma_sync_single_range_for_cpu' | include/li

[patch 16/18] m68k: Atari SCSI needs NVRAM

2008-10-13 Thread Geert Uytterhoeven
From: Geert Uytterhoeven <[EMAIL PROTECTED]> ERROR: "nvram_read_byte" [drivers/scsi/atari_scsi.ko] undefined! ERROR: "nvram_check_checksum" [drivers/scsi/atari_scsi.ko] undefined! Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/scsi/Kco

[patch 15/18] m68k: init_irq_proc depends on CONFIG_PROC_FS

2008-10-13 Thread Geert Uytterhoeven
From: Geert Uytterhoeven <[EMAIL PROTECTED]> If CONFIG_PROC_FS is not set, I get: | arch/m68k/kernel/ints.c:433: error: redefinition of 'init_irq_proc' | include/linux/interrupt.h:438: error: previous definition of 'init_irq_proc' was here Thi

[patch 12/18] HP input: kill warnings due to suseconds_t differences

2008-10-13 Thread Geert Uytterhoeven
From: Geert Uytterhoeven <[EMAIL PROTECTED]> Kill compiler warnings related to printf() formats in the input drivers for various HP9000 machines, which are shared between PA-RISC (suseconds_t is int) and m68k (suseconds_t is long). As both are 32-bit, it's safe to cast to int. Si

[patch 13/18] m68k: Remove the broken Hades support

2008-10-13 Thread Geert Uytterhoeven
From: Adrian Bunk <[EMAIL PROTECTED]> This patch removes the Hades support that was marked as BROKEN 5 years ago. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- arch/m68k/Kconfig | 13 - arch/m

[patch 14/18] m68k: remove the dead PCI code

2008-10-13 Thread Geert Uytterhoeven
From: Adrian Bunk <[EMAIL PROTECTED]> This patch removes the no longer used m68k PCI code. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- arch/m68k/Kconfig |4 arch/m68k/kernel/Makefile |1 arch/m6

[patch 18/18] arch/m68k/mm/kmap.c: introduce missing kfree

2008-10-13 Thread Geert Uytterhoeven
\(0\|<+...x...+>\|ptr\); | [EMAIL PROTECTED] ...; ) @script:python@ p1 << r.p1; p2 << r.p2; @@ print "* file: %s kmalloc %s return %s" % (p1[0].file,p1[0].line,p2[0].line) // Signed-off-by: Julia Lawall <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAI

[patch 11/18] m68k: needs

2008-10-13 Thread Geert Uytterhoeven
From: Geert Uytterhoeven <[EMAIL PROTECTED]> Several multi-bus subsystems: | include/linux/ssb/ssb.h: In function 'ssb_dma_mapping_error': | include/linux/ssb/ssb.h:430: error: implicit declaration of function 'pci_dma_mapping_error' | include/linux/ssb/ssb.h: In fu

[patch 17/18] net/rfkill/rfkill-input.c needs

2008-10-13 Thread Geert Uytterhoeven
From: Geert Uytterhoeven <[EMAIL PROTECTED]> For some m68k configs, I get: | net/rfkill/rfkill-input.c: In function 'rfkill_start': | net/rfkill/rfkill-input.c:208: error: dereferencing pointer to incomplete type As the incomplete type is `struct task_struct', including

Re: [patch 17/18] net/rfkill/rfkill-input.c needs

2008-10-14 Thread Geert Uytterhoeven
On Mon, 13 Oct 2008, Henrique de Moraes Holschuh wrote: > On Mon, 13 Oct 2008, Geert Uytterhoeven wrote: > > From: Geert Uytterhoeven <[EMAIL PROTECTED]> > > > > For some m68k configs, I get: > > > > | net/rfkill/rfkill-input.c: In function 'rfkill

Re: [patch 06/18] m68k: Disable Amiga serial console support if modular

2008-10-14 Thread Geert Uytterhoeven
On Mon, 13 Oct 2008, Paul Bolle wrote: > On Mon, 2008-10-13 at 21:58 +0200, Geert Uytterhoeven wrote: > > Apparently console_initcall() is not defined in the modular case. > > Yes, see include/linux/init.h: > #ifndef MODULE > [...] > #define console_initcall(fn) \ >

Re: [PATCH] reinstate mac rtc

2008-10-14 Thread Geert Uytterhoeven
On Tue, 14 Oct 2008, Finn Thain wrote: > On Mon, 13 Oct 2008, Geert Uytterhoeven wrote: > > Any of these I should still try to get into 2.6.28? Or is queueing for > > 2.6.29 OK? > > > > Not that there's any risk in breaking non-m68k stuff, but I'm jus

Re: [patch 06/18] m68k: Disable Amiga serial console support if modular

2008-10-14 Thread Geert Uytterhoeven
Hi Linus, On Tue, 14 Oct 2008, Linus Torvalds wrote: > On Mon, 13 Oct 2008, Geert Uytterhoeven wrote: > > Apparently console_initcall() is not defined in the modular case. > > We can certainly fix that. > > Does this make things work for you? If so, send it back wi

Re: [patch 3/2] m68k: Atari EtherNAT - add writew_be for data push

2008-10-14 Thread Geert Uytterhoeven
ers/net/atari_91C111.c:2371: error: 'struct smc91x_platdata' has no member named 'irq_flags' | drivers/net/atari_91C111.c:2411: error: 'struct smc91x_platdata' has no member named 'irq_flags' Gr{oetje,eeting}s,

Re: [patch 17/18] net/rfkill/rfkill-input.c needs

2008-10-15 Thread Geert Uytterhoeven
On Wed, 15 Oct 2008, Henrique de Moraes Holschuh wrote: > On Tue, 14 Oct 2008, Geert Uytterhoeven wrote: > > Unfortunately that's not possible, due to Include Hell(tm). > > Therefore, including is the way this has been fixed in > > the past. > > I see. Well, when

Re: [RFC PATCH] falconide: remove needless ST-DMA locking

2008-10-18 Thread Geert Uytterhoeven
io.c, f.e. in timeout > handling. I'm not sure > whether this would just reintroduce the bug message. > > The lock must be held as long as there are any interrupts to be expected > from IDE. If the hwgroup->busy semantics reflects just that, it's worth > a try. Bart,

Re: [PATCH] reinstate mac rtc

2008-10-23 Thread Geert Uytterhoeven
*/ + *monp = *monp + 1; +} + /* * Read/write the hardware clock. */ and `mach_gettod' was wired up to 'mac_gettod'. No idea why it was removed. I should check my mail archives (2002 and older are on CD). Gr{oetje,eeting}s,

Re: [PATCH] reinstate mac rtc

2008-10-23 Thread Geert Uytterhoeven
On Thu, 23 Oct 2008, Geert Uytterhoeven wrote: > On Thu, 23 Oct 2008, Michael Schmitz wrote: > It seems to be removed in early 2.5 (2.4 has it, my oldest 2.5 is 2.5.5 > and that one doesn't have it anymore): > and `mach_gettod' was wired up to 'mac_gettod'. &g

Re: [PATCH] ftrace: handle archs that do not support irqs_disabled_flags

2008-10-25 Thread Geert Uytterhoeven
return 1; } Is there a semantic difference between them (except that the latter takes the flags as a parameter)? Or can we just extract the core logic of irqs_disabled() into irqs_disabled_flags()? Gr{oetje,eeting}s, Geert --

[PATCH/RESEND] m68k: Disable Amiga serial console support if modular

2008-10-26 Thread Geert Uytterhoeven
console support if the driver is modular. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/char/amiserial.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) --- a/drivers/char/amiserial.c +++ b/drivers/char/amiserial.c @@ -2071,12 +2071,13 @@ module_init(rs_

[PATCH] macfb: Do not overflow fb_fix_screeninfo.id

2008-10-27 Thread Geert Uytterhoeven
Signed-off-by: Finn Thain <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/video/macfb.c | 74 +++--- 1 file changed, 35 insertions(+), 39 deletions(-) --- a/drivers/video/macfb.c +++ b/drivers/video/m

Re: [PATCH] tracing: fix a build error on alpha and m68k

2008-10-31 Thread Geert Uytterhoeven
led_flags' > > FYI, this error still exists in mainline > (7f82f000ed030d1108b4de47d9e2d556092980c6). Now it hit mainline (I can't be bothered to develop _new_ code to fix things in -next ;-), I'm implementing irqs_disabled_flags() for m68k. Stay tuned... Gr{oetje

Re: [PATCH] tracing: fix a build error on alpha and m68k

2008-11-01 Thread Geert Uytterhoeven
On Fri, 31 Oct 2008, Ingo Molnar wrote: > * Geert Uytterhoeven <[EMAIL PROTECTED]> wrote: > > On Fri, 31 Oct 2008, Alexey Dobriyan wrote: > > > On Thu, Oct 23, 2008 at 08:34:33PM +0400, Alexey Dobriyan wrote: > > > > On Thu, Oct 23, 2008 at 07:27:4

Re: [PATCH] Add SWIM floppy support for m68k Macs.

2008-11-02 Thread Geert Uytterhoeven
return 0; And the actual driver should become a platform driver, that is bound automatically to the platform device, if it exists. > === > --- /dev/null 1970-01-01 00:00:00.0 + > +++ linux-2.6/drivers/block/s

Re: [PATCH] Add install target for m68k architecture.

2008-11-02 Thread Geert Uytterhoeven
fi I know the original one has the same limitation, but shouldn't we check for all ${CROSS_COMPILE}installkernel in the user's $PATH? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECT

Re: m68k, gcc 4.2.4 internal compiler error: in find_reloads_address_1

2008-11-02 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 that.

Re: I'm back on linux-m68k

2008-11-03 Thread Geert Uytterhoeven
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 &quo

Re: [patch 3/2] m68k: Atari EtherNAT - add writew_be for data push

2008-11-03 Thread Geert Uytterhoeven
ey > are by no means 'ready in the sense that mainline kernel maintainers would be > happy to take my patches. Or should we get them into linux-staging? http://kerneltrap.org/Linux/Introducing_the_Linux_Staging_Tree Gr{oetje,eeting}s,

Re: Server down

2008-11-09 Thread Geert Uytterhoeven
cd linux-2.6 ln -s where_you_downloaded_the_patches patches quilt push -a A real git tree is on my todo-list... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED]

[PATCH] fbdev: Add c2p support for Atari interleaved bitplanes

2008-11-09 Thread Geert Uytterhoeven
Add c2p (Chunky-to-Planar) support for Atari interleaved bitplanes. This fixes the garbled penguin logo. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- TODO: - Extract common code - Separate c2p_planar() and c2p_iplan2() - Optimize? (for bpp < 8, we can skip steps that

Re: [PATCH] Add SWIM floppy support for m68k Macs.

2008-11-09 Thread Geert Uytterhoeven
On Mon, 3 Nov 2008, Finn Thain wrote: > On Sun, 2 Nov 2008, Brad Boyer wrote: > > On Sun, Nov 02, 2008 at 12:21:23PM +0100, Laurent Vivier wrote: > > > Le 2 nov. 08 � 09:54, Geert Uytterhoeven a �crit : > > > > The preferred way to do this these days is to create a p

Re: [PATCH 2/2][v3] Add SWIM floppy support for m68k Macs.

2008-11-09 Thread Geert Uytterhoeven
embly. Is plain C not fast enough? If speed matters, what about disabling interrupts here? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical

Re: [PATCH 2/2][v3] Add SWIM floppy support for m68k Macs.

2008-11-09 Thread Geert Uytterhoeven
On Sun, 9 Nov 2008, Laurent Vivier wrote: > Le 9 nov. 08 � 17:19, Geert Uytterhoeven a �crit : > > On Thu, 6 Nov 2008, Laurent Vivier wrote: > > > --- /dev/null > > > +++ b/drivers/block/swim.c > > > > > +static struct platform_device *swim_device; >

Re: [PATCH] Add SWIM floppy support for m68k Macs.

2008-11-11 Thread Geert Uytterhoeven
On Mon, 10 Nov 2008, Finn Thain wrote: > On Sun, 9 Nov 2008, Geert Uytterhoeven wrote: > > On Mon, 3 Nov 2008, Finn Thain wrote: > > > I agree with Geert. Ignore my comment about device_initcall -- I was > > > looking at via-cuda.c but that is not a good example. >

Re: Kernel 2.6.24, binutils-2.18, and tftplilo on diskless MVME167.

2008-11-11 Thread Geert Uytterhoeven
. So > this test will > trigger the BUG_ON action, and so the kernel appears to stop without > logging any diagnostics. Oops, that looks like an off-by-one error. It has been introduced by commit 69961c375288bdab7604e0bb1c8d22999bb8a347 ("[PATCH] m68k/Atari: Interrupt updates&qu

Re: [PATCH] Add SWIM floppy support for m68k Macs.

2008-11-11 Thread Geert Uytterhoeven
On Tue, 11 Nov 2008, Finn Thain wrote: > On Tue, 11 Nov 2008, Geert Uytterhoeven wrote: > > On Mon, 10 Nov 2008, Finn Thain wrote: > > > On Sun, 9 Nov 2008, Geert Uytterhoeven wrote: > > > > On Mon, 3 Nov 2008, Finn Thain wrote: > > > > > I agree with G

Re: Kernel 2.6.24, binutils-2.18, and tftplilo on diskless MVME167.

2008-11-13 Thread Geert Uytterhoeven
On Thu, 13 Nov 2008, Kars de Jong wrote: > On di, 2008-11-11 at 11:01 +0100, Geert Uytterhoeven wrote: > > On Tue, 11 Nov 2008, Stephen N Chivers wrote: > > > In the past few days I have attempted to get 2.6 kernels booting on my > > > diskless MVME167 boards. > &g

[PATCH] m68k: Fix off-by-one in m68k_setup_user_interrupt()

2008-11-13 Thread Geert Uytterhoeven
AIL PROTECTED]> Tested-by: Kars de Jong <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] --- arch/m68k/kernel/ints.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/m68k/kernel/ints.c +++ b/arch/m68k/kernel/ints.c @@

Re: Kernel 2.6.24, binutils-2.18, and tftplilo on diskless MVME167.

2008-11-13 Thread Geert Uytterhoeven
On Thu, 13 Nov 2008, Kars de Jong wrote: > On do, 2008-11-13 at 22:48 +0100, Geert Uytterhoeven wrote: > > On Thu, 13 Nov 2008, Kars de Jong wrote: > > > On di, 2008-11-11 at 11:01 +0100, Geert Uytterhoeven wrote: > > > > On Tue, 11 Nov 2008, Stephen N Chivers wrote:

Re: [PATCH][v5] Add SWIM floppy support for m68k Macs.

2008-11-16 Thread Geert Uytterhoeven
gt; + default: > + return 0; > + } > + > + swim_resources[0].name = "swim-regs"; > + swim_resources[0].start = (resource_size_t)swim_base; > + swim_resources[0].end = (resource_size_t)(swim_base + 0x2000);

Re: [RFC PATCH] falconide: remove needless ST-DMA locking

2008-11-16 Thread Geert Uytterhoeven
On Sun, 9 Nov 2008, Bartlomiej Zolnierkiewicz wrote: > On Saturday 18 October 2008, Bartlomiej Zolnierkiewicz wrote: > > On Saturday 18 October 2008, Geert Uytterhoeven wrote: > > > On Sat, 18 Oct 2008, Michael Schmitz wrote: > > > > > While working on ide_do_reque

Re: [PATCH][v5] Add SWIM floppy support for m68k Macs.

2008-11-16 Thread Geert Uytterhoeven
On Sun, 16 Nov 2008, Laurent Vivier wrote: > Le 16 nov. 08 � 11:52, Geert Uytterhoeven a �crit : > > On Sat, 15 Nov 2008, Laurent Vivier wrote: > > > +static inline void set_swim_mode(struct swim *base, int enable) > >^ __iomem

[PATCH/RFC] atafb line length

2008-11-16 Thread Geert Uytterhoeven
Make sure fix->line_length is always set, as some applications need it because they don't have fallback code if line_length is zero. Works on ARAnyM (Falcon emulation), but par->next_line is not set on any other Atari variant? Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]

[PATCH/RFC] atafb and 16 bpp

2008-11-16 Thread Geert Uytterhoeven
Fix console on 16 bpp (tested on ARAnyM): o 16 bpp must use the cfb_*() ops o 16 bpp needs to set up info->pseudo_palette[] (was fbcon_cfb16_cmap[] on 2.4.x) Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/video/atafb

[PATCH/RFC] atafb and panning

2008-11-16 Thread Geert Uytterhoeven
ARAnyM, it looks like it should be 16? Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/video/atafb.c |2 ++ 1 file changed, 2 insertions(+) --- a/drivers/video/atafb.c +++ b/drivers/video/atafb.c @@ -1697,8 +1697,10 @@ static int falcon_pan_display(struct fb_

[PATCH] m68k: mac_esp asm fix

2008-11-17 Thread Geert Uytterhoeven
; Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- Can I queue it in the m68k tree for 2.6.29, or do you want it to go in through the SCSI tree? drivers/scsi/mac_esp.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) --- a/drivers/scsi/mac_esp.c

[PATCH] mac_esp: fix for quadras with two esp chips

2008-11-17 Thread Geert Uytterhoeven
This patch prevents interrupts getting lost so that both SCSI busses may be used simultaneously. Signed-off-by: Finn Thain <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- Can I queue it in the m68k tree for 2.6.29, or do you want it to go in through the SC

Re: [PATCH] m68k: mac_esp asm fix

2008-11-17 Thread Geert Uytterhoeven
On Tue, 18 Nov 2008, James Bottomley wrote: > On Mon, 2008-11-17 at 21:37 +0100, Geert Uytterhoeven wrote: > > Can I queue it in the m68k tree for 2.6.29, or do you want it to go in > > through > > the SCSI tree? > > There don't look to be any m68k dependen

linux-m68k.git

2008-11-18 Thread Geert Uytterhoeven
ggestions, tips and tricks! 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 journalis

Re: [PATCH/RFC] atafb line length

2008-11-19 Thread Geert Uytterhoeven
at should be OK. Strange, it's not what I got from you, cfr. atafb in mainline. Cfb16 needed 1. fix->line_length to be valid (it was zero) 2. info->pseudo_palette Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's l

Re: [PATCH/RFC] atafb and panning

2008-11-19 Thread Geert Uytterhoeven
offset & 15 != 0. > > As the original code in 2.4.x was the same, I'm wondering: > > o Is this a bug in the ARAnyM emulation? > > o xpanstep is 1, but judging from the visual output on ARAnyM, it looks > > like > > it should be 16? > > > >

Re: linux-m68k.git

2008-11-19 Thread Geert Uytterhoeven
Hi Stephen, On Wed, 19 Nov 2008, Stephen Rothwell wrote: > On Tue, 18 Nov 2008 21:49:01 +0100 (CET) Geert Uytterhoeven <[EMAIL > PROTECTED]> wrote: > > (Finally) I created an experimental git tree for Linux/m68k: > > http://git.kernel.org/?p=linux/kernel/

Re: [PATCH] MVME16x: add support for EARLY_PRINTK

2008-11-21 Thread Geert Uytterhoeven
16x(void) > { > @@ -184,6 +341,9 @@ void __init config_mvme16x(void) > pcc2chip[PccSCCMICR] = 0x10; > pcc2chip[PccSCCTICR] = 0x10; > pcc2chip[PccSCCRICR] = 0x10; > +#ifdef CONFIG_EARLY_PRINTK > + mvme16x_early_console(); > +#endif Gr{oetje,eeting}s,

vme_scc.c breakage (was: Re: linux-next: Tree for November 21)

2008-11-22 Thread Geert Uytterhoeven
)SCC_BAS)) However, renaming the variable `scc' doesn't help, as 2. the variable `scc' is not used in scc_carrier_raised(), 3. `port->channel' on line 635 still fails as `port' is not longer `struct scc_port', but a 'struct tty_port', which ha

fbtest (was: Re: [PATCH/RFC] atafb and panning)

2008-11-23 Thread Geert Uytterhoeven
ub/scm/linux/kernel/git/geert/fbtest.git 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

Re: [PATCH/RFC] atafb and panning

2008-11-23 Thread Geert Uytterhoeven
we > > just need to keep that in mind. > > ARAnyM's VIDEL emulation has already been fixed by Patrice (yesterday > night, in CVS). I can confirm that (for depths 2, 4, and 8). However, it's not flicker-free. Dunno if that's an atafb or ARAnyM issue. Gr{oetje,eeting}s,

Re: m68k: Any plans to move over to arch/m68k/include?

2008-11-25 Thread Geert Uytterhoeven
ged first, cfr. Arnd Bergmann's comments and suggestions on linux-arch a while ago. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I c

[git] m68k

2008-12-02 Thread Geert Uytterhoeven
rflow fb_fix_screeninfo.id Geert Uytterhoeven (1): m68k: Update defconfigs for 2.6.28-rc7 arch/m68k/configs/amiga_defconfig| 126 +++-- arch/m68k/configs/apollo_defconfig | 115 +- arch/m68k/configs/atari_defconfig|

Re: [git] m68k

2008-12-03 Thread Geert Uytterhoeven
On Tue, 2 Dec 2008, Jeff Garzik wrote: > Geert Uytterhoeven wrote: > > [ First pull request, let's hope I got everything right... ] > As a peer git user... Looks pretty good to me, though I would suggest > including the overall diff in the email [provided it is under 400k]. O

m68k: define __fls (was: Re: Yet more ARM breakage in linux-next (fwd))

2008-12-05 Thread Geert Uytterhoeven
-- Forwarded message -- Date: Fri, 5 Dec 2008 00:42:27 +1030 From: Rusty Russell <[EMAIL PROTECTED]> To: Geert Uytterhoeven <[EMAIL PROTECTED]> Cc: Andrew Morton <[EMAIL PROTECTED]>, Russell King <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Yet mo

Re: Yet more ARM breakage in linux-next

2008-12-07 Thread Geert Uytterhoeven
On Fri, 5 Dec 2008, Rusty Russell wrote: > On Thursday 04 December 2008 19:48:06 Geert Uytterhoeven wrote: > > Also broke m68k (a bit more hidden due to other build failures). > > And m68knommu has similar issues. > > Here's what I have for m68k for tomorrow&#

Re: Badness at mm/backing-dev.c:179

2008-12-08 Thread Geert Uytterhoeven
244aa>] sysdev_class_create_file+0x0/0x16 [<000a0478>] sysfs_add_file+0x1c/0x22 [<000a04bc>] sysfs_create_file+0x3e/0x44 [<001244bc>] sysdev_class_create_file+0x12/0x16 [<0027e102>] cpu_dev_init+0x4e/0x6c [<0026eaa8>] kernel_init+0x6e/0xc2 [<0027e2d8>] atari_floppy_

Re: Badness at mm/backing-dev.c:179

2008-12-08 Thread Geert Uytterhoeven
On Mon, 8 Dec 2008, Kay Sievers wrote: > On Mon, Dec 8, 2008 at 09:16, Geert Uytterhoeven <[EMAIL PROTECTED]> wrote: > > On Wed, 3 Dec 2008, Kay Sievers wrote: > >> On Wed, Dec 3, 2008 at 13:07, Mark Jackson <[EMAIL PROTECTED]> wrote: > >> > The follow

Re: Merge headerfiles for m68k and m68knommu to arch/m68k/include/asm

2008-12-08 Thread Geert Uytterhoeven
userspace. > But actually none of the headers using the above are > subject for export at the moment so we could use a > CONFIG_ symbol for the same. So I prefer to just check CONFIG_MMU. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven --

Re: Merge headerfiles for m68k and m68knommu to arch/m68k/include/asm

2008-12-09 Thread Geert Uytterhoeven
On Tue, 9 Dec 2008, Sam Ravnborg wrote: > On Tue, Dec 09, 2008 at 12:26:05AM +0100, Arnd Bergmann wrote: > > On Tuesday 09 December 2008, Geert Uytterhoeven wrote: > > > > I have used the following include guard: > > > > > > > > #ifdef __uClinux__

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