Skip to content
Snippets Groups Projects
Bin Meng's avatar
Bin Meng authored
At present the block device creation happens in the NVMe uclass
driver post_probe() phase. In preparation to support multiple
namespaces, we should issue namespace identify before creating
block devices but that touches the underlying hardware hence it
is not appropriate to do such in the uclass driver post_probe().
Let's move it to driver probe() phase instead.

Signed-off-by: Bin Meng's avatarBin Meng <bmeng.cn@gmail.com>
84344258
History
Name Last commit Last update