index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
dev
/
bittiming.c
Age
Commit message (
Expand
)
Author
Lines
2022-06-11
can: bittiming: move bittiming calculation functions to calc_bittiming.c
Vincent Mailhol
-197
/
+0
2022-04-19
can: bittiming: can_calc_bittiming(): prefer small bit rate pre-scalers over ...
Marc Kleine-Budde
-1
/
+1
2022-02-24
can: bittiming: mark function arguments and local variables as const
Marc Kleine-Budde
-6
/
+6
2022-02-24
can: bittiming: can_validate_bitrate(): simplify bit rate checking
Marc Kleine-Budde
-6
/
+2
2021-12-08
can: bittiming: replace CAN units with the generic ones from linux/units.h
Vincent Mailhol
-2
/
+3
2021-10-24
can: bittiming: change can_calc_tdco()'s prototype to not directly modify priv
Vincent Mailhol
-10
/
+7
2021-10-24
can: bittiming: change unit of TDC parameters to clock periods
Vincent Mailhol
-4
/
+5
2021-10-24
can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min
Vincent Mailhol
-3
/
+7
2021-10-24
can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to un...
Marc Kleine-Budde
-1
/
+1
2021-03-30
can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macros
Vincent Mailhol
-2
/
+2
2021-03-30
can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)
Vincent Mailhol
-0
/
+24
2021-01-13
can: dev: move bittiming related code into seperate file
Marc Kleine-Budde
-0
/
+261