File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -237,14 +237,7 @@ static int dw_spi_intel_init(struct platform_device *pdev,
237
237
}
238
238
239
239
/*
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.
248
241
*/
249
242
static int dw_spi_mountevans_imc_init (struct platform_device * pdev ,
250
243
struct dw_spi_mmio * dwsmmio )
You can’t perform that action at this time.
0 commit comments