All of lore.kernel.org
 help / color / mirror / Atom feed
From: Al Viro <viro@ftp.linux.org.uk>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: James Bottomley <James.Bottomley@SteelEye.com>,
	Kars de Jong <jongk@linux-m68k.org>,
	Christoph Hellwig <hch@infradead.org>,
	Richard Hirst <rhirst@levanta.com>,
	Matthew Wilcox <matthew@wil.cx>,
	linux-scsi@vger.kernel.org, linux-m68k@vger.kernel.org
Subject: Re: [RFC PATCH] m68k: switch to 53c700 driver
Date: Tue, 19 Dec 2006 03:09:19 +0000	[thread overview]
Message-ID: <20061219030919.GG17561@ftp.linux.org.uk> (raw)
In-Reply-To: <Pine.LNX.4.62.0612181032080.24587@pademelon.sonytel.be>

On Mon, Dec 18, 2006 at 10:34:21AM +0100, Geert Uytterhoeven wrote:
> On Sun, 17 Dec 2006, James Bottomley wrote:
> > On Tue, 2006-10-31 at 22:47 +0100, Kars de Jong wrote:
> > > On ma, 2006-10-30 at 11:13 +0000, Christoph Hellwig wrote:
> > > > Any updates?  Honestly, I do not plan to touch the current 53c7xx/etc
> > > > mess in the upoming request_buffer transition, and unless the m68k
> > > > folks provide the new 53c700-based driver I'll just submit a patch to
> > > > rip 53c7xx and users out without replacement.
> > > 
> > > OK, here's the patch, without the m68k generic iomap changes.
> > 
> > Could you regenerate this against the current git-head?  I've tried
> > several merge points and I still can't get it to apply ... I suspect it
> > had additional m68k fixes in the original file.
> 
> Yes, it was against the m68k tree.
> 
> If Kars doesn't respond, you can try
> 
> m68k-generic-io.diff

Hmm...  That breaks when you have ISA && !PCI (e.g. amiga or q40 defconfig):

lib/built-in.o: In function `ioread32_rep':
(.text+0xc31a): undefined reference to `insl'
lib/built-in.o: In function `iowrite32_rep':
(.text+0xc43e): undefined reference to `outsl'
lib/built-in.o: In function `ioread32':
(.text+0xc7da): undefined reference to `readl'
lib/built-in.o: In function `iowrite32':
(.text+0xca6a): undefined reference to `writel'

  reply	other threads:[~2006-12-19  3:42 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-05 11:14 Removing BROKEN scsi drivers Andi Kleen
2005-10-05 11:22 ` Arjan van de Ven
2005-10-05 11:31 ` Matthew Wilcox
2005-10-05 11:39   ` Christoph Hellwig
2005-10-05 12:32     ` Richard Hirst
2005-10-05 13:30       ` Kars de Jong
2005-10-05 14:00         ` Richard Hirst
2005-10-05 14:03         ` James Bottomley
2005-10-05 14:35           ` Rolf Eike Beer
2005-10-07  8:27         ` Geert Uytterhoeven
2005-10-07 13:42           ` Richard Hirst
2005-10-07 13:53             ` Kars de Jong
2005-11-15  9:51               ` Christoph Hellwig
2005-11-15 10:17                 ` Ingo Juergensmann
2005-11-15 10:30                   ` Christoph Hellwig
2005-11-15 11:32                     ` Richard Hirst
2005-11-15 12:08                       ` Roman Zippel
2005-11-15 12:11                       ` Kars de Jong
2005-11-15 13:05                         ` Matthew Wilcox
2005-11-22  8:36                         ` Christoph Hellwig
2005-11-22 21:43                           ` Kars de Jong
2005-11-22 22:20                             ` Matthew Wilcox
2005-11-27 16:47                             ` James Bottomley
2005-11-29 22:24                               ` James Bottomley
2005-11-30  8:31                                 ` Kars de Jong
2005-11-30  8:45                                   ` Ingo Juergensmann
2005-12-01 20:43                                 ` Kars de Jong
2005-12-01 20:47                                   ` James Bottomley
2005-12-01 23:29                                   ` Richard Hirst
2005-12-02 15:03                                   ` Ingo Juergensmann
2005-12-07 21:25                                   ` Ingo Juergensmann
2006-07-07 12:44                       ` Christoph Hellwig
2006-07-09 11:16                         ` Richard Hirst
2006-07-09 11:25                           ` Kars de Jong
2006-10-30 11:13                             ` Christoph Hellwig
2006-10-30 12:34                               ` Kars de Jong
2006-10-31 21:47                               ` [RFC PATCH] m68k: switch to 53c700 driver Kars de Jong
2006-11-02 21:34                                 ` Geert Uytterhoeven
2006-12-17 22:28                                 ` James Bottomley
2006-12-18  9:34                                   ` Geert Uytterhoeven
2006-12-19  3:09                                     ` Al Viro [this message]
2006-12-22 21:21                                       ` Kars de Jong
2007-04-29 21:43                                         ` Christoph Hellwig
2005-10-05 11:43 ` Removing BROKEN scsi drivers Christoph Hellwig
2005-10-05 22:36 ` Douglas Gilbert
2005-10-06 10:23   ` Andi Kleen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061219030919.GG17561@ftp.linux.org.uk \
    --to=viro@ftp.linux.org.uk \
    --cc=James.Bottomley@SteelEye.com \
    --cc=geert@linux-m68k.org \
    --cc=hch@infradead.org \
    --cc=jongk@linux-m68k.org \
    --cc=linux-m68k@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=matthew@wil.cx \
    --cc=rhirst@levanta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.