[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240806074731.1905378-1-mkl@pengutronix.de>
Date: Tue, 6 Aug 2024 09:41:51 +0200
From: Marc Kleine-Budde <mkl@...gutronix.de>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net,
kuba@...nel.org,
linux-can@...r.kernel.org,
kernel@...gutronix.de
Subject: [PATCH net-next 0/20] pull-request: can-next 2024-08-06
Hello netdev-team,
this is a pull request of 20 patches for net-next/master.
The first patch is by Frank Li and adds the can-transceiver property
to the flexcan device-tree bindings.
Haibo Chen contributes 2 patches for the flexcan driver to add wakeup
support for the imx95.
The 2 patches by Stefan Mätje for the esd_402_pci driver clean up the
driver and add support for the one-shot mode.
The last 15 patches are by Jimmy Assarsson and add hardware timestamp
support for all devices covered by the kvaser_usb driver.
regards,
Marc
---
The following changes since commit 3608d6aca5e793958462e6e01a8cdb6c6e8088d0:
Merge branch 'dsa-en7581' into main (2024-08-04 15:22:31 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-6.12-20240806
for you to fetch changes up to fa3c40b9d540948884a7ae2205c247729e9f9f8f:
Merge patch series "can: kvaser_usb: Add hardware timestamp support to all devices" (2024-08-05 17:39:05 +0200)
----------------------------------------------------------------
linux-can-next-for-6.12-20240806
----------------------------------------------------------------
Frank Li (1):
dt-bindings: can: fsl,flexcan: add common 'can-transceiver' for fsl,flexcan
Haibo Chen (2):
dt-bindings: can: fsl,flexcan: move fsl,imx95-flexcan standalone
can: flexcan: add wakeup support for imx95
Jimmy Assarsson (15):
can: kvaser_usb: Add helper functions to convert device timestamp into ktime
can: kvaser_usb: hydra: kvaser_usb_hydra_ktime_from_rx_cmd: Drop {rx_} in function name
can: kvaser_usb: hydra: Add struct for Tx ACK commands
can: kvaser_usb: hydra: Set hardware timestamp on transmitted packets
can: kvaser_usb: leaf: Add struct for Tx ACK commands
can: kvaser_usb: leaf: Assign correct timestamp_freq for kvaser_usb_leaf_imx_dev_cfg_{16,24,32}mhz
can: kvaser_usb: leaf: Replace kvaser_usb_leaf_m32c_dev_cfg with kvaser_usb_leaf_m32c_dev_cfg_{16,24,32}mhz
can: kvaser_usb: leaf: kvaser_usb_leaf_tx_acknowledge: Rename local variable
can: kvaser_usb: leaf: Add hardware timestamp support to leaf based devices
can: kvaser_usb: leaf: Add structs for Tx ACK and clock overflow commands
can: kvaser_usb: leaf: Store MSB of timestamp
can: kvaser_usb: leaf: Add hardware timestamp support to usbcan devices
can: kvaser_usb: Remove KVASER_USB_QUIRK_HAS_HARDWARE_TIMESTAMP
can: kvaser_usb: Remove struct variables kvaser_usb_{ethtool,netdev}_ops
can: kvaser_usb: Rename kvaser_usb_{ethtool,netdev}_ops_hwts to kvaser_usb_{ethtool,netdev}_ops
Marc Kleine-Budde (3):
Merge patch series "can: fsl,flexcan: add imx95 wakeup"
Merge patch series "can: esd_402_pci: Do cleanup; Add one-shot mode"
Merge patch series "can: kvaser_usb: Add hardware timestamp support to all devices"
Stefan Mätje (2):
can: esd_402_pci: Rename esdACC CTRL register macros
can: esd_402_pci: Add support for one-shot mode
.../devicetree/bindings/net/can/fsl,flexcan.yaml | 8 +-
drivers/net/can/esd/esd_402_pci-core.c | 5 +-
drivers/net/can/esd/esdacc.c | 55 +++++-----
drivers/net/can/esd/esdacc.h | 36 ++++---
drivers/net/can/flexcan/flexcan-core.c | 50 +++++++--
drivers/net/can/flexcan/flexcan.h | 2 +
drivers/net/can/usb/kvaser_usb/kvaser_usb.h | 26 ++++-
drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c | 21 +---
drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c | 41 +++++---
drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c | 114 ++++++++++++++++++---
10 files changed, 255 insertions(+), 103 deletions(-)
Powered by blists - more mailing lists