Re: [U-Boot] [PATCH] net: fec_mxc: fix phy-reset-gpios logic

2018-10-22 Thread Anatolij Gustschin
Hi Joe, On Mon, 22 Oct 2018 21:02:22 + Joe Hershberger joe.hershber...@ni.com wrote: ... > This is already covered in https://patchwork.ozlabs.org/patch/979099/ > and https://patchwork.ozlabs.org/patch/979101/ Okay, thanks! -- Anatolij ___ U-Boot m

Re: [U-Boot] [PATCH] net: fec_mxc: fix phy-reset-gpios logic

2018-10-22 Thread Joe Hershberger
Hi Anatolij, On Thu, Oct 18, 2018 at 9:15 AM Anatolij Gustschin wrote: > > 'phy-reset-gpios' property is optional, don't return error when > it is missing. Read 'phy-reset-duration' property only if > 'phy-reset-gpios' exists. The binding defines the duration value > in milliseconds, so use mdela

[U-Boot] [PATCH] net: fec_mxc: fix phy-reset-gpios logic

2018-10-18 Thread Anatolij Gustschin
'phy-reset-gpios' property is optional, don't return error when it is missing. Read 'phy-reset-duration' property only if 'phy-reset-gpios' exists. The binding defines the duration value in milliseconds, so use mdelay() for waiting. Signed-off-by: Anatolij Gustschin Cc: Joe Hershberger --- driv