Re: [PATCH v1 2/7] net: phy: realtek: Add support for RTL8201F PHY module.

2020-07-07 Thread Tom Rini
On Sat, May 09, 2020 at 07:55:10PM +0530, Amit Singh Tomar wrote: > This patch adds support for Realtek PHY RTL8201F 10/100Mbs > (with variants: RTL8201FN and RTL8201FL) PHYceiver. It is > present on Actions Semi Cubieboard7 board. > > Signed-off-by: Amit Singh Tomar Applied to u-boot/master,

[PATCH v1 2/7] net: phy: realtek: Add support for RTL8201F PHY module.

2020-05-09 Thread Amit Singh Tomar
This patch adds support for Realtek PHY RTL8201F 10/100Mbs (with variants: RTL8201FN and RTL8201FL) PHYceiver. It is present on Actions Semi Cubieboard7 board. Signed-off-by: Amit Singh Tomar --- drivers/net/phy/realtek.c | 20 1 file changed, 20 insertions(+) diff --git