linux/drivers/s390/virtio
Halil Pasic 8adc56b074 s390/virtio_ccw: avoid converting dma addresses / handles
Instead of converting virtual to physical addresses with the virt_to_dma*()
functions, use dma addresses as provided by DMA API and only add offsets to
these addresses. This makes sure that address conversion is only done by
the DMA API.

Signed-off-by: Halil Pasic <pasic@linux.ibm.com>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
2024-03-13 09:23:46 +01:00
..
Makefile s390: drivers: Remove redundant license text 2017-11-24 14:28:47 +01:00
virtio_ccw.c s390/virtio_ccw: avoid converting dma addresses / handles 2024-03-13 09:23:46 +01:00