From: Vitor Soares <vitor.soa...@synopsys.com> Date: Mon, Apr 08, 2019 at 11:31:23
> static const struct reset_control_ops axs10x_reset_ops = { > - .reset = axs10x_reset_reset, Eugeniy, Alexey, I think the implementation of this callback is wrong: you should readl_poll_timeout_atomic() until the reset bit is not cleared. Thanks, Jose Miguel Abreu