linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Oliver Hartkopp <socketcan@hartkopp.net>
To: linux-can@vger.kernel.org
Cc: Oliver Hartkopp <socketcan@hartkopp.net>
Subject: [canxl v3 00/17] CAN XL support for review (full series)
Date: Thu, 20 Nov 2025 19:44:44 +0100	[thread overview]
Message-ID: <20251120184501.27597-1-socketcan@hartkopp.net> (raw)

Changes since v2 patch set.
Generally added my S-o-b tag as requested.

Oliver Hartkopp (4):
  can: dev: can_dev_dropped_skb: drop CC/FD frames in CANXL-only mode
  (reworked commit message - no code changes)
  can: raw: instantly reject unsupported CAN frames
  (no change)
  can: dev: can_get_ctrlmode_str: use capitalized ctrlmode strings
  (new patch)
  can: dev: print bitrate error with two decimal digits
  (new patch)

Vincent Mailhol (13):
  can: bittiming: apply NL_SET_ERR_MSG() to can_calc_bittiming()
  (no change)
  can: dev: can_dev_dropped_skb: drop CAN FD skbs if FD is off
  (no change)
  can: netlink: add CAN_CTRLMODE_RESTRICTED
  (no change)
  can: netlink: add initial CAN XL support
  (no change)
  can: netlink: add CAN_CTRLMODE_XL_TMS flag
  (no change)
  can: bittiming: add PWM parameters
  (no change)
  can: bittiming: add PWM validation
  (no change)
  can: calc_bittiming: add PWM calculation
  (no change)
  can: netlink: add PWM netlink interface
  (no change)
  can: calc_bittiming: get rid of the incorrect "nominal" word
  (restore the const statement)
  can: calc_bittiming: add can_calc_sample_point_nrz()
  (no change)
  can: calc_bittiming: add can_calc_sample_point_pwm()
  (no change)
  can: add dummy_can driver
  (no change)

 drivers/net/can/Kconfig              |  17 ++
 drivers/net/can/Makefile             |   1 +
 drivers/net/can/dev/bittiming.c      |  63 ++++++
 drivers/net/can/dev/calc_bittiming.c | 119 +++++++---
 drivers/net/can/dev/dev.c            |  42 ++--
 drivers/net/can/dev/netlink.c        | 319 +++++++++++++++++++++++++--
 drivers/net/can/dummy_can.c          | 284 ++++++++++++++++++++++++
 include/linux/can/bittiming.h        |  81 ++++++-
 include/linux/can/dev.h              |  68 ++++--
 include/uapi/linux/can/netlink.h     |  34 +++
 net/can/raw.c                        |  54 ++++-
 11 files changed, 991 insertions(+), 91 deletions(-)
 create mode 100644 drivers/net/can/dummy_can.c

-- 
2.47.3


             reply	other threads:[~2025-11-20 18:45 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-20 18:44 Oliver Hartkopp [this message]
2025-11-20 18:44 ` [canxl v3 01/17] can: bittiming: apply NL_SET_ERR_MSG() to can_calc_bittiming() Oliver Hartkopp
2025-11-20 18:44 ` [canxl v3 02/17] can: dev: can_dev_dropped_skb: drop CAN FD skbs if FD is off Oliver Hartkopp
2025-11-20 18:44 ` [canxl v3 03/17] can: netlink: add CAN_CTRLMODE_RESTRICTED Oliver Hartkopp
2025-11-20 18:44 ` [canxl v3 04/17] can: netlink: add initial CAN XL support Oliver Hartkopp
2025-11-20 18:44 ` [canxl v3 05/17] can: netlink: add CAN_CTRLMODE_XL_TMS flag Oliver Hartkopp
2025-11-20 18:44 ` [canxl v3 06/17] can: dev: can_dev_dropped_skb: drop CC/FD frames in CANXL-only mode Oliver Hartkopp
2025-11-20 18:44 ` [canxl v3 07/17] can: bittiming: add PWM parameters Oliver Hartkopp
2025-11-20 18:44 ` [canxl v3 08/17] can: bittiming: add PWM validation Oliver Hartkopp
2025-11-20 18:44 ` [canxl v3 09/17] can: calc_bittiming: add PWM calculation Oliver Hartkopp
2025-11-20 18:44 ` [canxl v3 10/17] can: netlink: add PWM netlink interface Oliver Hartkopp
2025-11-20 18:44 ` [canxl v3 11/17] can: calc_bittiming: get rid of the incorrect "nominal" word Oliver Hartkopp
2025-11-20 18:44 ` [canxl v3 12/17] can: calc_bittiming: add can_calc_sample_point_nrz() Oliver Hartkopp
2025-11-20 18:44 ` [canxl v3 13/17] can: calc_bittiming: add can_calc_sample_point_pwm() Oliver Hartkopp
2025-11-20 18:44 ` [canxl v3 14/17] can: add dummy_can driver Oliver Hartkopp
2025-11-20 18:44 ` [canxl v3 15/17] can: raw: instantly reject unsupported CAN frames Oliver Hartkopp
2025-11-20 18:45 ` [canxl v3 16/17] can: dev: can_get_ctrlmode_str: use capitalized ctrlmode strings Oliver Hartkopp
2025-11-20 18:45 ` [canxl v3 17/17] can: dev: print bitrate error with two decimal digits Oliver Hartkopp

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=20251120184501.27597-1-socketcan@hartkopp.net \
    --to=socketcan@hartkopp.net \
    --cc=linux-can@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).