RE: [PATCH v4 3/5] net: macb: add support for c45 PHY

2019-06-24 Thread Parshuram Raju Thombare
>However, it seems from that comment that you're not talking about real >hardware. Is there no real hardware out there supporting 10G mode with >these proposed driver changes yet? I think there are some 10GBaseT PHY out there, but I don't have any test setup with those. This patch is tested on emu

Re: [PATCH v4 3/5] net: macb: add support for c45 PHY

2019-06-24 Thread Russell King - ARM Linux admin
On Mon, Jun 24, 2019 at 06:47:48AM +, Parshuram Raju Thombare wrote: > >Which Clause 45 PHY are you using? > > I am using emulated PHY in our CSP environment. Concentrated Solar Power? Chartered Society of Physiotherapy? Center for Space Physics? Sorry, I don't know what a "CSP environment

RE: [PATCH v4 3/5] net: macb: add support for c45 PHY

2019-06-23 Thread Parshuram Raju Thombare
>Which Clause 45 PHY are you using? I am using emulated PHY in our CSP environment. This is using 10G generic PHY driver, with PHY having compatible = "ethernet-phy-ieee802.3-c45" Hi Andrew, Can I add your "Reviewed-by" tag for this patch. You added it to this patch in last series. Regards, Pa

Re: [PATCH v4 3/5] net: macb: add support for c45 PHY

2019-06-23 Thread Russell King - ARM Linux admin
On Sun, Jun 23, 2019 at 10:23:17AM +0100, Parshuram Thombare wrote: > This patch modify MDIO read/write functions to support > communication with C45 PHY. Which Clause 45 PHY are you using? > > Signed-off-by: Parshuram Thombare > --- > drivers/net/ethernet/cadence/macb.h | 15 -- > dr

[PATCH v4 3/5] net: macb: add support for c45 PHY

2019-06-23 Thread Parshuram Thombare
This patch modify MDIO read/write functions to support communication with C45 PHY. Signed-off-by: Parshuram Thombare --- drivers/net/ethernet/cadence/macb.h | 15 -- drivers/net/ethernet/cadence/macb_main.c | 61 +++- 2 files changed, 61 insertions(+), 15 deletions(-