linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-26 14:13:52 to 2021-08-14 09:20:34 UTC [more...]

[PATCH v4 0/7] add the netlink interface for CAN-FD Transmitter Delay Compensation (TDC)
 2021-08-14  9:17 UTC  (8+ 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

[PATCH v5] dt-bindings: net: can: c_can: convert to json-schema
 2021-08-13 19:05 UTC  (4+ messages)

[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  (6+ messages)
` [PATCH v2 1/2] can: m_can: Batch FIFO reads during CAN receive
` [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)

[RFC PATCH v4 0/4] iplink_can: cleaning, fixes and adding TDC support
 2021-08-09 14:44 UTC  (9+ 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 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

[RESEND PATCH 0/4] can: c_can: cache frames to operate as a true FIFO
 2021-08-07 12:36 UTC  (11+ messages)
` [RESEND PATCH 3/4] can: c_can: support tx ring algorithm
` [RESEND PATCH 4/4] can: c_can: cache frames to operate as a true FIFO

[PATCH 0/1] can: esd: add support for esd GmbH PCIe/402 CAN interface family
 2021-08-06 15:03 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH 0/2] D_CAN RX buffer size improvements
 2021-08-06 13:53 UTC  (4+ messages)

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

[PATCH] can: c_can: c_can_do_tx(): fix typo in comment
 2021-08-06 10:51 UTC 

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

[PATCH stable 4.4 4.9] can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAF
 2021-08-06  6:41 UTC  (2+ messages)

[linux-next:master 2764/5318] drivers/net/can/flexcan.c:666 flexcan_clks_enable() error: uninitialized symbol 'err'
 2021-08-05 11:45 UTC  (2+ messages)

[PATCH v2] dt-bindings: net: can: Document power-domains property
 2021-08-04 15:49 UTC  (4+ messages)

pull-request: can-next 2021-08-04
 2021-08-04 10:40 UTC  (7+ messages)
` [PATCH net-next 1/5] can: j1939: j1939_session_tx_dat(): fix typo
` [PATCH net-next 2/5] can: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_*
` [PATCH net-next 3/5] can: j1939: extend UAPI to notify about RX status
` [PATCH net-next 4/5] can: flexcan: flexcan_clks_enable(): add missing variable initialization
` [PATCH net-next 5/5] dt-bindings: net: can: Document power-domains property

[PATCH v2 0/2] net: j1939: extend UAPI for RX notifications
 2021-08-04  9:53 UTC  (2+ messages)

[syzbot] WARNING in j1939_xtp_rx_abort_one
 2021-08-04  8:16 UTC 

[PATCH] MAINTAINERS: fix Microchip CAN BUS Analyzer Tool entry typo
 2021-08-04  8:07 UTC  (2+ messages)

can: flexcan: add mcf5441x support
 2021-08-04  7:20 UTC  (2+ messages)

[PATCH v4] dt-bindings: net: can: c_can: convert to json-schema
 2021-08-03 20:36 UTC  (2+ messages)

[PATCH] can: Documentation: Sending with canfd_frame on a CAN 2.0 interface
 2021-08-03 12:37 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] dt-bindings: net: can: Document power-domains property
 2021-08-02  9:21 UTC  (4+ messages)

[PATCH v3] dt-bindings: net: can: c_can: convert to json-schema
 2021-08-01  7:51 UTC  (4+ messages)

pull-request: can 2021-07-30
 2021-07-30 17:33 UTC  (9+ messages)
` [PATCH net 1/6] MAINTAINERS: add Yasushi SHOJI as reviewer for the Microchip CAN BUS Analyzer Tool driver
` [PATCH net 2/6] can: hi311x: fix a signedness bug in hi3110_cmd()
` [PATCH net 3/6] can: mcba_usb_start(): add missing urb->transfer_dma initialization
` [PATCH net 4/6] can: usb_8dev: fix memory leak
` [PATCH net 5/6] can: ems_usb: "
` [PATCH net 6/6] can: esd_usb2: "

[PATCH net] can: hi311x: fix a signedness bug in hi3110_cmd()
 2021-07-30  6:48 UTC  (2+ messages)

[PATCH v2 2/2] dt-bindings: net: can: c_can: convert to json-schema
 2021-07-29 23:40 UTC  (2+ messages)

[PATCH] can: flexcan: Fix an uninitialized variable issue
 2021-07-29 12:28 UTC  (5+ messages)

Write canfd_frame to can interface
 2021-07-29 12:14 UTC  (4+ messages)

[PATCH] can: j1939: j1939_session_tx_dat(): fix typo
 2021-07-29 11:39 UTC 

[PATCH 0/3] can: fix same memory leaks in can drivers
 2021-07-28 20:38 UTC  (13+ messages)
` [PATCH 1/3] can: usb_8dev: fix memory leak
` [PATCH 2/3] can: ems_usb: "
` [PATCH 3/3] can: esd_usb2: "
` [PATCH v2 0/3] can: fix same memory leaks in can drivers
  ` [PATCH v2 1/3] can: usb_8dev: fix memory leak
  ` [PATCH v2 2/3] can: ems_usb: "
  ` [PATCH v2 3/3] can: esd_usb2: "

[mkl-can-next:testing 45/46] drivers/net/can/flexcan.c:666:2: warning: Undefined or garbage value returned to caller [clang-analyzer-core.uninitialized.UndefReturn]
 2021-07-28  8:18 UTC  (2+ messages)

[PATCH] can: flexcan: flexcan_error_irq_disable(): add missing variable initialization
 2021-07-28  8:02 UTC  (3+ messages)

[PATCH v4 0/2] MCAN: Add support for implementing transceiver as a phy
 2021-07-28  5:19 UTC  (6+ messages)

[PATCH] can: mcp251xfd: mcp251xfd_open(): request IRQ as shared
 2021-07-27  9:10 UTC  (4+ messages)

[PATCH] can: mcp251xfd: mcp251xfd_irq(): stop timestamping worker in case error in IRQ
 2021-07-27  7:18 UTC  (2+ messages)

[PATCH] can: mcba_usb: fix memory leak in mcba_usb
 2021-07-27  2:19 UTC  (9+ messages)

[PATCH v3 0/3] Renesas RZ/G2L CANFD support
 2021-07-26 22:46 UTC  (10+ messages)
` [PATCH v3 1/3] dt-bindings: net: can: renesas,rcar-canfd: Document RZ/G2L SoC
` [PATCH v3 2/3] can: rcar_canfd: Add support for RZ/G2L family

pull-request: can-next 2021-07-25
 2021-07-26 21:20 UTC  (22+ messages)
` [PATCH net-next 23/46] net: at91_can: remove redundant blank lines
` [PATCH net-next 24/46] net: at91_can: add blank line after declarations
` [PATCH net-next 29/46] net: at91_can: remove redundant space
` [PATCH net-next 30/46] net: at91_can: fix the comments style issue
` [PATCH net-next 31/46] can: peak_pci: convert comments to network style comments
` [PATCH net-next 32/46] can: peak_pci: fix checkpatch warnings
` [PATCH net-next 33/46] can: peak_pci: Add name and FW version of the card in kernel buffer
` [PATCH net-next 34/46] can: peak_usb: pcan_usb_get_device_id(): read value only in case of success
` [PATCH net-next 35/46] can: peak_usb: PCAN-USB: add support of loopback and one-shot mode
` [PATCH net-next 36/46] can: peak_usb: pcan_usb_encode_msg(): add information
` [PATCH net-next 37/46] can: peak_usb: pcan_usb_decode_error(): upgrade handling of bus state changes
` [PATCH net-next 38/46] can: etas_es58x: fix three typos in author name and documentation
` [PATCH net-next 39/46] can: etas_es58x: use error pointer during device probing
` [PATCH net-next 40/46] can: etas_es58x: use devm_kzalloc() to allocate device resources
` [PATCH net-next 41/46] can: etas_es58x: add es58x_free_netdevs() to factorize code
` [PATCH net-next 42/46] can: etas_es58x: use sizeof and sizeof_field macros instead of constant values
` [PATCH net-next 43/46] can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increase readability
` [PATCH net-next 44/46] can: flexcan: add platform data header
` [PATCH net-next 45/46] can: flexcan: add mcf5441x support
` [PATCH net-next 46/46] can: flexcan: update Kconfig to enable coldfire


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