commit | 7b903e6c021a5462e26ea7a8f014fa60b6782bdb | [log] [tgz] |
---|---|---|
author | Jonas Bonn <jonas@southpole.se> | Sun Apr 15 21:09:25 2012 +0200 |
committer | Jonas Bonn <jonas@southpole.se> | Tue May 08 11:43:51 2012 +0200 |
tree | 47bf29fa57bff2cd3940beeeace93e1da1d5cee6 | |
parent | b0e026f4dc118752382fa926431b4512a8042e09 [diff] |
openrisc: provide dma_map_ops This switches OpenRISC over to fully using the generic dma-mapping framework. This was almost already the case as the architecture's implementation was essentially a copy of the generic header. This also brings this architecture in line with the recent changes to dma_map_ops (adding attributes to ops->alloc). Signed-off-by: Jonas Bonn <jonas@southpole.se>