u-boot-brain/drivers/block
Bin Meng d0851c8937 blk: Call part_init() in the post_probe() method
part_init() is currently called in every DM BLK driver, either
in its bind() or probe() method. However we can use the BLK
uclass driver's post_probe() method to do it automatically.

Update all DM BLK drivers to adopt this change.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-11-14 09:16:27 -08:00
..
blk_legacy.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
blk-uclass.c blk: Call part_init() in the post_probe() method 2018-11-14 09:16:27 -08:00
blkcache.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
ide.c blk: Call part_init() in the post_probe() method 2018-11-14 09:16:27 -08:00
Kconfig blk: Support block drivers in TPL 2018-10-09 04:40:27 -06:00
Makefile blk: Support block drivers in TPL 2018-10-09 04:40:27 -06:00
sandbox.c blk: Call part_init() in the post_probe() method 2018-11-14 09:16:27 -08:00