[PATCH 0/2] can: add dummy_can termination and update SocketCAN docs

Rakuram Eswaran posted 2 patches 1 month, 1 week ago
Documentation/networking/can.rst | 615 +++++++++++++++++++++++++++++++++------
drivers/net/can/dummy_can.c      |  25 +-
2 files changed, 541 insertions(+), 99 deletions(-)
[PATCH 0/2] can: add dummy_can termination and update SocketCAN docs
Posted by Rakuram Eswaran 1 month, 1 week ago
This patch 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 patch series is to improve dummy_can support for termination and
update documentation to match the recent addition of CAN XL upstream support.
Feedback from the maintainers is highly appreciated.

Base commit: 
commit d26143bb38e2 ("Merge tag 'spi-fix-v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi")

Testing was performed using the iproute2 master tree, which contains the
required CAN XL netlink support for validating these changes.

---
Changes since RFC:
1. Maintain dummy_can structures assignment as is
2. Update the examples with latest iproute2 tool (v6.18.0) 

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

 Documentation/networking/can.rst | 615 +++++++++++++++++++++++++++++++++------
 drivers/net/can/dummy_can.c      |  25 +-
 2 files changed, 541 insertions(+), 99 deletions(-)
---
base-commit: d26143bb38e2546fe6f8c9860c13a88146ce5dd6
change-id: 20251228-can_doc_update_v1-33b15a48aff7

Best regards,
-- 
Rakuram Eswaran <rakuram.e96@gmail.com>