Re: [U-Boot] [PATCH v2] spi: designware_spi: Add reset ctrl to driver

2018-09-20 Thread Jagan Teki
On Fri, Sep 7, 2018 at 11:55 AM, Ley Foon Tan wrote: > Add code to reset all reset signals as in SPI 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,

[U-Boot] [PATCH v2] spi: designware_spi: Add reset ctrl to driver

2018-09-06 Thread Ley Foon Tan
Add code to reset all reset signals as in SPI 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. Release reset when _remove