linux/drivers/s390
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
..
block s390/dasd_eckd: fix virtual vs physical address confusion 2024-03-13 09:23:45 +01:00
char s390/switch_to: use generic header file 2024-02-12 15:03:33 +01:00
cio s390/virtio_ccw: use DMA handle from DMA API 2024-03-13 09:23:46 +01:00
crypto s390/zcrypt: fix reference counting on zcrypt card objects 2024-03-13 09:23:44 +01:00
net s390/qeth: Fix potential loss of L3-IP@ in case of network issues 2024-02-08 12:10:09 +01:00
scsi scsi: zfcp: Replace strlcpy() with strscpy() 2023-12-05 21:01:52 -05:00
virtio s390/virtio_ccw: avoid converting dma addresses / handles 2024-03-13 09:23:46 +01:00
Makefile