b549e0fbca
When CONFIG_SYS_POWER_DEEP_SLEEP is enabled, spi_qmsi_ss will keep entering deep sleep because it needs to wait until the current transfer completes, which blocks the current thread. The system keeps entering deep sleep again and again and the transfer will never complete. Add device_busy_set() to spi_qmsi_ss driver to indicate that the device is busy and block the system from entering deep sleep during transaction. Jira: ZEP-1488 Change-Id: I5a4456933249def93eaa529b30b99d730af74482 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Kconfig.dw | ||
Makefile | ||
spi_dw.c | ||
spi_dw.h | ||
spi_dw_quark_se_ss_regs.h | ||
spi_dw_regs.h | ||
spi_intel.c | ||
spi_intel.h | ||
spi_k64.c | ||
spi_k64_priv.h | ||
spi_qmsi.c | ||
spi_qmsi_ss.c |