summaryrefslogtreecommitdiffstats
path: root/drivers/spi/Makefile
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2024-05-23 16:16:57 +0200
committerMark Brown <broonie@kernel.org>2024-05-23 16:16:57 +0200
commit3aac9f4885922ad0fc01b86f85903768219475a3 (patch)
tree02493c31ae9cf8c43730b36ef3b25efdfb0cded2 /drivers/spi/Makefile
parentspi: stm32: Revert change that enabled controller before asserting CS (diff)
parentspi: Check if transfer is mapped before calling DMA sync APIs (diff)
downloadlinux-3aac9f4885922ad0fc01b86f85903768219475a3.tar.xz
linux-3aac9f4885922ad0fc01b86f85903768219475a3.zip
soi: Don't call DMA sync API when not needed
Merge series from Andy Shevchenko <andriy.shevchenko@linux.intel.com>: A couple of fixes to avoid calling DMA sync API when it's not needed. This doesn't stop from discussing if IOMMU code is doing the right thing, i.e. dereferences SG list when orig_nents == 0, but this is a separate story.
Diffstat (limited to 'drivers/spi/Makefile')
-rw-r--r--drivers/spi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile
index 4ff8d725ba5e..e694254dec04 100644
--- a/drivers/spi/Makefile
+++ b/drivers/spi/Makefile
@@ -14,6 +14,7 @@ obj-$(CONFIG_SPI_SPIDEV) += spidev.o
obj-$(CONFIG_SPI_LOOPBACK_TEST) += spi-loopback-test.o
# SPI master controller drivers (bus)
+obj-$(CONFIG_SPI_AIROHA_SNFI) += spi-airoha-snfi.o
obj-$(CONFIG_SPI_ALTERA) += spi-altera-platform.o
obj-$(CONFIG_SPI_ALTERA_CORE) += spi-altera-core.o
obj-$(CONFIG_SPI_ALTERA_DFL) += spi-altera-dfl.o