Skip to content
Snippets Groups Projects
Select Git revision
0 results

lib

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Loading
    user avatar
    Bin Meng authored
    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: default avatarBin Meng <bmeng.cn@gmail.com>
    Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
    3d37e7cb
    History
    Name Last commit Last update
    ..