Skip to content

Commit 5b6d0b9

Browse files
Abe Kohandelbroonie
authored andcommitted
spi: dw: Remove misleading comment for Mount Evans SoC
Remove a misleading comment about the DMA operations of the Intel Mount Evans SoC's SPI Controller as requested by Serge. Signed-off-by: Abe Kohandel <[email protected]> Link: https://lore.kernel.org/linux-spi/20230606191333.247ucbf7h3tlooxf@mobilestation/ Fixes: 0760d5d ("spi: dw: Add compatible for Intel Mount Evans SoC") Reviewed-by: Serge Semin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 7bac98a commit 5b6d0b9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

drivers/spi/spi-dw-mmio.c

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,7 @@ static int dw_spi_intel_init(struct platform_device *pdev,
237237
}
238238

239239
/*
240-
* The Intel Mount Evans SoC's Integrated Management Complex uses the
241-
* SPI controller for access to a NOR SPI FLASH. However, the SoC doesn't
242-
* provide a mechanism to override the native chip select signal.
243-
*
244-
* This driver doesn't use DMA for memory operations when a chip select
245-
* override is not provided due to the native chip select timing behavior.
246-
* As a result no DMA configuration is done for the controller and this
247-
* configuration is not tested.
240+
* DMA-based mem ops are not configured for this device and are not tested.
248241
*/
249242
static int dw_spi_mountevans_imc_init(struct platform_device *pdev,
250243
struct dw_spi_mmio *dwsmmio)

0 commit comments

Comments
 (0)