linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* RE: [PATCH 0/5] rapidio: adding memory mapping IO support and misc fixes
@ 2009-05-07 14:10 Jan Neskudla
  2009-05-07 15:21 ` Kumar Gala
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Neskudla @ 2009-05-07 14:10 UTC (permalink / raw)
  To: linuxppc-dev

Hallo, 

I tested your patches, and the MMIO is working when enabled in the
rionet driver. Only the compilation of rionet as modules was a problem.
I had to add following lines into rio.c to export missing symbols.

EXPORT_SYMBOL_GPL(rio_unmap_inb_region);
EXPORT_SYMBOL_GPL(rio_map_inb_region);
EXPORT_SYMBOL_GPL(rio_unmap_outb_region);
EXPORT_SYMBOL_GPL(rio_map_outb_region);

And one more think, when I enabled usage of DMA, rionet does not compile too, 
but in this case I do not have a fix. I tested this on kernel 2.6.29.1 and 
EP8548 as target board. 

                        Jan 




> 
> The patch series add MMIO support to Linux rapidio and fix a few nits.
> The patches cross rapidio, netdev, powerpc sub-systems.  It will be
> good for them to go through one tree.  Probably Andrew?  As the
> previous rapidio patches are mostly merged by you.
> 
> - Leo

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/5] rapidio: adding memory mapping IO support and misc fixes
@ 2009-04-28 10:16 Li Yang
  2009-04-28 12:06 ` Kumar Gala
  0 siblings, 1 reply; 7+ messages in thread
From: Li Yang @ 2009-04-28 10:16 UTC (permalink / raw)
  To: akpm, Kumar Gala, David Miller, mporter
  Cc: linuxppc-dev Development, linux-kernel, Netdev

The patch series add MMIO support to Linux rapidio and fix a few nits.
 The patches cross rapidio, netdev, powerpc sub-systems.  It will be
good for them to go through one tree.  Probably Andrew?  As the
previous rapidio patches are mostly merged by you.

- Leo

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

end of thread, other threads:[~2009-05-08 11:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-07 14:10 [PATCH 0/5] rapidio: adding memory mapping IO support and misc fixes Jan Neskudla
2009-05-07 15:21 ` Kumar Gala
2009-05-08 10:06   ` Jan Neskudla
2009-05-08 10:28     ` Gerhard Jaeger
2009-05-08 11:39       ` Jan Neskudla
  -- strict thread matches above, loose matches on Subject: below --
2009-04-28 10:16 Li Yang
2009-04-28 12:06 ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).