Hi Linus, Please pull from git://git.kernel.org:/pub/scm/linux/kernel/git/geert/linux-m68k.git for-linus to receive the m68k-related updates for 2.6.30 below. Nothing really spectacular, most notable is a new Mac SWIM floppy driver, which Jens had no problem with going in through the m68k tree. Thanks! Geert Uytterhoeven (2): MAINTAINERS: Replace dead link to m68k CVS repository by link to new git repository m68k: irq_node.handler() should return irqreturn_t Laurent Vivier (3): m68k: Add install target m68k: mac - Add a new entry in mac_model to identify the floppy controller type. m68k: mac - Add SWIM floppy support Michael Schmitz (2): m68k: section mismatch fixes: DMAsound for Atari m68k: section mismatch fixes: Atari SCSI MAINTAINERS | 2 +- arch/m68k/Makefile | 3 + arch/m68k/include/asm/irq_mm.h | 3 +- arch/m68k/include/asm/macintosh.h | 7 + arch/m68k/install.sh | 52 ++ arch/m68k/mac/config.c | 207 ++++++-- arch/m68k/mac/via.c | 9 + drivers/block/Kconfig | 7 + drivers/block/Makefile | 3 + drivers/block/swim.c | 995 +++++++++++++++++++++++++++++++++++ drivers/block/swim_asm.S | 247 +++++++++ drivers/scsi/atari_NCR5380.c | 2 +- drivers/scsi/atari_scsi.c | 2 +- sound/oss/dmasound/dmasound_atari.c | 4 +- 14 files changed, 1483 insertions(+), 60 deletions(-) create mode 100644 arch/m68k/install.sh create mode 100644 drivers/block/swim.c create mode 100644 drivers/block/swim_asm.S Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx 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. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html