Skip to content

Commit 7531eb0

Browse files
Abe Kohandelgregkh
authored andcommitted
spi: dw: Remove misleading comment for Mount Evans SoC
commit 5b6d0b9 upstream. 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]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 70a3015 commit 7531eb0

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
@@ -223,14 +223,7 @@ static int dw_spi_intel_init(struct platform_device *pdev,
223223
}
224224

225225
/*
226-
* The Intel Mount Evans SoC's Integrated Management Complex uses the
227-
* SPI controller for access to a NOR SPI FLASH. However, the SoC doesn't
228-
* provide a mechanism to override the native chip select signal.
229-
*
230-
* This driver doesn't use DMA for memory operations when a chip select
231-
* override is not provided due to the native chip select timing behavior.
232-
* As a result no DMA configuration is done for the controller and this
233-
* configuration is not tested.
226+
* DMA-based mem ops are not configured for this device and are not tested.
234227
*/
235228
static int dw_spi_mountevans_imc_init(struct platform_device *pdev,
236229
struct dw_spi_mmio *dwsmmio)

0 commit comments

Comments
 (0)