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 @@ -223,14 +223,7 @@ static int dw_spi_intel_init(struct platform_device *pdev,
223
223
}
224
224
225
225
/*
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.
234
227
*/
235
228
static int dw_spi_mountevans_imc_init (struct platform_device * pdev ,
236
229
struct dw_spi_mmio * dwsmmio )
You can’t perform that action at this time.
0 commit comments