u-boot/drivers/nvme
Hector Martin e9ac3a939d nvme: Do a clean NVMe shutdown
The brute-force controller disable method can end up racing controller
initialization and causing a crash when we shut down Apple ANS2 NVMe
controllers. Do a proper controlled shutdown, which does block until
things are quiesced properly. This is nicer in general for all
controllers.

Signed-off-by: Hector Martin <marcan@marcan.st>
Tested-by: Mark Kettenis <kettenis@openbsd.org> (firefly-rk3399)
2022-08-26 15:00:05 -04:00
..
Kconfig nvme: apple: Add driver for Apple NVMe storage controller 2022-02-10 16:44:23 -05:00
Makefile nvme: apple: Add driver for Apple NVMe storage controller 2022-02-10 16:44:23 -05:00
nvme_apple.c arm: apple: nvme: Add SART support and RTKit buffer management 2022-06-23 08:24:49 -04:00
nvme_pci.c pci: Add mask parameter to dm_pci_map_bar() 2022-05-03 18:33:29 -04:00
nvme_show.c nvme: Do not allocate 8kB buffer on stack 2022-01-14 13:16:10 -05:00
nvme-uclass.c dm: define LOG_CATEGORY for all uclass 2021-07-06 10:38:03 -06:00
nvme.c nvme: Do a clean NVMe shutdown 2022-08-26 15:00:05 -04:00
nvme.h nvme: Add shutdown function 2022-02-10 16:44:23 -05:00