summaryrefslogtreecommitdiff
path: root/rust/helpers
diff options
context:
space:
mode:
authorNuno Sá <nuno.sa@analog.com>2025-10-07 10:15:23 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2025-10-13 08:38:08 +0100
commit3db847df994d475db7812dde90376f2848bcd30a (patch)
treebc9e13febbdf25ac5ece81cb6b12f8b0a9de6bf2 /rust/helpers
parentf9c198c3ccaf90a1a265fb2ffa8d4b093c3b0784 (diff)
iio: buffer-dmaengine: enable .get_dma_dev()
Wire up the .get_dma_dev() callback to use the DMA buffer infrastructure's implementation. This ensures that DMABUF operations use the correct DMA device for mapping, which is essential for proper operation on systems where memory is mapped above the 32-bit range. Without this callback, the core would fall back to using the IIO device's parent, which may not have the appropriate DMA mask configuration for high memory access. Fixes: 7a86d469983a ("iio: buffer-dmaengine: Support new DMABUF based userspace API") Reviewed-by: David Lechner <dlechner@baylibre.com> Signed-off-by: Nuno Sá <nuno.sa@analog.com> Cc: <Stable@vger.kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'rust/helpers')
0 files changed, 0 insertions, 0 deletions