linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-07 13:08:12 to 2021-08-25 21:53:24 UTC [more...]

[PATCH 0/1] can: usb: esd_usb2: Fix the interchange of CAN TX and RX error counters
 2021-08-25 21:52 UTC  (2+ messages)
` [PATCH 1/1] can: usb: esd_usb2: Fix the interchange of the CAN RX and TX "

Renaming can devices interfaces names with udev
 2021-08-25 19:50 UTC  (2+ messages)

pull-request: can-next 2021-07-25
 2021-08-25 15:26 UTC  (4+ messages)
  ` TR: "

[PATCH v2] can: mscan: mpc5xxx_can: Remove useless BUG_ON()
 2021-08-25 10:30 UTC  (2+ messages)

pull-request: can-next 2021-08-25
 2021-08-25 10:30 UTC  (6+ messages)
` [PATCH net-next 1/4] can: rcar: Kconfig: Add helper dependency on COMPILE_TEST
` [PATCH net-next 2/4] can: rcar_canfd: rcar_canfd_handle_channel_tx(): fix redundant assignment
` [PATCH net-next 3/4] can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): use of_device_get_match_data to simplify code
` [PATCH net-next 4/4] can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): remove useless BUG_ON()

[PATCH] can: rcar: Kconfig: Add helper dependency on COMPILE_TEST
 2021-08-25  6:26 UTC  (2+ messages)

[PATCH -next] can: rcar_canfd: Fix redundant assignment
 2021-08-25  6:17 UTC  (2+ messages)

[PATCH] can: mscan: mpc5xxx_can: Remove useless BUG_ON()
 2021-08-25  6:12 UTC  (2+ messages)

[PATCH 0/3] net: Use of_device_get_match_data to simplify code
 2021-08-23 13:54 UTC  (7+ messages)
` [PATCH 1/3] via-rhine: "
` [PATCH 2/3] via-velocity: "
` [PATCH 3/3] can: mscan: mpc5xxx_can: "
    ` [PATCH 3/3] can: mscan: mpc5xxx_can: Useof_device_get_match_data "

[PATCH v2] can: netlink: prevent incoherent can configuration in case of early return
 2021-08-23  2:47 UTC 

[PATCH] can: netlink: prevent incoherent can configuration in case of early return
 2021-08-23  2:44 UTC  (2+ messages)

[PATCH v5 0/7] add the netlink interface for CAN-FD Transmitter Delay Compensation (TDC)
 2021-08-20  6:12 UTC  (36+ messages)
` [PATCH v5 1/7] can: netlink: allow user to turn off unsupported features
` [PATCH v5 2/7] can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min
` [PATCH v5 3/7] can: bittiming: change unit of TDC parameters to clock periods
` [PATCH v5 4/7] can: dev: add can_tdc_get_relative_tdco() helper function
` [PATCH v5 5/7] can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC)
` [PATCH v5 6/7] can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from device
` [PATCH v5 7/7] can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msg

pull-request: can-next 2021-08-19
 2021-08-19 19:00 UTC  (24+ messages)
` [PATCH net-next 01/22] mailmap: update email address of Matthias Fuchs and Thomas Körper
` [PATCH net-next 02/22] dt-bindings: can-controller: add support for termination-gpios
` [PATCH net-next 03/22] dt-bindings: can: fsl,flexcan: enable termination-* bindings
` [PATCH net-next 04/22] can: dev: provide optional GPIO based termination support
` [PATCH net-next 05/22] can: netlink: allow user to turn off unsupported features
` [PATCH net-next 06/22] MAINTAINERS: add Vincent MAILHOL as maintainer for the ETAS ES58X CAN/USB driver
` [PATCH net-next 07/22] can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msg
` [PATCH net-next 08/22] can: mcp251xfd: mark some instances of struct mcp251xfd_priv as const
` [PATCH net-next 09/22] dt-bindings: net: can: renesas,rcar-canfd: Document RZ/G2L SoC
` [PATCH net-next 10/22] can: rcar_canfd: Add support for RZ/G2L family
` [PATCH net-next 11/22] can: tcan4x5x: cdev_to_priv(): remove stray empty line
` [PATCH net-next 12/22] can: m_can: fix block comment style
` [PATCH net-next 13/22] can: m_can: Disable IRQs on FIFO bus errors
` [PATCH net-next 14/22] can: m_can: Batch FIFO reads during CAN receive
` [PATCH net-next 15/22] can: m_can: Batch FIFO writes during CAN transmit
` [PATCH net-next 16/22] dt-bindings: net: can: c_can: convert to json-schema
` [PATCH net-next 17/22] can: c_can: c_can_do_tx(): fix typo in comment
` [PATCH net-next 18/22] can: c_can: rename IF_RX -> IF_NAPI
` [PATCH net-next 19/22] can: c_can: remove struct c_can_priv::priv field
` [PATCH net-next 20/22] can: c_can: exit c_can_do_tx() early if no frames have been sent
` [PATCH net-next 21/22] can: c_can: support tx ring algorithm
` [PATCH net-next 22/22] can: c_can: cache frames to operate as a true FIFO

[PATCH v3 0/3] can: m_can: Merge FIFO ops to increase throughput
 2021-08-19 11:45 UTC  (6+ messages)
` [PATCH v3 1/3] can: m_can: Disable IRQs on FIFO bus errors
` [PATCH v3 2/3] can: m_can: Batch FIFO reads during CAN receive
` [PATCH v3 3/3] can: m_can: Batch FIFO writes during CAN transmit

[PATCH 1/2] can: tcan4x5x: cdev_to_priv(): remove stray empty line
 2021-08-19 11:17 UTC  (2+ messages)
` [PATCH 2/2] can: m_can: fix block comment style

[PATCH v2 0/3] can: provide GPIO based termination
 2021-08-19  7:56 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: can-controller: add support for termination-gpios
` [PATCH v3 2/3] dt-bindings: can: fsl,flexcan: enable termination-* bindings
` [PATCH v3 3/3] can: dev: provide optional GPIO based termination support

[PATCH] can: etas_es58x: Replace 0-element raw_msg array
 2021-08-19  0:02 UTC  (7+ messages)

[PATCH 2/5] treewide: Replace open-coded flex arrays in unions
 2021-08-18 21:51 UTC  (3+ messages)

[PATCH v2 59/63] can: flexcan: Use struct_group() to zero struct flexcan_regs regions
 2021-08-18  6:26 UTC  (2+ messages)

[PATCH v2 0/3] can: provide GPIO based termination
 2021-08-18  1:18 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: can-controller: add support for termination-gpios
` [PATCH v2 2/3] dt-bindings: can: fsl,flexcan: enable termination-* bindings
` [PATCH v2 3/3] can: dev: provide optional GPIO based termination support

[PATCH] can: netlink: can_tdc_changelink(): assign tdc only after complete validation
 2021-08-17 20:04 UTC 

[PATCH v1 1/3] dt-bindings: can-controller: add support for termination-gpios
 2021-08-17  0:19 UTC  (4+ messages)
` [PATCH v1 2/3] dt-bindings: can: fsl,flexcan: enable termination-* bindings
` [PATCH v1 3/3] can: dev: provide optional GPIO based termination support

[PATCH v2 0/1] can: esd: add support for esd GmbH PCIe/402 CAN interface family
 2021-08-17  0:14 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH v5 0/4] iplink_can: cleaning, fixes and adding TDC support
 2021-08-16 23:59 UTC  (12+ messages)
` [PATCH v5 1/4] iplink_can: fix configuration ranges in print_usage() and add unit
` [PATCH v5 2/4] iplink_can: use PRINT_ANY to factorize code and fix signedness
` [PATCH v5 3/4] iplink_can: print brp and dbrp bittiming variables
` [PATCH v5 4/4] iplink_can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)

[PATCH v5] dt-bindings: net: can: c_can: convert to json-schema
 2021-08-16 11:15 UTC  (5+ messages)

[PATCH] MAINTAINERS: add Vincent MAILHOL as maintainer for the ETAS ES58X CAN/USB driver
 2021-08-16 11:13 UTC  (2+ messages)

[PATCH v4 0/7] add the netlink interface for CAN-FD Transmitter Delay Compensation (TDC)
 2021-08-15  3:38 UTC  (10+ messages)
` [PATCH v4 1/7] can: netlink: allow user to turn off unsupported features
` [PATCH v4 2/7] can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min
` [PATCH v4 3/7] can: bittiming: change unit of TDC parameters to clock periods
` [PATCH v4 4/7] can: dev: add can_tdc_get_relative_tdco() helper function
` [PATCH v4 5/7] can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC)
` [PATCH v4 6/7] can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from device
` [PATCH v4 7/7] can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msg

[RFC PATCH v4 0/4] iplink_can: cleaning, fixes and adding TDC support
 2021-08-14  9:51 UTC  (10+ messages)
` [RFC PATCH v4 3/4] iplink_can: print brp and dbrp bittiming variables
` [RFC PATCH v4 4/4] iplink_can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)

[PATCH] can: mcp251xfd: mark some instances of struct mcp251xfd_priv as const
 2021-08-13  9:10 UTC 

[PATCH] mailmap: update email address of Matthias Fuchs
 2021-08-12 13:39 UTC  (9+ messages)

[PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas Körper
 2021-08-12 13:01 UTC  (5+ messages)
` [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas K??rper

[PATCH v2 0/2] can: m_can: Merge FIFO ops to increase throughput
 2021-08-11  6:35 UTC  (5+ messages)
` [PATCH v2 2/2] can: m_can: Batch FIFO writes during CAN transmit

[PATCH v4 0/3] Renesas RZ/G2L CANFD support
 2021-08-10  9:53 UTC  (16+ messages)
` [PATCH v4 1/3] dt-bindings: net: can: renesas,rcar-canfd: Document RZ/G2L SoC
` [PATCH v4 2/3] can: rcar_canfd: Add support for RZ/G2L family
` [PATCH v4 3/3] arm64: dts: renesas: r9a07g044: Add CANFD node

pull-request: can 2021-08-10
 2021-08-10  9:00 UTC  (4+ messages)
` [PATCH net 1/2] MAINTAINERS: fix Microchip CAN BUS Analyzer Tool entry typo
` [PATCH net 2/2] can: m_can: m_can_set_bittiming(): fix setting M_CAN_DBTP register

[PATCH] m_can: fixed typo in m_can_set_bittiming() causing corrupt DBTP register content
 2021-08-10  6:14 UTC  (4+ messages)

[PATCH] can: c_can: rename IF_RX -> IF_NAPI
 2021-08-10  5:34 UTC  (2+ messages)

[PATCH v2] mailmap: update email address of Matthias Fuchs and Thomas Körper
 2021-08-09  7:59 UTC 

[PATCH v3 0/4] can: c_can: cache frames to operate as a true FIFO
 2021-08-09  7:08 UTC  (6+ messages)
` [PATCH v3 1/4] can: c_can: remove struct c_can_priv::priv field
` [PATCH v3 2/4] can: c_can: exit c_can_do_tx() early if no frames have been sent
` [PATCH v3 3/4] can: c_can: support tx ring algorithm
` [PATCH v3 4/4] can: c_can: cache frames to operate as a true FIFO


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).