]> git.ipfire.org Git - thirdparty/linux.git/commit
can: netlink: add can_dtb_changelink()
authorVincent Mailhol <mailhol@kernel.org>
Tue, 23 Sep 2025 06:58:35 +0000 (15:58 +0900)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 24 Sep 2025 15:09:45 +0000 (17:09 +0200)
commit2e543af483a98a5e51509d8a720940fa8a35fdce
tree03248afdbf4d1999cfaa050ce764a5b6ada51774
parent530c918f8cf68c06e82dbebf44bda67c60fd004b
can: netlink: add can_dtb_changelink()

Factorise the databittiming parsing out of can_changelink() and move
it in the new can_dtb_changelink() function. This is a preparation
patch for the introduction of CAN XL because the databittiming
changelink logic will be reused later on.

Signed-off-by: Vincent Mailhol <mailhol@kernel.org>
Link: https://patch.msgid.link/20250923-canxl-netlink-prep-v4-10-e720d28f66fe@kernel.org
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/dev/netlink.c