[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250925121332.848157-1-mkl@pengutronix.de>
Date: Thu, 25 Sep 2025 14:07:37 +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/48] pull-request: can-next 2025-09-25
Hello netdev-team,
this is a pull request of 48 patches for net-next/main, which
supersedes tags/linux-can-next-for-6.18-20250923.
The 1st patch is by Xichao Zhao and converts ns_to_ktime() to
us_to_ktime() in the m_can driver.
Vincent Mailhol contributes 2 patches: Updating the MAINTAINERS and
mailmap files to Vincent's new email address and sorting the includes
in the CAN helper library alphabeticaly.
Stéphane Grosjean's patch modifies all peak CAN drivers and the
mailmap to reflect Stéphane's new email address.
4 patches by Biju Das update the CAN-FD handling in the rcar_canfd
driver.
Followed by 11 patches by Geert Uytterhoeven updating and improving
the rcar_can driver.
Stefan Mätje contributes 2 patches for the esd_usb driver updating the
error messages.
The next 3 patch series are all by Vincent Mailhol: 3 patches to
optimize the size of struct raw_sock and struct uniqframe. 4 patches
which rework the CAN MTU logic as preparation for CAN-XL interfaces.
And finally 20 patches that prepare and refactor the CAN netlink code
for the upcoming CAN-XL support.
regards,
Marc
---
The following changes since commit fc006f5478fcf07d79b35e9dcdc51ecd11a6bf82:
net: phy: micrel: Update Kconfig help text (2025-09-12 17:34:27 -0700)
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.18-20250924
for you to fetch changes up to 896d52af944107c0644c12378741af9a3834c514:
Merge patch series "can: netlink: preparation before introduction of CAN XL step 3/3" (2025-09-24 17:10:01 +0200)
----------------------------------------------------------------
linux-can-next-for-6.18-20250924
----------------------------------------------------------------
Biju Das (4):
can: rcar_canfd: Update bit rate constants for RZ/G3E and R-Car Gen4
can: rcar_canfd: Update RCANFD_CFG_* macros
can: rcar_canfd: Simplify nominal bit rate config
can: rcar_canfd: Simplify data bit rate config
Geert Uytterhoeven (11):
can: rcar_can: Consistently use ndev for net_device pointers
can: rcar_can: Add helper variable dev to rcar_can_probe()
can: rcar_can: Convert to Runtime PM
can: rcar_can: Convert to BIT()
can: rcar_can: Convert to GENMASK()
can: rcar_can: CTLR bitfield conversion
can: rcar_can: TFCR bitfield conversion
can: rcar_can: BCR bitfield conversion
can: rcar_can: Mailbox bitfield conversion
can: rcar_can: Do not print alloc_candev() failures
can: rcar_can: Convert to %pe
Marc Kleine-Budde (6):
Merge patch series "can: rcar_canfd: R-Car CANFD Improvements"
Merge patch series "can: rcar_can: Miscellaneous cleanups and improvements"
Merge patch series "can: esd_usb: Fixes and improvements"
Merge patch series "can: raw: optimize the sizes of struct uniqframe and struct raw_sock"
Merge patch series "can: rework the CAN MTU logic (CAN XL preparation step 2/3)"
Merge patch series "can: netlink: preparation before introduction of CAN XL step 3/3"
Stefan Mätje (2):
can: esd_usb: Rework display of error messages
can: esd_usb: Avoid errors triggered from USB disconnect
Stéphane Grosjean (1):
can: peak: Modification of references to email accounts being deleted
Vincent Mailhol (29):
MAINTAINERS: update Vincent Mailhol's email address
can: dev: sort includes by alphabetical order
can: raw: reorder struct uniqframe's members to optimise packing
can: raw: use bitfields to store flags in struct raw_sock
can: raw: reorder struct raw_sock's members to optimise packing
can: annotate mtu accesses with READ_ONCE()
can: dev: turn can_set_static_ctrlmode() into a non-inline function
can: populate the minimum and maximum MTU values
can: enable CAN XL for virtual CAN devices by default
can: dev: move struct data_bittiming_params to linux/can/bittiming.h
can: dev: make can_get_relative_tdco() FD agnostic and move it to bittiming.h
can: netlink: document which symbols are FD specific
can: netlink: refactor can_validate_bittiming()
can: netlink: add can_validate_tdc()
can: netlink: add can_validate_databittiming()
can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logic
can: netlink: remove useless check in can_tdc_changelink()
can: netlink: make can_tdc_changelink() FD agnostic
can: netlink: add can_dtb_changelink()
can: netlink: add can_ctrlmode_changelink()
can: netlink: make can_tdc_get_size() FD agnostic
can: netlink: add can_data_bittiming_get_size()
can: netlink: add can_bittiming_fill_info()
can: netlink: add can_bittiming_const_fill_info()
can: netlink: add can_bitrate_const_fill_info()
can: netlink: make can_tdc_fill_info() FD agnostic
can: calc_bittiming: make can_calc_tdco() FD agnostic
can: dev: add can_get_ctrlmode_str()
can: netlink: add userland error messages
Xichao Zhao (1):
can: m_can: use us_to_ktime() where appropriate
.mailmap | 3 +
MAINTAINERS | 4 +-
drivers/net/can/dev/calc_bittiming.c | 10 +-
drivers/net/can/dev/dev.c | 80 +++-
drivers/net/can/dev/netlink.c | 628 ++++++++++++++++----------
drivers/net/can/m_can/m_can.c | 6 +-
drivers/net/can/peak_canfd/peak_canfd.c | 4 +-
drivers/net/can/peak_canfd/peak_canfd_user.h | 4 +-
drivers/net/can/peak_canfd/peak_pciefd_main.c | 6 +-
drivers/net/can/rcar/rcar_can.c | 290 ++++++------
drivers/net/can/rcar/rcar_canfd.c | 84 ++--
drivers/net/can/sja1000/peak_pci.c | 6 +-
drivers/net/can/sja1000/peak_pcmcia.c | 8 +-
drivers/net/can/usb/esd_usb.c | 64 ++-
drivers/net/can/usb/peak_usb/pcan_usb.c | 6 +-
drivers/net/can/usb/peak_usb/pcan_usb_core.c | 6 +-
drivers/net/can/usb/peak_usb/pcan_usb_core.h | 4 +-
drivers/net/can/usb/peak_usb/pcan_usb_fd.c | 3 +-
drivers/net/can/usb/peak_usb/pcan_usb_pro.c | 4 +-
drivers/net/can/usb/peak_usb/pcan_usb_pro.h | 4 +-
drivers/net/can/vcan.c | 2 +-
drivers/net/can/vxcan.c | 2 +-
include/linux/can/bittiming.h | 48 +-
include/linux/can/dev.h | 66 +--
include/linux/can/dev/peak_canfd.h | 4 +-
include/uapi/linux/can/netlink.h | 14 +-
net/can/af_can.c | 2 +-
net/can/isotp.c | 2 +-
net/can/raw.c | 67 +--
29 files changed, 848 insertions(+), 583 deletions(-)
Powered by blists - more mailing lists