Searched hist:a2105d87eb8eb03591515df10102e04a1c9e0e46 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/iio/adc/ |
H A D | ti-ads8688.c | diff a2105d87eb8eb03591515df10102e04a1c9e0e46 Sun May 08 12:56:18 CDT 2022 Jonathan Cameron <Jonathan.Cameron@huawei.com> iio: adc: ti-ads8688: Fix alignment for DMA safety
____cacheline_aligned is an insufficient guarantee for non-coherent DMA on platforms with 128 byte cachelines above L1. Switch to the updated IIO_DMA_MINALIGN definition.
Fixes: 3e87e7838328 ("iio: adc: Add TI ADS8688") Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Acked-by: Nuno Sá <nuno.sa@analog.com> Link: https://lore.kernel.org/r/20220508175712.647246-39-jic23@kernel.org
|