diff options
author | Nuno Sa <[email protected]> | 2024-01-17 13:41:03 +0100 |
---|---|---|
committer | Jonathan Cameron <[email protected]> | 2024-01-22 18:59:07 +0000 |
commit | 59598510be1d49e1cff7fd7593293bb8e1b2398b (patch) | |
tree | e6b84fa63c3a1b630b48ade8a3e5204c16f6db1d /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | 8e98b87f515d8c4bae521048a037b2cc431c3fd5 (diff) |
iio: adc: ad_sigma_delta: ensure proper DMA alignment
Aligning the buffer to the L1 cache is not sufficient in some platforms
as they might have larger cacheline sizes for caches after L1 and thus,
we can't guarantee DMA safety.
That was the whole reason to introduce IIO_DMA_MINALIGN in [1]. Do the same
for the sigma_delta ADCs.
[1]: https://lore.kernel.org/linux-iio/[email protected]/
Fixes: 0fb6ee8d0b5e ("iio: ad_sigma_delta: Don't put SPI transfer buffer on the stack")
Signed-off-by: Nuno Sa <[email protected]>
Link: https://lore.kernel.org/r/20240117-dev_sigma_delta_no_irq_flags-v1-1-db39261592cf@analog.com
Cc: <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions