]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'add-hwtstamp_get-callback-to-phy-drivers'
authorJakub Kicinski <kuba@kernel.org>
Thu, 27 Nov 2025 00:56:36 +0000 (16:56 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 27 Nov 2025 00:56:36 +0000 (16:56 -0800)
commitfdaf715b1acb5c765379489d6e71ec3f302975df
tree7980359727bafe60a655e7faf188d6642cfc1ea6
parentc01a6e5b2e4f21d31cf725b9f3803cb0280b1b8d
parentdadc51871d768268ee29580fcdf21ac51b306c21
Merge branch 'add-hwtstamp_get-callback-to-phy-drivers'

Vadim Fedorenko says:

====================
add hwtstamp_get callback to phy drivers

PHY drivers are able to configure HW time stamping and are not able to
report configuration back to user space. Add callback to report
configuration like it's done for net_device and add implementation to
the drivers.
====================

Link: https://patch.msgid.link/20251124181151.277256-1-vadim.fedorenko@linux.dev
Signed-off-by: Jakub Kicinski <kuba@kernel.org>