android_kernel_motorola_sm6225/drivers/infiniband/hw
Roland Dreier 99987bea47 IB/mthca: Replace dma_sync_single() use with proper functions
dma_sync_single() is deprecated now, and the use in mthca is wrong:
there should be a dma_sync_single_for_cpu() before touching the memory
from the CPU, and a dma_sync_single_for_device() afterwards.  Fix
this, prompted by a kick in the pants from a patch from FUJITA
Tomonori <fujita.tomonori@lab.ntt.co.jp>.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2009-06-22 23:04:13 -07:00
..
amso1100 infiniband: Remove void casts 2009-05-13 16:53:39 -07:00
cxgb3 RDMA/cxgb3: Limit fast register size based on T3 limitations 2009-05-27 14:43:39 -07:00
ehca infiniband: ehca: remove driver_data direct access of struct device 2009-06-15 21:30:27 -07:00
ipath Fix deadlock in ipathfs ->get_sb() 2009-05-09 10:49:40 -04:00
mlx4 IB/mlx4: Add strong ordering to local inval and fast reg work requests 2009-06-05 10:36:24 -07:00
mthca IB/mthca: Replace dma_sync_single() use with proper functions 2009-06-22 23:04:13 -07:00
nes RDMA/nes: Fix off-by-one bugs in reset_adapter_ne020() and init_serdes() 2009-05-15 10:16:45 -07:00