realtek: pcs: add myself as module author
authorJonas Jelonek <jelonek.jonas@gmail.com>
Mon, 5 Jan 2026 13:04:34 +0000 (13:04 +0000)
committerRobert Marko <robimarko@gmail.com>
Wed, 7 Jan 2026 09:46:54 +0000 (10:46 +0100)
I have contributed quite a lot changes recently and should be made
responsible for most of the code that has been added to the PCS driver
after it has been introduced by Markus.

FWIW, add myself as another module author so anything I produced here
doesn't fall back to someone else, i.e. Markus as currently the single
module author.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21410
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/files-6.12/drivers/net/pcs/pcs-rtl-otto.c

index efa5287f18f61c185f9f30ebe33e19d90f53485e..7b1363b1fa9cb3676d444ae98005bf6d065d69a1 100644 (file)
@@ -3378,5 +3378,6 @@ static struct platform_driver rtpcs_driver = {
 module_platform_driver(rtpcs_driver);
 
 MODULE_AUTHOR("Markus Stockhausen <markus.stockhausen@gmx.de>");
+MODULE_AUTHOR("Jonas Jelonek <jelonek.jonas@gmail.com>");
 MODULE_DESCRIPTION("Realtek Otto SerDes PCS driver");
 MODULE_LICENSE("GPL v2");