Re: [PATCH v6 25/25] spl: fat: Add option to disable DMA alignment

2023-11-07 Thread Simon Glass
On Sun, 5 Nov 2023 at 19:26, Sean Anderson wrote: > > If we don't DMA-align buffers we pass to FAT, it will align them itself. > This behaviour likely should be deprecated in favor of > CONFIG_BOUNCE_BUFFER, but that's a task for another series. For the > meantime, don't bother aligning the

[PATCH v6 25/25] spl: fat: Add option to disable DMA alignment

2023-11-05 Thread Sean Anderson
If we don't DMA-align buffers we pass to FAT, it will align them itself. This behaviour likely should be deprecated in favor of CONFIG_BOUNCE_BUFFER, but that's a task for another series. For the meantime, don't bother aligning the buffer unless we had been doing so in the past. Signed-off-by: