Re: [U-Boot] [PATCH v2] usb: dwc2: Add reset ctrl to driver

2018-08-16 Thread Marek Vasut
On 08/16/2018 11:48 AM, Ley Foon Tan wrote: > On Thu, Aug 16, 2018 at 5:21 PM, Marek Vasut wrote: >> On 08/16/2018 11:18 AM, Ley Foon Tan wrote: >>> On Thu, Aug 16, 2018 at 4:26 PM, Marek Vasut wrote: On 08/16/2018 07:45 AM, Ley Foon Tan wrote: > Add code to reset all reset signals as

Re: [U-Boot] [PATCH v2] usb: dwc2: Add reset ctrl to driver

2018-08-16 Thread Ley Foon Tan
On Thu, Aug 16, 2018 at 5:21 PM, Marek Vasut wrote: > On 08/16/2018 11:18 AM, Ley Foon Tan wrote: >> On Thu, Aug 16, 2018 at 4:26 PM, Marek Vasut wrote: >>> On 08/16/2018 07:45 AM, Ley Foon Tan wrote: Add code to reset all reset signals as in usb DT node. A reset property is an

Re: [U-Boot] [PATCH v2] usb: dwc2: Add reset ctrl to driver

2018-08-16 Thread Marek Vasut
On 08/16/2018 11:18 AM, Ley Foon Tan wrote: > On Thu, Aug 16, 2018 at 4:26 PM, Marek Vasut wrote: >> On 08/16/2018 07:45 AM, Ley Foon Tan wrote: >>> Add code to reset all reset signals as in usb DT node. A reset property >>> is an optional feature, so only print out a warning and do not fail if a

Re: [U-Boot] [PATCH v2] usb: dwc2: Add reset ctrl to driver

2018-08-16 Thread Ley Foon Tan
On Thu, Aug 16, 2018 at 4:26 PM, Marek Vasut wrote: > On 08/16/2018 07:45 AM, Ley Foon Tan wrote: >> Add code to reset all reset signals as in usb 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

Re: [U-Boot] [PATCH v2] usb: dwc2: Add reset ctrl to driver

2018-08-16 Thread Marek Vasut
On 08/16/2018 07:45 AM, Ley Foon Tan wrote: > Add code to reset all reset signals as in usb 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 >