Re: [U-Boot] [PATCH v3 1/3] mmc: dwmmc: socfpga: Add reset ctrl to driver

2018-05-23 Thread Ley Foon Tan
On Mon, May 14, 2018 at 6:01 AM, Simon Glass wrote: > On 8 May 2018 at 13:19, Ley Foon Tan wrote: >> Add code to reset all reset signals as in mmc DT node. A reset property is >> an optional feature, >> so only print out a warning and do not fail if a reset property is not >> present. >> >> If

Re: [U-Boot] [PATCH v3 1/3] mmc: dwmmc: socfpga: Add reset ctrl to driver

2018-05-13 Thread Simon Glass
On 8 May 2018 at 13:19, Ley Foon Tan wrote: > Add code to reset all reset signals as in mmc DT node. A reset property is an > optional feature, > so only print out a warning and do not fail if a reset property is not > present. > > If a reset property is discovered, then use it to deassert, thus

[U-Boot] [PATCH v3 1/3] mmc: dwmmc: socfpga: Add reset ctrl to driver

2018-05-07 Thread Ley Foon Tan
Add code to reset all reset signals as in mmc DT node. A reset property is an optional feature, so only print out a warning and do not fail if a reset property is not present. If a reset property is discovered, then use it to deassert, thus bringing the IP out of reset. Signed-off-by: Ley Foon T