u-boot/drivers/nvme
Bin Meng d5b7ee9c6e nvme: Use blk_create_devicef() API
The codes in nvme_uclass_post_probe() can be replaced to call the
blk_create_devicef() API directly.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2017-08-28 07:17:14 -04:00
..
Kconfig nvme: Add NVM Express driver support 2017-08-13 15:17:31 -04:00
Makefile nvme: Add show routine to print detailed information 2017-08-13 15:17:31 -04:00
nvme_show.c nvme: Apply cache operations on the DMA buffers 2017-08-28 07:17:13 -04:00
nvme-uclass.c nvme: Use blk_create_devicef() API 2017-08-28 07:17:14 -04:00
nvme.c nvme: Apply cache operations on the DMA buffers 2017-08-28 07:17:13 -04:00
nvme.h nvme: Cache controller's capabilities 2017-08-28 07:17:11 -04:00