linux-stable/drivers/ntb/hw
Serge Semin 417cf39cfe NTB: Set dma mask and dma coherent mask to NTB devices
The dma_mask and dma_coherent_mask fields of the NTB struct device
weren't initialized in hardware drivers. In fact it should be done
instead of PCIe interface usage, since NTB clients are supposed to
use NTB API and left unaware of real hardware implementation.
In addition to that ntb_device_register() method shouldn't clear
the passed ntb_dev structure, since it dma_mask is initialized
by hardware drivers.

Signed-off-by: Serge Semin <fancer.lancer@gmail.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
2018-01-28 22:17:23 -05:00
..
amd NTB: Set dma mask and dma coherent mask to NTB devices 2018-01-28 22:17:23 -05:00
idt NTB: Set dma mask and dma coherent mask to NTB devices 2018-01-28 22:17:23 -05:00
intel NTB: Set dma mask and dma coherent mask to NTB devices 2018-01-28 22:17:23 -05:00
mscc ntb_hw_switchtec: fix logic error 2018-01-28 22:17:23 -05:00
Kconfig NTB: switchtec_ntb: Introduce initial NTB driver 2017-11-18 20:37:12 -05:00
Makefile NTB: switchtec_ntb: Introduce initial NTB driver 2017-11-18 20:37:12 -05:00