public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* How to write portable MMIO code?
@ 2002-04-30 14:22 José Fonseca
  2002-04-30 16:19 ` Kai Germaschewski
  0 siblings, 1 reply; 6+ messages in thread
From: José Fonseca @ 2002-04-30 14:22 UTC (permalink / raw)
  To: linux-kernel

Dear kernel developers,

I'm currently trying to get the Mach64 DRI driver to run on PowerPC. It's 
mostly working but there are some strange behaviors (DMA works, MMIO not 
really unless you make long waits when submiting, etc.). This is most 
likely related with the MMIO programming macros in the kernel module.

My question is: How to code MMIO to be portable across all platforms, 
i.e., taking in consideration the endian format and memory caches?

I've search thorougly the answer to this question but found 
incomplete/contraditory answers:

  - should one use readl/writel or dereference the address directly?
  - is the use of readl/writel macros suficient to account for endian 
correctness or it's also needed to use the cpu_to_le32/le32_to_cpu macros?
  - should one in general (i.e., assuming the worst case) do wmb() on 
writes, and mb() on reads?

Although I appreciate answers concerning future developments on this 
matter, I need an answer to the current stable kernel release.


Regards,

José Fonseca


PS: Please CC me as I'm not subscribed.

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

end of thread, other threads:[~2002-04-30 20:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-30 14:22 How to write portable MMIO code? José Fonseca
2002-04-30 16:19 ` Kai Germaschewski
2002-04-30 19:01   ` José Fonseca
2002-04-30 19:41     ` Kai Germaschewski
2002-04-30 20:01       ` Jesse Barnes
2002-04-30 19:56   ` arjan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox