mbox series

[v3,0/4] iplink_can: cleaning, fixes and adding TDC support.

Message ID 20210618085322.147462-1-mailhol.vincent@wanadoo.fr
Headers show
Series iplink_can: cleaning, fixes and adding TDC support. | expand

Message

Vincent MAILHOL June 18, 2021, 8:53 a.m. UTC
The main purpose is to add commandline support for Transmitter Delay
Compensation (TDC) in iproute. Other issues found during the
development of this feature also get addressed.

This patch series contains four patches which respectively:
  1. Correct the bittiming ranges in the print_usage function.
  2. factorize the many print_*(PRINT_JSON, ...) and fprintf
  occurrences in a single print_*(PRINT_ANY, ...) call and fix the
  signedness while doing that.
  3. report the value of the bitrate prescalers (brp and dbrp).
  4. adds command line support for the TDC in iproute and goes together
  with below series in the kernel:
  https://lore.kernel.org/r/20210603151550.140727-3-mailhol.vincent@wanadoo.fr


** Changelog **