]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: realtek: Support RTL8366RB variant
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 14 Jul 2018 09:45:53 +0000 (11:45 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Jul 2018 04:43:38 +0000 (13:43 +0900)
commitae9c1c432cce47de8f4fb158d82cf96cb808e549
tree332f38aa20e602b275bdfae27387cca290d4e2c2
parent22c3e43f1f354b831d3cdfd231e342b862cce3c4
net: phy: realtek: Support RTL8366RB variant

The RTL8366RB is an ASIC with five internal PHYs for
LAN0..LAN3 and WAN. The PHYs are spawn off the main
device so they can be handled in a distributed manner
by the Realtek PHY driver. All that is really needed
is the power save feature enablement and letting the
PHY driver core pick up the IRQ from the switch chip.

Cc: Antti Seppälä <a.seppala@gmail.com>
Cc: Roman Yeryomin <roman@advem.lv>
Cc: Colin Leitner <colin.leitner@googlemail.com>
Cc: Gabor Juhos <juhosg@openwrt.org>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/realtek.c