These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
19 lines
691 B
Diff
19 lines
691 B
Diff
From 167cd1b55218f76fcb90c56f2f4756578ff28c2b Mon Sep 17 00:00:00 2001
|
|
From: tiagofreire-pt <41837236+tiagofreire-pt@users.noreply.github.com>
|
|
Date: Sat, 29 Jan 2022 10:01:36 +0000
|
|
Subject: [PATCH] Patching lan78xx for SOF_TIMESTAMPING_TX_SOFTWARE support
|
|
|
|
---
|
|
drivers/net/usb/lan78xx.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/drivers/net/usb/lan78xx.c
|
|
+++ b/drivers/net/usb/lan78xx.c
|
|
@@ -1935,6 +1935,7 @@ static const struct ethtool_ops lan78xx_
|
|
.set_link_ksettings = lan78xx_set_link_ksettings,
|
|
.get_regs_len = lan78xx_get_regs_len,
|
|
.get_regs = lan78xx_get_regs,
|
|
+ .get_ts_info = ethtool_op_get_ts_info,
|
|
};
|
|
|
|
static void lan78xx_init_mac_address(struct lan78xx_net *dev)
|