All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] use __raw access function for fb
@ 2006-02-08 15:56 Atsushi Nemoto
  2006-02-17 15:20 ` Atsushi Nemoto
  0 siblings, 1 reply; 3+ messages in thread
From: Atsushi Nemoto @ 2006-02-08 15:56 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>

diff --git a/include/linux/fb.h b/include/linux/fb.h
index 2cb19e6..8c0cf1c 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -809,7 +809,7 @@ struct fb_info {
 #define fb_writeq sbus_writeq
 #define fb_memset sbus_memset_io
 
-#elif defined(__i386__) || defined(__alpha__) || defined(__x86_64__) || defined(__hppa__) || (defined(__sh__) && !defined(__SH5__)) || defined(__powerpc__)
+#elif defined(__i386__) || defined(__alpha__) || defined(__x86_64__) || defined(__hppa__) || (defined(__sh__) && !defined(__SH5__)) || defined(__powerpc__) || defined(__mips__)
 
 #define fb_readb __raw_readb
 #define fb_readw __raw_readw

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] use __raw access function for fb
  2006-02-08 15:56 [PATCH] use __raw access function for fb Atsushi Nemoto
@ 2006-02-17 15:20 ` Atsushi Nemoto
  2006-02-17 15:30   ` Ralf Baechle
  0 siblings, 1 reply; 3+ messages in thread
From: Atsushi Nemoto @ 2006-02-17 15:20 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

I just sent another non-intrusive fix (add __force tag to fb_readb,
etc) to LKML.

BTW, current fb_readw(), etc. are really appropriate for IP22/IP32?
It seems they have funny __swizzle_addr_w ...

---
Atsushi Nemoto

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] use __raw access function for fb
  2006-02-17 15:20 ` Atsushi Nemoto
@ 2006-02-17 15:30   ` Ralf Baechle
  0 siblings, 0 replies; 3+ messages in thread
From: Ralf Baechle @ 2006-02-17 15:30 UTC (permalink / raw)
  To: Atsushi Nemoto; +Cc: linux-mips

On Sat, Feb 18, 2006 at 12:20:49AM +0900, Atsushi Nemoto wrote:

> I just sent another non-intrusive fix (add __force tag to fb_readb,
> etc) to LKML.
> 
> BTW, current fb_readw(), etc. are really appropriate for IP22/IP32?
> It seems they have funny __swizzle_addr_w ...

Ignoring the theoretical possibility of using an EISA graphics card in an
IP22 (more exactly Indigo 2) system, IP22 simply doesn't have a framebuffer.

I'm not sure what the effect of the patch on IP32 would be so I was
waiting to apply your patch in the hope somebody is going to test it
No reports so far ...

  Ralf

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-02-17 15:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-08 15:56 [PATCH] use __raw access function for fb Atsushi Nemoto
2006-02-17 15:20 ` Atsushi Nemoto
2006-02-17 15:30   ` Ralf Baechle

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.