On Wed, 22 May 2024 14:54:04 +0200 Nuno Sa via B4 Relay <devnull+nuno.sa.analog.com@xxxxxxxxxx> wrote: > Added a new patch to "fix" the annoying tabs alignment on struct > members. Given I don't think we have any reports of anyone having hit the DMA safety issue and that I don't want to hang on to the second patch for ages, I've applied them both to the togreg branch of iio.git rather than sending the DMA fix via the togreg-testing branch. Applied, Thanks, Jonathan > > --- > Changes in v2: > - Patch 1 > * Don't use safe buffers for reads (uses spi_write_then_read()). > - Patch 1 > * New patch. > - Link to v1: https://lore.kernel.org/r/20240506-dev-ad9467-dma-v1-1-e5c31b464e8f@xxxxxxxxxx > > --- > Nuno Sa (2): > iio: adc: ad9467: use DMA safe buffer for spi > iio: adc: ad9467: change struct members padding > > drivers/iio/adc/ad9467.c | 103 +++++++++++++++++++++++------------------------ > 1 file changed, 50 insertions(+), 53 deletions(-) > --- > base-commit: 5e3c5871138da700796587aa5f096d39135f9d36 > change-id: 20240506-dev-ad9467-dma-3114fdd27c1f > -- > > Thanks! > - Nuno Sá > >