u-boot/drivers/nvme
AKASHI Takahiro df1ed8b2a8 nvme: call device_probe() after scanning
Every time a nvme bus/port is scanned and a new device is detected,
we want to call device_probe() as it will give us a chance to run
additional post-processings for some purposes.

In particular, support for creating partitions on a device will be added.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
2022-04-09 21:06:31 +02: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 nvme: apple: Add driver for Apple NVMe storage controller 2022-02-10 16:44:23 -05:00
nvme_pci.c nvme: Split out PCI support 2022-02-10 16:44:23 -05: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: call device_probe() after scanning 2022-04-09 21:06:31 +02:00
nvme.h nvme: Add shutdown function 2022-02-10 16:44:23 -05:00