]> www.infradead.org Git - users/jedix/linux-maple.git/commit
spi: Rework DMA mapped flag
authorMark Brown <broonie@kernel.org>
Tue, 11 Jun 2024 10:38:25 +0000 (11:38 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 11 Jun 2024 10:38:25 +0000 (11:38 +0100)
commit412a05d6a91c6e3bb69741ddbde01c16c3ff94c5
tree28d1604703331033b29d508c2be02ea95d5fa4e6
parent8a71710bb4797174733a16df2bcb8683fbe7caea
parente289df82344fecc104ad8326b9ab6da612b9c899
spi: Rework DMA mapped flag

Merge series from Andy Shevchenko <andriy.shevchenko@linux.intel.com>:

The first part of the series (patches 1 to 7) is an introduction
of a new helper followed by the user conversion.

This consolidates the same code and also makes patch 8 (last one)
be localised to the SPI core part.

The last patch is the main rework to get rid of a recently introduced
hack with a dummy SG list and move to the transfer-based DMA mapped
flag.

That said, the patches 1 to 7 may be applied right away since they
have no functional change intended, while the last one needs more
testing and reviewing.
drivers/spi/spi-omap2-mcspi.c
drivers/spi/spi-qup.c