Re: [PATCH 1/3] net: phy: add support to detect 100BASE-T1 capability

2017-12-14 Thread Lucas Stach
Am Donnerstag, den 14.12.2017, 10:46 +0100 schrieb Andrew Lunn: > > > Hi Lucas > > > > > > Why did you decide to do this, and not add a SUPPORTED_100baseT1? > > > > > > Could a device support both 100-BASE-T and 100-BASE-T1?  If at > > > some > > > point we need to differentiate between them, it

Re: [PATCH 1/3] net: phy: add support to detect 100BASE-T1 capability

2017-12-14 Thread Andrew Lunn
> > Hi Lucas > > > > Why did you decide to do this, and not add a SUPPORTED_100baseT1? > > > > Could a device support both 100-BASE-T and 100-BASE-T1?  If at some > > point we need to differentiate between them, it is going to be > > hard. Especially since this is part of the kernel ABI. > > Net

Re: [PATCH 1/3] net: phy: add support to detect 100BASE-T1 capability

2017-12-14 Thread Lucas Stach
Hi Andrew, Am Mittwoch, den 13.12.2017, 21:11 +0100 schrieb Andrew Lunn: > On Wed, Dec 13, 2017 at 06:37:49PM +0100, Lucas Stach wrote: > > 100BASE-T1 is the automotive ethernet standard 802.3bw-2015. > > Currently > > we don't detect any valid modes for PHYs, which only support this > > standard.

Re: [PATCH 1/3] net: phy: add support to detect 100BASE-T1 capability

2017-12-13 Thread Andrew Lunn
On Wed, Dec 13, 2017 at 06:37:49PM +0100, Lucas Stach wrote: > 100BASE-T1 is the automotive ethernet standard 802.3bw-2015. Currently > we don't detect any valid modes for PHYs, which only support this > standard. Add support to detect the common 100Mbit full-duplex mode. > > Signed-off-by: Lucas

[PATCH 1/3] net: phy: add support to detect 100BASE-T1 capability

2017-12-13 Thread Lucas Stach
100BASE-T1 is the automotive ethernet standard 802.3bw-2015. Currently we don't detect any valid modes for PHYs, which only support this standard. Add support to detect the common 100Mbit full-duplex mode. Signed-off-by: Lucas Stach --- drivers/net/phy/phy_device.c | 2 ++ include/uapi/linux/mii