RE: [PATCH] reset: axs10x: Implement assert and deassert callbacks
From: Jose Abreu
Date: Mon Apr 08 2019 - 07:23:37 EST
From: Vitor Soares <vitor.soares@xxxxxxxxxxxx>
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