From: Mark Brown Date: Tue, 11 Jun 2024 10:38:25 +0000 (+0100) Subject: spi: Rework DMA mapped flag X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=412a05d6a91c6e3bb69741ddbde01c16c3ff94c5;p=linux.git spi: Rework DMA mapped flag Merge series from Andy Shevchenko : 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. --- 412a05d6a91c6e3bb69741ddbde01c16c3ff94c5