[PATCH v2 net-next 2/2] dt-bindings: net: add support for Microchip KSZ9131 Ethernet PHY

2018-09-27 Thread Yuiko Oshino
Add support for Microchip Technology KSZ9131 10/100/1000 Ethernet PHY Signed-off-by: Yuiko Oshino --- .../devicetree/bindings/net/micrel-ksz90x1.txt | 29 +- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/micrel

[PATCH v2 net-next 1/2] net: phy: micrel: add Microchip KSZ9131 inital driver

2018-09-27 Thread Yuiko Oshino
Add support for Microchip Technology KSZ9131 10/100/1000 Ethernet PHY Signed-off-by: Yuiko Oshino --- drivers/net/phy/micrel.c | 32 +--- include/linux/micrel_phy.h | 1 + 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/drivers/net/phy/micrel.c b

[PATCH v2 net-next 0/2] Add support for Microchip Technology KSZ9131 10/100/1000 Ethernet PHY

2018-09-27 Thread Yuiko Oshino
This is the initial driver for Microchip KSZ9131 10/100/1000 Ethernet PHY v2: - Creating a series from two related patches. Yuiko Oshino (2): net: phy: micrel: add Microchip KSZ9131 inital driver dt-bindings: net: add support for Microchip KSZ9131 Ethernet PHY .../devicetree/bindings/net

[PATCH net] smsc75xx: Add workaround for gigabit link up hardware errata.

2018-07-03 Thread Yuiko Oshino
In certain conditions, the device may not be able to link in gigabit mode. This software workaround ensures that the device will not enter the failure state. Fixes: d0cad871703b898a442e4049c532ec39168e5b57 ("SMSC75XX USB 2.0 Gigabit Ethernet Devices") Signed-off-by: Yuiko Oshino --

[PATCH net] lan78xx: Fix failure in USB Full Speed

2018-01-15 Thread Yuiko Oshino
Fix initialize the uninitialized tx_qlen to an appropriate value when USB Full Speed is used. Fixes: 55d7de9de6c3 ("Microchip's LAN7800 family USB 2/3 to 10/100/1000 Ethernet device driver") Signed-off-by: Yuiko Oshino <yuiko.osh...@microchip.com> --- drivers/net/usb/lan78xx