Re: [PATCH net-next] net: phy: broadcom: add support for BCM54811 PHY

2020-05-15 Thread Kevin Lo
On Fri, May 15, 2020 at 02:31:42PM -0700, Jakub Kicinski wrote: > > On Sat, 16 May 2020 01:24:47 +0800 Kevin Lo wrote: > > The BCM54811 PHY shares many similarities with the already supported > > BCM54810 > > PHY but additionally requires some semi-unique configuration. > > > > Signed-off-by: Ke

Re: [PATCH net-next] net: phy: broadcom: add support for BCM54811 PHY

2020-05-15 Thread Jakub Kicinski
On Sat, 16 May 2020 01:24:47 +0800 Kevin Lo wrote: > The BCM54811 PHY shares many similarities with the already supported BCM54810 > PHY but additionally requires some semi-unique configuration. > > Signed-off-by: Kevin Lo > Reviewed-by: Florian Fainelli Checkpatch complains about using spaces

Re: [PATCH net-next] net: phy: broadcom: add support for BCM54811 PHY

2020-05-15 Thread David Miller
From: Kevin Lo Date: Sat, 16 May 2020 01:24:47 +0800 > The BCM54811 PHY shares many similarities with the already supported BCM54810 > PHY but additionally requires some semi-unique configuration. > > Signed-off-by: Kevin Lo > Reviewed-by: Florian Fainelli Applied.

[PATCH net-next] net: phy: broadcom: add support for BCM54811 PHY

2020-05-15 Thread Kevin Lo
The BCM54811 PHY shares many similarities with the already supported BCM54810 PHY but additionally requires some semi-unique configuration. Signed-off-by: Kevin Lo Reviewed-by: Florian Fainelli --- diff --git a/drivers/net/phy/broadcom.c b/drivers/net/phy/broadcom.c index 97201d5cf007..f61cb3add