From: Vadim Fedorenko <vadim.fedorenko@linux.dev>
To: "Marc Kleine-Budde" <mkl@pengutronix.de>,
"Vincent Mailhol" <mailhol@kernel.org>,
"Stefan Mätje" <stefan.maetje@esd.eu>,
socketcan@esd.eu, "Manivannan Sadhasivam" <mani@kernel.org>,
"Thomas Kopp" <thomas.kopp@microchip.com>,
"Oliver Hartkopp" <socketcan@hartkopp.net>,
"Jimmy Assarsson" <extja@kvaser.com>,
"Axel Forsman" <axfo@kvaser.com>,
"Vadim Fedorenko" <vadim.fedorenko@linux.dev>
Cc: linux-can@vger.kernel.org, netdev@vger.kernel.org,
Jakub Kicinski <kuba@kernel.org>,
Vladimir Oltean <vladimir.oltean@nxp.com>,
Kory Maincent <kory.maincent@bootlin.com>,
Jacob Keller <jacob.e.keller@intel.com>
Subject: [PATCH net-next 0/3] convert can drivers to use ndo_hwtstamp callbacks
Date: Wed, 29 Oct 2025 23:16:17 +0000 [thread overview]
Message-ID: <20251029231620.1135640-1-vadim.fedorenko@linux.dev> (raw)
The patchset converts generic ioctl implementation into a pair of
ndo_hwtstamp_get/ndo_hwtstamp_set generic callbacks and replaces
callbacks in drivers.
Vadim Fedorenko (3):
can: convert generic HW timestamp ioctl to ndo_hwtstamp callbacks
can: peak_canfd: convert to use ndo_hwtstamp callbacks
can: peak_usb: convert to use ndo_hwtstamp callbacks
drivers/net/can/dev/dev.c | 45 +++++++++----------
drivers/net/can/esd/esd_402_pci-core.c | 3 +-
.../can/kvaser_pciefd/kvaser_pciefd_core.c | 3 +-
drivers/net/can/peak_canfd/peak_canfd.c | 35 +++++++--------
.../net/can/spi/mcp251xfd/mcp251xfd-core.c | 3 +-
drivers/net/can/usb/etas_es58x/es58x_core.c | 3 +-
drivers/net/can/usb/gs_usb.c | 20 +++++++--
.../net/can/usb/kvaser_usb/kvaser_usb_core.c | 3 +-
drivers/net/can/usb/peak_usb/pcan_usb_core.c | 39 ++++++++--------
include/linux/can/dev.h | 6 ++-
10 files changed, 88 insertions(+), 72 deletions(-)
--
2.47.3
next reply other threads:[~2025-10-29 23:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-29 23:16 Vadim Fedorenko [this message]
2025-10-29 23:16 ` [PATCH net-next 1/3] can: convert generic HW timestamp ioctl to ndo_hwtstamp callbacks Vadim Fedorenko
2025-10-30 17:01 ` Kory Maincent
2025-10-29 23:16 ` [PATCH net-next 2/3] can: peak_canfd: convert to use " Vadim Fedorenko
2025-10-30 17:04 ` Kory Maincent
2025-10-29 23:16 ` [PATCH net-next 3/3] can: peak_usb: " Vadim Fedorenko
2025-10-30 17:05 ` Kory Maincent
2025-10-30 6:36 ` [PATCH net-next 0/3] convert can drivers " Vincent Mailhol
2025-10-31 12:19 ` Marc Kleine-Budde
2025-11-12 8:45 ` Marc Kleine-Budde
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251029231620.1135640-1-vadim.fedorenko@linux.dev \
--to=vadim.fedorenko@linux.dev \
--cc=axfo@kvaser.com \
--cc=extja@kvaser.com \
--cc=jacob.e.keller@intel.com \
--cc=kory.maincent@bootlin.com \
--cc=kuba@kernel.org \
--cc=linux-can@vger.kernel.org \
--cc=mailhol@kernel.org \
--cc=mani@kernel.org \
--cc=mkl@pengutronix.de \
--cc=netdev@vger.kernel.org \
--cc=socketcan@esd.eu \
--cc=socketcan@hartkopp.net \
--cc=stefan.maetje@esd.eu \
--cc=thomas.kopp@microchip.com \
--cc=vladimir.oltean@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.