From: Ralf Baechle <ralf@linux-mips.org>
To: "Maciej W. Rozycki" <macro@linux-mips.org>
Cc: Martin Michlmayr <tbm@cyrius.com>, linux-mips@linux-mips.org
Subject: Re: Please pull drivers/scsi/dec_esp.c from Linus' git
Date: Thu, 16 Feb 2006 14:59:31 +0000 [thread overview]
Message-ID: <20060216145931.GA1633@linux-mips.org> (raw)
In-Reply-To: <Pine.LNX.4.64N.0602161016260.7169@blysk.ds.pg.gda.pl>
On Thu, Feb 16, 2006 at 10:17:38AM +0000, Maciej W. Rozycki wrote:
> Date: Thu, 16 Feb 2006 10:17:38 +0000 (GMT)
> From: "Maciej W. Rozycki" <macro@linux-mips.org>
> To: Ralf Baechle <ralf@linux-mips.org>
> cc: Martin Michlmayr <tbm@cyrius.com>, linux-mips@linux-mips.org
> Subject: Re: Please pull drivers/scsi/dec_esp.c from Linus' git
> Content-Type: TEXT/PLAIN; charset=US-ASCII
>
> On Wed, 15 Feb 2006, Ralf Baechle wrote:
>
> > > @@ -230,7 +230,7 @@
> > > mem_start = get_tc_base_addr(slot);
> > >
> > > /* Store base addr into esp struct */
> > > - esp->slot = mem_start;
> > > + esp->slot = CPHYSADDR(mem_start);
> > >
> > > esp->dregs = 0;
> > > esp->eregs = (void *)CKSEG1ADDR(mem_start +
> >
> > I merged allmost all of the differences from mainline except this one.
> >
> > Maciej, does this need the CPHYSADDR() op or not here?
>
> Of course not as get_tc_base_addr() returns a physical address these
> days. Thanks for spotting this bit.
Ok, I sent this bit upstream.
That still leaves below gem to sort out.
Ralf
diff --git a/drivers/scsi/NCR53C9x.h b/drivers/scsi/NCR53C9x.h
index 65a9b37..81d03d1 100644
--- a/drivers/scsi/NCR53C9x.h
+++ b/drivers/scsi/NCR53C9x.h
@@ -145,12 +145,7 @@
#ifndef MULTIPLE_PAD_SIZES
-#ifdef CONFIG_CPU_HAS_WB
-#include <asm/wbflush.h>
-#define esp_write(__reg, __val) do{(__reg) = (__val); wbflush();} while(0)
-#else
-#define esp_write(__reg, __val) ((__reg) = (__val))
-#endif
+#define esp_write(__reg, __val) do{(__reg) = (__val); iob();} while(0)
#define esp_read(__reg) (__reg)
struct ESP_regs {
next prev parent reply other threads:[~2006-02-16 14:54 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-13 22:53 Please pull drivers/scsi/dec_esp.c from Linus' git Martin Michlmayr
2006-02-15 15:08 ` Ralf Baechle
2006-02-16 10:17 ` Maciej W. Rozycki
2006-02-16 14:59 ` Ralf Baechle [this message]
2006-02-16 15:48 ` Maciej W. Rozycki
2006-02-17 9:12 ` Jes Sorensen
2006-02-17 10:45 ` Maciej W. Rozycki
2006-02-17 12:35 ` Jes Sorensen
2006-02-17 12:51 ` Maciej W. Rozycki
2006-02-17 15:17 ` Jes Sorensen
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=20060216145931.GA1633@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=linux-mips@linux-mips.org \
--cc=macro@linux-mips.org \
--cc=tbm@cyrius.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.