mbox series

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

Message ID b766be95-578a-cfb4-38b2-8aaae2273523@yandex.ru
Headers show
Series kernel: add support for realtek rtl8367s | expand

Message

Serge Vailugin Aug. 15, 2019, 8:26 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

---
serge

Comments

Chuanhong Guo Aug. 17, 2019, 2:54 p.m. UTC | #1
Hi!

On Thu, Aug 15, 2019 at 4:26 PM Serge Vasilugin <vasilugin@yandex.ru> wrote:
>
> 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

There are some review comments about this driver on GitHub PR#2174 [0]
Would you mind to check it out there?
(v2 patch could still be sent here on the mailing list)

>
> [0] https://forum.openwrt.org/t/support-for-new-archer-c5-v4
>
> ---
> serge
>

Regards,
Chuanhong Guo

[0] https://github.com/openwrt/openwrt/pull/2174