public inbox for linux-kernel-mentees@lists.linux-foundation.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] can: add dummy_can termination and update SocketCAN docs for CAN XL
@ 2025-11-27 19:18 Rakuram Eswaran
  2025-11-27 19:18 ` [RFC PATCH 1/2] can: dummy_can: add CAN termination support Rakuram Eswaran
  2025-11-27 19:18 ` [RFC PATCH 2/2] docs: can: update SocketCAN documentation for CAN XL Rakuram Eswaran
  0 siblings, 2 replies; 4+ messages in thread
From: Rakuram Eswaran @ 2025-11-27 19:18 UTC (permalink / raw)
  To: linux-can
  Cc: mkl, socketcan, mailhol, khalid, skhan, linux-kernel, rakuram.e96,
	david.hunter.linux, linux-kernel-mentees

This RFC series introduces two changes related to CAN XL support:

  1. Add termination configuration support to the dummy_can driver,
     enabling termination testing with iproute2.

  2. Update the SocketCAN documentation to describe CAN XL operation,
     including MTU changes, bittiming/XBTR settings, mixed-mode
     behaviour, error signalling, and example iproute2 usage.

The goal of this RFC is to validate whether the proposed behaviour and
documentation match the expectations for the ongoing CAN XL upstream
work. Feedback from the maintainers is highly appreciated.

Base commit: 
commit 30f09200cc4a ("Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux")

For testing, this series was applied on top of the following patchsets:

  * "treewide: remove can_change_mtu()" (Vincent Mailhol)
        b4 am 20251003-remove-can_change_mtu-v1-1-337f8bc21181@kernel.org
        git am ./20251003_mailhol_can_treewide_remove_can_change_mtu.mbx

  * "can: netlink: add CAN XL support" (Marc Kleine-Budde)
        b4 am 20251126-canxl-v8-0-e7e3eb74f889@pengutronix.de
        git am ./v8_20251126_mkl_can_netlink_add_can_xl_support.mbx

Testing was performed using the iproute2-next tree (canxl-netlink branch),
which contains the required CAN XL netlink support for validating
these changes.

Rakuram Eswaran (2):
  can: dummy_can: add CAN termination support
  docs: can: update SocketCAN documentation for CAN XL

 Documentation/networking/can.rst | 470 ++++++++++++++++++++++++++++---
 drivers/net/can/dummy_can.c      |  21 ++
 2 files changed, 454 insertions(+), 37 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-12-23 21:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-27 19:18 [RFC PATCH 0/2] can: add dummy_can termination and update SocketCAN docs for CAN XL Rakuram Eswaran
2025-11-27 19:18 ` [RFC PATCH 1/2] can: dummy_can: add CAN termination support Rakuram Eswaran
2025-12-23 21:33   ` Vincent Mailhol
2025-11-27 19:18 ` [RFC PATCH 2/2] docs: can: update SocketCAN documentation for CAN XL Rakuram Eswaran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox