Re: [PATCH v2 3/3] bus: mhi: keep device context through suspend cycles

From: Greg Kroah-Hartman
Date: Wed Jul 16 2025 - 05:35:41 EST


On Tue, Jul 15, 2025 at 06:25:09PM +0500, Muhammad Usama Anjum wrote:
> Don't deinitialize the device context while going into suspend or
> hibernation cycles. Otherwise the resume may fail if at resume time, the
> memory pressure is high and no dma memory is available. At resume, only
> reset the read/write ring pointers as rings may have stale data.


Same here, don't do this.

thanks,

greg k-h