Re: [PATCH v2 1/2] nvme-apple: Reset controller during shutdown

From: Janne Grunau
Date: Thu Jan 19 2023 - 02:55:11 EST


Hej,

On 2023-01-18 06:24:50 +0100, Christoph Hellwig wrote:
> On Tue, Jan 17, 2023 at 07:25:00PM +0100, Janne Grunau wrote:
> > + /*
> > + * Always reset the NVMe controller on shutdown. The reset is
> > + * required to shutdown the co-processor cleanly.
> > + */
>
> Hmm. This comment doesn't seem to match the discussion we had last
> week. Which would be:
>
> /*
> * NVMe requires a reset before setting up a controller to
> * ensure it is in a clean state. For NVMe PCIe this is
> * done in the setup path to be able to deal with controllers
> * in any kind of state. For for Apple devices, the firmware
> * will not be available at that time and the reset will
> * time out. Thus reset after shutting the NVMe controller
> * down and before shutting the firmware down.
> */

yes, it differs from the discussion last week. I tried to issue the
reset later in the setup path after the firmware was brought back up.
That fixes the hang but the device is still not useable. So it appears
we need to reset the controller before the firmware is shutdown.

Janne