]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'dpaa_eth-conversion-to-ndo_hwtstamp_get-and-ndo_hwtstamp_set'
authorJakub Kicinski <kuba@kernel.org>
Fri, 9 May 2025 23:40:24 +0000 (16:40 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 9 May 2025 23:40:24 +0000 (16:40 -0700)
commit4b3f6fb8d0a19f8e0e9dddd8c4db6733cca0316d
tree9967a14605fa043af90cb5ea70a570f7dc644e7c
parent6c14058edfd01cdc0d3018b9069643b0da7c3e80
parentc2d0b7da611a80596442f453dbf738623719521f
Merge branch 'dpaa_eth-conversion-to-ndo_hwtstamp_get-and-ndo_hwtstamp_set'

Vladimir Oltean says:

====================
dpaa_eth conversion to ndo_hwtstamp_get() and ndo_hwtstamp_set()

This is part of the effort to finalize the conversion of drivers to the
dedicated hardware timestamping API.

In the case of the DPAA1 Ethernet driver, a bit more care is needed,
because dpaa_ioctl() looks a bit strange. It handles the "set" IOCTL but
not the "get", and even the phylink_mii_ioctl() portion could do with
some cleanup.
====================

Link: https://patch.msgid.link/20250508124753.1492742-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>