Re: [U-Boot] [PATCH v6 5/8] usb: dwc2: use dev_read_bool() instead of fdt_getprop()

2017-06-22 Thread rock-chips(daniel.meng)
On 2017/6/23 1:29, Heiko Stuebner wrote: Hi, Am Mittwoch, 21. Juni 2017, 11:58:24 CEST schrieb Meng Dongyang: Use dev_read_bool() instead of fdt_getprop() to get the property from DTS. And add a comment for "hnp-srp-disable" property to fully describe its effect. Signed-off-by: Meng Dongyang

Re: [U-Boot] [PATCH v6 5/8] usb: dwc2: use dev_read_bool() instead of fdt_getprop()

2017-06-22 Thread Heiko Stuebner
Hi, Am Mittwoch, 21. Juni 2017, 11:58:24 CEST schrieb Meng Dongyang: > Use dev_read_bool() instead of fdt_getprop() to get the property > from DTS. And add a comment for "hnp-srp-disable" property to > fully describe its effect. > > Signed-off-by: Meng Dongyang > --- > > Changes in v6: > - New

[U-Boot] [PATCH v6 5/8] usb: dwc2: use dev_read_bool() instead of fdt_getprop()

2017-06-20 Thread Meng Dongyang
Use dev_read_bool() instead of fdt_getprop() to get the property from DTS. And add a comment for "hnp-srp-disable" property to fully describe its effect. Signed-off-by: Meng Dongyang --- Changes in v6: - New patch - Use dev_read_bool() instead of fdt_getprop() - Add a comment for "hnp-srp-disabl