plappermaul
plappermaul
Tested on DGS-1210-20. Maybe far from perfect but I like to get feedback. Once applied we get the following new features: ``` root@OpenWrt:/# cat /sys/kernel/debug/clk/clk_summary enable prepare protect duty clock...
Several devices provide U-Boot versions with only gzip compressed kernel support (e.g. Realtek switches). To avoid going the hard way with lzma-loader we can make use of enhanced gzip tool...
This already works well with current netifd. Fully featured this will make luci-proto-bonding obsolete
The network device page has two glitches if we use bonding interfaces. 1. A device bonding_masters is shown. Nevertheless the node /sys/class/net/bonding_masters is no device at all 2. The bond...
After digging around in the driver I think it might be possible to open up the precompiled libkfio.o. That would require some code rearrangement. If you think that is worth...
Support the realtek clock driver with a helpful companion.
This small series covers some long standing bugs & inconveniences in the drivers.
The operating mode of a serdes must be aligned with the attached PHY. That does not only require to change the protocol (e.g. SGMII) but also the speed (e.g. 1.25G)....
Until now the Realtek targets have a global SoC info structure that is filled during kernel bringup. There has always been the discussion to remove it but it was never...
While converting the RTL931x SerDes code to the new frontend access methods, the target specific workarounds where left in place. The old functions were kept and the phy/sds mapping was...