From: Jan Neskudla <jan.neskudla.ext@nsn.com>
To: linuxppc-dev@ozlabs.org
Subject: RE: [PATCH 0/5] rapidio: adding memory mapping IO support and misc fixes
Date: Thu, 07 May 2009 16:10:47 +0200 [thread overview]
Message-ID: <1241705447.19689.114.camel@demuxf9c> (raw)
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
next reply other threads:[~2009-05-07 14:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-07 14:10 Jan Neskudla [this message]
2009-05-07 15:21 ` [PATCH 0/5] rapidio: adding memory mapping IO support and misc fixes 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 10:16 ` Li Yang
2009-04-28 12:06 ` Kumar Gala
2009-04-28 12:06 ` Kumar Gala
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=1241705447.19689.114.camel@demuxf9c \
--to=jan.neskudla.ext@nsn.com \
--cc=linuxppc-dev@ozlabs.org \
/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.