Re: [PATCHv3 1/2] spi: dw: add reset control

2020-05-29 Thread Mark Brown
On Wed, 27 May 2020 15:41:09 -0500, Dinh Nguyen wrote: > Add mechanism to get the reset control and deassert it in order to bring > the IP out of reset. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/2] spi: dw: add reset control commit:

[PATCHv3 1/2] spi: dw: add reset control

2020-05-27 Thread Dinh Nguyen
Add mechanism to get the reset control and deassert it in order to bring the IP out of reset. Signed-off-by: Liang Jin J Signed-off-by: Dinh Nguyen --- v3: allow for other failures remove tab for rstc reset_control v2: use _get_optional_exclusive put IP back into reset if there was an er