Re: [PATCH net-next] net: phy: xilinx: add Xilinx PHY driver

2019-05-31 Thread Florian Fainelli
On 5/31/19 12:15 PM, Robert Hancock wrote: > This adds a driver for the PHY device implemented in the Xilinx PCS/PMA > Core logic. Aside from being a generic gigabit PHY, it includes an > important register setting to disable the PHY isolation bit, which is > required for the PHY to operate in 1000

Re: [PATCH net-next] net: phy: xilinx: add Xilinx PHY driver

2019-05-31 Thread Andrew Lunn
On Fri, May 31, 2019 at 01:15:49PM -0600, Robert Hancock wrote: > This adds a driver for the PHY device implemented in the Xilinx PCS/PMA > Core logic. Aside from being a generic gigabit PHY, it includes an > important register setting to disable the PHY isolation bit, which is > required for the P

[PATCH net-next] net: phy: xilinx: add Xilinx PHY driver

2019-05-31 Thread Robert Hancock
This adds a driver for the PHY device implemented in the Xilinx PCS/PMA Core logic. Aside from being a generic gigabit PHY, it includes an important register setting to disable the PHY isolation bit, which is required for the PHY to operate in 1000BaseX mode. This version is a simplified version o