Re: [U-Boot] [PATCH v6 0/5] drivers: Add reset ctrl to drivers

2018-07-06 Thread Tom Rini
On Fri, Jul 06, 2018 at 10:45:18AM +0800, Ley Foon Tan wrote: > On Thu, Jun 14, 2018 at 6:45 PM, Ley Foon Tan wrote: > > Add reset ctrl to dwmmc socfpga, designware Ethernet and ns16550 serial > > drivers. > > > > A reset property is an optional feature, so only print out a warning and > > do not

Re: [U-Boot] [PATCH v6 0/5] drivers: Add reset ctrl to drivers

2018-07-05 Thread Ley Foon Tan
On Thu, Jun 14, 2018 at 6:45 PM, Ley Foon Tan wrote: > Add reset ctrl to dwmmc socfpga, designware Ethernet and ns16550 serial > drivers. > > 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 disco

[U-Boot] [PATCH v6 0/5] drivers: Add reset ctrl to drivers

2018-06-13 Thread Ley Foon Tan
Add reset ctrl to dwmmc socfpga, designware Ethernet and ns16550 serial drivers. 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 res