aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga
diff options
context:
space:
mode:
authorChristian Eggers <[email protected]>2020-07-28 12:08:32 +0200
committerMark Brown <[email protected]>2020-07-28 17:29:28 +0100
commitaa9e862d7d5bcecd4dca9f39e8b684b93dd84ee7 (patch)
treef6ac53356e4ffef387e1ad1e94889b0ef2106e9f /drivers/fpga
parentcfd97f94d036bf36122fa19d075c5741347aa178 (diff)
spi: spidev: Align buffers for DMA
Simply copying all xfers from userspace into one bounce buffer causes alignment problems if the SPI controller uses DMA. Ensure that all transfer data blocks within the rx and tx bounce buffers are aligned for DMA (according to ARCH_KMALLOC_MINALIGN). Alignment may increase the usage of the bounce buffers. In some cases, the buffers may need to be increased using the "bufsiz" module parameter. Signed-off-by: Christian Eggers <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/fpga')
0 files changed, 0 insertions, 0 deletions