26 Sep, 2018

1 commit


28 Aug, 2018

2 commits


04 Jul, 2018

1 commit


12 Jun, 2018

1 commit

  • In u-boot 2018, all DM devices will be removed before jumping to kernel.
    It executes after the board_quiesce_devices where we turn off the power
    domain of the devices used in u-boot. Thus, this cause crash when removing
    DM devies.

    This patch disables the CONFIG_DM_DEVICE_REMOVE, since it is useless for imx8
    and is not compatibled with current power domain implemenation.

    Signed-off-by: Ye Li
    Acked-by: Peng Fan

    Ye Li
     

27 Apr, 2018

4 commits