commit | da1589f07393e88e917c317ea0c85ea37918a1cf | [log] [tgz] |
---|---|---|
author | Alexandre Bounine <[email protected]> | Thu Oct 04 17:15:57 2012 -0700 |
committer | Linus Torvalds <[email protected]> | Sat Oct 06 03:05:21 2012 +0900 |
tree | 8ddfa8af4b15b463fb9f7f14f3e49b7f7d62248a | |
parent | 18f6287f538858135c2c7ed4f76d4441e28b5714 [diff] |
rapidio: add inbound memory mapping interface Add common inbound memory mapping/unmapping interface. This allows to make local memory space accessible from the RapidIO side using hardware mapping capabilities of RapidIO bridging devices. The new interface is intended to enable data transfers between RapidIO devices in combination with DMA engine support. This patch is based on patch submitted by Li Yang <[email protected]> (https://lists.ozlabs.org/pipermail/linuxppc-dev/2009-April/071210.html) Signed-off-by: Alexandre Bounine <[email protected]> Cc: Matt Porter <[email protected]> Cc: Li Yang <[email protected]> Cc: Kumar Gala <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>