Re: [PATCH 5/8] nvme: Add shutdown function

2022-01-21 Thread Simon Glass
Hi Mark, On Fri, 14 Jan 2022 at 04:05, Mark Kettenis wrote: > > Add a function to disable the NVMe controller. This will be used > to let the driver for the NVMe storage integrated on Apple SoCs > shutdown the NVMe controller such we can shutdown the NVMe > IOP controller in a clean way afterward

[PATCH 5/8] nvme: Add shutdown function

2022-01-14 Thread Mark Kettenis
Add a function to disable the NVMe controller. This will be used to let the driver for the NVMe storage integrated on Apple SoCs shutdown the NVMe controller such we can shutdown the NVMe IOP controller in a clean way afterwards before handing control to the OS. Signed-off-by: Mark Kettenis ---