u-boot-brain/drivers/nvme
Bin Meng 78d5f2011e nvme: Don't clear nvme blk device's priv space
A udevice's priv space is cleared in alloc_priv() in the DM core.
Don't do it again in its probe() routine.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2021-06-23 17:21:14 +08:00
..
Kconfig SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
nvme-uclass.c nvme: Move block dev creation from uclass post_probe() to driver probe() 2021-06-23 17:21:14 +08:00
nvme.c nvme: Don't clear nvme blk device's priv space 2021-06-23 17:21:14 +08:00
nvme.h nvme: Drop useless members of 'struct nvme_ns' 2021-06-23 17:21:14 +08:00
nvme_show.c nvme: Fix warning of cast from pointer to integer of different size 2019-05-19 16:17:33 +08:00