aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/can/dev
AgeCommit message (Collapse)AuthorFilesLines
2021-01-13can: dev: move length related code into seperate fileMarc Kleine-Budde3-33/+39
This patch moves all CAN frame length related code of the CAN device infrastructure into a separate file. Reviewed-by: Vincent Mailhol <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Marc Kleine-Budde <[email protected]>
2021-01-13can: dev: move bittiming related code into seperate fileMarc Kleine-Budde3-261/+262
This patch moves the bittiming related code of the CAN device infrastructure into a separate file. Reviewed-by: Vincent Mailhol <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Marc Kleine-Budde <[email protected]>
2021-01-13can: dev: move driver related infrastructure into separate subdirMarc Kleine-Budde3-0/+1721
This patch moves the CAN driver related infrastructure into a separate subdir. It will be split into more files in the coming patches. Reviewed-by: Vincent Mailhol <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Marc Kleine-Budde <[email protected]>