mbox series

[OpenWrt-Devel,v2,0/3] kernel: add support for realtek rtl8367s

Message ID bb14fde2-6054-c8d3-a147-d800c18e9361@yandex.ru
Headers show
Series kernel: add support for realtek rtl8367s | expand

Message

Serge Vailugin Aug. 27, 2019, 9:49 a.m. UTC
Adding support for tplink archer c5 v4 some problems arise:
1. Device use unsupported rtl8367s switch.
2. rtl8367s switch have non default 0 phy address at mii-bus (29).
3. rtl8367s switch is connected through unsupported extended interface 2.

The patches resolve these problems. Many info and sources were used from
forum topic [0]. Vendor driver and u-boot identify rtl8367s as RTL8367C
so I keep it.
All thease patches may be backported to previous release without changes

[0] https://forum.openwrt.org/t/support-for-new-archer-c5-v4
---
v1 -> v2 coding style and indentation

---
serge