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

2020-05-21 Thread Serge Semin
On Thu, May 21, 2020 at 06:12:03PM +0100, Mark Brown wrote: > On Thu, May 21, 2020 at 12:03:58PM -0500, Dinh Nguyen wrote: > > 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 > >

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

2020-05-21 Thread Mark Brown
On Thu, May 21, 2020 at 12:03:58PM -0500, Dinh Nguyen wrote: > 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 Is the From: correct here? Also adding everyone else who's got patches in

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

2020-05-21 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 --- drivers/spi/spi-dw-mmio.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/spi/spi-dw-mmio.c b/drivers/spi/spi-dw-mmio.c