RE: [PATCH] net: phy: micrel: Get phy node from phy-handle

2022-11-27 Thread Lim, Jit Loon
, Boon Khai ; Yuslaimi, Alif Zakuan ; Chong, Teik Heng ; Zamri, Muhammad Hazim Izzat ; Tang, Sieu Mun ; Ley Foon Tan Subject: Re: [PATCH] net: phy: micrel: Get phy node from phy-handle On Tue, Nov 22, 2022 at 4:41 PM Jit Loon Lim wrote: > > From: Ley Foon Tan > > HSD #1509063521

Re: [PATCH] net: phy: micrel: Get phy node from phy-handle

2022-11-26 Thread Ramon Fried
On Tue, Nov 22, 2022 at 4:41 PM Jit Loon Lim wrote: > > From: Ley Foon Tan > > HSD #1509063521: Try to get phy node from "phy-handle" if can't find > ethernet-phy subnode. What is this HSD ? Intel internal ? Please remove. > Lastly only use Ethernet node if can't find phy node from ethernet-phy

[PATCH] net: phy: micrel: Get phy node from phy-handle

2022-11-22 Thread Jit Loon Lim
From: Ley Foon Tan HSD #1509063521: Try to get phy node from "phy-handle" if can't find ethernet-phy subnode. Lastly only use Ethernet node if can't find phy node from ethernet-phy subnode and phy-handle. Signed-off-by: Ley Foon Tan Signed-off-by: Jit Loon Lim ---

Re: [PATCH] net: phy: micrel: Get phy node from phy-handle

2021-04-29 Thread Ramon Fried
On Mon, Apr 26, 2021 at 6:43 AM Ley Foon Tan wrote: > > If can't find ethernet-phy subnode, try to get phy node from "phy-handle". > Lastly, only use Ethernet node if can't find phy node from ethernet-phy > subnode and phy-handle. > > Signed-off-by: Ley Foon Tan > --- >

[PATCH] net: phy: micrel: Get phy node from phy-handle

2021-04-25 Thread Ley Foon Tan
If can't find ethernet-phy subnode, try to get phy node from "phy-handle". Lastly, only use Ethernet node if can't find phy node from ethernet-phy subnode and phy-handle. Signed-off-by: Ley Foon Tan --- drivers/net/phy/micrel_ksz90x1.c | 11 +-- 1 file changed, 9 insertions(+), 2