openwrt/target/linux/realtek
Markus Stockhausen d3577dfbf3 realtek: eth: get rid of struct device
In the network context there might be confusion between "struct netdev"
and "struct device". The driver should avoid variables of type device
and name "dev" where possible. Remove all variables that point to the
device and use pdev->dev instead. This is like other network drivers
do it.

While we are here modernize logging during probing. Remove messages
from helpers and log errors during probing with dev_err_probe().

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/23420
Signed-off-by: Robert Marko <robimarko@gmail.com>
2026-05-21 12:19:47 +02:00
..
base-files realtek: add support for Zyxel XGS1930-28HP 2026-05-17 13:12:18 +02:00
dts realtek: add hog for PHY reset for XS1930-10 and -12HP 2026-05-21 12:08:42 +02:00
files-6.18 realtek: eth: get rid of struct device 2026-05-21 12:19:47 +02:00
image realtek: wire up GPIO fan for Zyxel XS1930 switches 2026-05-21 12:08:41 +02:00
patches-6.18 realtek: irq: switch to of_fwnode_handle() 2026-05-19 10:52:23 +02:00
profiles
rtl838x realtek: drop support for 6.12 2026-04-11 20:59:10 +02:00
rtl839x realtek: drop support for 6.12 2026-04-11 20:59:10 +02:00
rtl930x realtek: add support for XikeStor SKS7300-4X4T 2026-05-17 13:11:05 +02:00
rtl930x_nand realtek: drop support for 6.12 2026-04-11 20:59:10 +02:00
rtl931x realtek: add generic support for Zyxel XS1930 lineup 2026-04-20 11:13:06 +02:00
rtl931x_nand realtek: drop support for 6.12 2026-04-11 20:59:10 +02:00
Makefile realtek: switch to 6.18 2026-04-11 20:59:10 +02:00
modules.mk kernel: mfd: Add Hasivo STC8 mfd 2026-03-01 18:47:27 +01:00