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

2018-05-02 Thread Bhadram Varka
HI David, On 5/2/2018 10:51 PM, David Miller wrote: Please remove the email footer from your postings here that talks about confidential information and whatnot. That is expressly inappropriate for this mailing list, and any such postings shall be ignored in their entirety. I Understand thi

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

2018-05-02 Thread David Miller
Please remove the email footer from your postings here that talks about confidential information and whatnot. That is expressly inappropriate for this mailing list, and any such postings shall be ignored in their entirety. Thank you.

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

2018-05-02 Thread Bhadram Varka
On 5/2/2018 6:59 PM, Andrew Lunn wrote: On Wed, May 02, 2018 at 03:54:36PM +0530, Bhadram Varka wrote: It adds support for BCM89610 (Single-Port 10/100/1000BASE-T) transceiver which is used in P3310 Tegra186 platform. Signed-off-by: Bhadram Varka --- drivers/net/phy/broadcom.c | 11

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

2018-05-02 Thread Andrew Lunn
On Wed, May 02, 2018 at 03:54:36PM +0530, Bhadram Varka wrote: > It adds support for BCM89610 (Single-Port 10/100/1000BASE-T) > transceiver which is used in P3310 Tegra186 platform. > > Signed-off-by: Bhadram Varka > --- > drivers/net/phy/broadcom.c | 11 +++ > include/linux/brcmphy.h

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

2018-05-02 Thread Bhadram Varka
It adds support for BCM89610 (Single-Port 10/100/1000BASE-T) transceiver which is used in P3310 Tegra186 platform. Signed-off-by: Bhadram Varka --- drivers/net/phy/broadcom.c | 11 +++ include/linux/brcmphy.h| 1 + 2 files changed, 12 insertions(+) diff --git a/drivers/net/phy/broa