On Thu, 2022-10-13 at 14:35 +0100, Mark Brown wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > There should be a call to spi_controller_suspend() in here (and similarly in > resume) to tell the controller to stop the queue of operations. In the suspend and resume callbacks, spi_master_suspend and spi_master_resume APIs are used which in turn calls spi_controller_suspend and spi_controller_resume APIs respectively. Thanks, Tharun Kumar P