kernel: add missing patch description (again)
Add missing patch description, so all generic patches can be applied to a kernel tree using 'git am'. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
9247eb4002
commit
9bf606250d
@ -1,5 +1,3 @@
|
||||
# ADAPTED FOR OPENWRT 6.12.67 - Documentation changes removed
|
||||
# Original commit: fc0e6db30941
|
||||
From fc0e6db30941a66e284b8516b82356f97f31061d Mon Sep 17 00:00:00 2001
|
||||
From: "Kory Maincent (Dent Project)" <kory.maincent@bootlin.com>
|
||||
Date: Tue, 17 Jun 2025 14:12:01 +0200
|
||||
@ -15,6 +13,9 @@ Link: https://patch.msgid.link/20250617-feature_poe_port_prio-v14-2-78a1a645e2ee
|
||||
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
||||
Signed-off-by: Carlo Szelinsky <github@szelinsky.de>
|
||||
---
|
||||
# ADAPTED FOR OPENWRT 6.12.67 - Documentation changes removed
|
||||
# Original commit: fc0e6db30941
|
||||
|
||||
Documentation/netlink/specs/ethtool.yaml | 34 ++++
|
||||
Documentation/networking/ethtool-netlink.rst | 19 ++
|
||||
drivers/net/pse-pd/pse_core.c | 179 ++++++++++++++++++
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
# ADAPTED FOR OPENWRT 6.12.67 - Documentation changes removed
|
||||
# Original commit: 1176978ed851
|
||||
From 1176978ed851952652ddea3685e2f71a0e5d61ff Mon Sep 17 00:00:00 2001
|
||||
From: "Kory Maincent (Dent Project)" <kory.maincent@bootlin.com>
|
||||
Date: Tue, 17 Jun 2025 14:12:04 +0200
|
||||
@ -15,6 +13,9 @@ Link: https://patch.msgid.link/20250617-feature_poe_port_prio-v14-5-78a1a645e2ee
|
||||
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
||||
Signed-off-by: Carlo Szelinsky <github@szelinsky.de>
|
||||
---
|
||||
# ADAPTED FOR OPENWRT 6.12.67 - Documentation changes removed
|
||||
# Original commit: 1176978ed851
|
||||
|
||||
Documentation/netlink/specs/ethtool.yaml | 5 +++++
|
||||
Documentation/networking/ethtool-netlink.rst | 4 ++++
|
||||
drivers/net/pse-pd/pse_core.c | 3 +++
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
# ADAPTED FOR OPENWRT 6.12 - Documentation changes removed
|
||||
# Original commit: eeb0c8f72f49
|
||||
From eeb0c8f72f49a21984981188404cfd3700edbaff Mon Sep 17 00:00:00 2001
|
||||
From: "Kory Maincent (Dent Project)" <kory.maincent@bootlin.com>
|
||||
Date: Tue, 17 Jun 2025 14:12:07 +0200
|
||||
@ -15,6 +13,9 @@ Link: https://patch.msgid.link/20250617-feature_poe_port_prio-v14-8-78a1a645e2ee
|
||||
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
||||
Signed-off-by: Carlo Szelinsky <github@szelinsky.de>
|
||||
---
|
||||
# ADAPTED FOR OPENWRT 6.12 - Documentation changes removed
|
||||
# Original commit: eeb0c8f72f49
|
||||
|
||||
net/ethtool/pse-pd.c | 18 ++++++++++++++++++
|
||||
1 file changed, 18 insertions(+)
|
||||
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
From: John Crispin <john@phrozen.org>
|
||||
Date: Tue, 29 Oct 2024 13:37:40 +0100
|
||||
Subject: [PATCH] net: add support for Realtek RTL8261n 10G PHYs
|
||||
|
||||
There is no upstream driver yet. Merge the RTL SDK driver for now.
|
||||
|
||||
Signed-off-by: John Crispin <john@phrozen.org>
|
||||
--- a/drivers/net/phy/Kconfig
|
||||
+++ b/drivers/net/phy/Kconfig
|
||||
@@ -431,6 +431,8 @@ config QSEMI_PHY
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
From: John Crispin <john@phrozen.org>
|
||||
Date: Tue, 29 Oct 2024 13:37:40 +0100
|
||||
Subject: [PATCH] net: add support for Realtek RTL8261n 10G PHYs
|
||||
|
||||
There is no upstream driver yet. Merge the RTL SDK driver for now.
|
||||
|
||||
Signed-off-by: John Crispin <john@phrozen.org>
|
||||
--- a/drivers/net/phy/Kconfig
|
||||
+++ b/drivers/net/phy/Kconfig
|
||||
@@ -458,6 +458,8 @@ config QSEMI_PHY
|
||||
|
||||
Loading…
Reference in New Issue
Block a user