linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-17 14:55:03 to 2020-11-27 10:04:07 UTC [more...]

pull-request: can 2020-11-27
 2020-11-27 10:03 UTC  (5+ messages)
` [net 1/6] can: gs_usb: fix endianess problem with candleLight firmware
` [net 2/6] can: mcp251xfd: mcp251xfd_probe(): bail out if no IRQ was given
` [net 5/6] can: m_can: m_can_dev_setup(): add support for bosch mcan version 3.3.0
` [net 6/6] can: af_can: can_rx_unregister(): remove WARN() statement from list operation sanity check

[PATCH] can: don't count arbitration lose as an error
 2020-11-27  9:59 UTC 

[PATCH] can: remove WARN() statement from list operation sanity check
 2020-11-27  9:48 UTC  (3+ messages)

[net] can: tcan4x5x: m_can_open(): remove IRQF_TRIGGER_FALLING from request_threaded_irq()'s flags
 2020-11-27  9:35 UTC 

[RESEND PATCH v2] dt-bindings: net: correct interrupt flags in examples
 2020-11-27  9:13 UTC  (2+ messages)

[net] can: mcp25xfd: interrupt not setup
 2020-11-27  7:19 UTC 

[PATCH] can: m_can: add support for bosch mcan version 3.3.0
 2020-11-26 12:21 UTC  (5+ messages)

[PATCH v2 00/16] Add support for CPC-USB/FD CAN FD interface
 2020-11-26 17:49 UTC  (2+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-26 17:05 UTC  (66+ messages)
` [PATCH 072/141] can: peak_usb: "
                  ` [Intel-wired-lan] [PATCH 000/141] "

[net] can: mcp251xfd: mcp251xfd_probe(): bail out if no IRQ was given
 2020-11-26 14:52 UTC  (2+ messages)
` AW: "

[net-next v2 0/5] can: mcp251xfd: improve TEF and RX path
 2020-11-26 13:31 UTC  (7+ messages)
` [net-next v2 1/5] can: mcp251xfd: mcp25xxfd_ring_alloc(): add define instead open coding the maximum number of RX objects
` [net-next v2 2/5] can: mcp25xxfd: rx-path: reduce number of SPI core requests to set UINC bit
` [net-next v2 3/5] can: mcp251xfd: struct mcp251xfd_priv::tef to array of length 1
` [net-next v2 4/5] can: mcp251xfd: move struct mcp251xfd_tef_ring definition
` [net-next v2 5/5] can: mcp251xfd: tef-path: reduce number of SPI core requests to set UINC bit

[net-next 0/3] tef-path: reduce number of SPI core requests to set UINC bit
 2020-11-26 12:48 UTC  (7+ messages)
` [net-next 1/3] can: mcp251xfd: convert tef_ring
` [net-next 2/3] can: mcp251xfd: move mcp251xfd_tef_ring definition
` [net-next 3/3] can: mcp251xfd: tef-path: reduce number of SPI core requests to set UINC bit

BUG: receive list entry not found for dev vxcan1, id 002, mask C00007FF
 2020-11-25 20:54 UTC  (5+ messages)

BUG: receive list entry not found for dev vxcan1, id 003, mask C00007FF
 2020-11-25 17:05 UTC 

[net-next v2] can: pcan_usb_core: fix fall-through warnings for Clang
 2020-11-25  9:47 UTC 

[net] can: m_can: fix nominal bitiming tseg2 min for version >= 3.1
 2020-11-25  8:55 UTC  (2+ messages)

[net] can: gs_usb: fix endianess problem with candleLight firmware
 2020-11-24 12:43 UTC  (6+ messages)

[net-next 0/2] can: mcp251xfd: rx-path: reduce number of SPI core requests to set UINC bit
 2020-11-23 11:16 UTC  (3+ messages)
` [net-next 1/2] can: mcp251xfd: mcp25xxfd_ring_alloc(): add define instead open coding the maximum number of RX objects
` [net-next 2/2] can: mcp251xfd: rx-path: reduce number of SPI core requests to set UINC bit

BUG: receive list entry not found for dev vcan0, id 001, mask C00007FF
 2020-11-23  9:55 UTC 

pull-request: can-next 2020-11-20
 2020-11-21 23:09 UTC  (27+ messages)
` [net-next 01/25] can: j1939: add tables for the CAN identifier and its fields
` [net-next 02/25] can: add optional DLC element to Classical CAN frame structure
` [net-next 03/25] can: rename get_can_dlc() macro with can_cc_dlc2len()
` [net-next 04/25] can: remove obsolete get_canfd_dlc() macro
` [net-next 05/25] can: replace can_dlc as variable/element for payload length
` [net-next 06/25] can: rename CAN FD related can_len2dlc and can_dlc2len helpers
` [net-next 07/25] can: update documentation for DLC usage in Classical CAN
` [net-next 08/25] can: drivers: introduce helpers to access Classical CAN DLC values
` [net-next 09/25] can: drivers: add len8_dlc support for various CAN adapters
` [net-next 10/25] can: drivers: add len8_dlc support for esd_usb2 CAN adapter
` [net-next 11/25] can: gw: support modification of Classical CAN DLCs
` [net-next 12/25] dt-bindings: can: fsl,flexcan: add uint32 reference to clock-frequency property
` [net-next 13/25] dt-bindings: can: fsl,flexcan: fix fsl,clk-source property
` [net-next 14/25] dt-bindings: firmware: add IMX_SC_R_CAN(x) macro for CAN
` [net-next 15/25] can: flexcan: rename macro FLEXCAN_QUIRK_SETUP_STOP_MODE -> FLEXCAN_QUIRK_SETUP_STOP_MODE_GPR
` [net-next 16/25] can: flexcan: factor out enabling and disabling of interrupts into separate function
` [net-next 17/25] can: flexcan: move enabling/disabling of interrupts from flexcan_chip_{start,stop}() to callers
` [net-next 18/25] can: flexcan: flexcan_rx_offload_setup(): factor out mailbox and rx-offload setup into separate function
` [net-next 19/25] can: flexcan: flexcan_open(): completely initialize controller before requesting IRQ
` [net-next 20/25] can: flexcan: flexcan_close(): change order if commands to properly shut down the controller
` [net-next 21/25] can: kvaser_usb: Add USB_{LEAF,HYDRA}_PRODUCT_ID_END defines
` [net-next 22/25] can: kvaser_usb: Add new Kvaser Leaf v2 devices
` [net-next 23/25] can: kvaser_usb: kvaser_usb_hydra: Add support for new device variant
` [net-next 24/25] can: kvaser_usb: Add new Kvaser hydra devices
` [PATCH 25/25] can: mcp251xfd: remove useless code in mcp251xfd_chip_softreset

vcan rate limit
 2020-11-21 20:43 UTC 

MCP2518FD Treiber
 2020-11-21 13:02 UTC 

Question on CAN FD Driver for mcp251xfd
 2020-11-20 19:04 UTC  (4+ messages)

mcp251xfd on RPi 5.4 downstream
 2020-11-20 13:16 UTC  (3+ messages)

[PATCH V5 0/5] can: flexcan: add stop mode support for i.MX8QM
 2020-11-20 12:24 UTC  (3+ messages)
` [PATCH V5 5/5] can: flexcan: add CAN wakeup function "

[PATCH v6 4/8 rebased] can: replace can_dlc as variable/element for payload length
 2020-11-20 11:18 UTC  (4+ messages)

[PATCH v6 0/8] Introduce optional DLC element for Classic CAN
 2020-11-20  9:49 UTC  (3+ messages)
` [PATCH v6 4/8] can: replace can_dlc as variable/element for payload length
  ` broken on next-next - "

[net-next v2 PATCH 0/5] flexcan: fix hanging flexcan_close()
 2020-11-19 10:09 UTC  (6+ messages)
` [net-next v2 1/5] can: flexcan: factor out enabling and disabling of interrupts into separate function
` [net-next v2 2/5] can: flexcan: move enabling/disabling of interrupts from flexcan_chip_{start,stop}() to callers
` [net-next v2 3/5] can: flexcan: flexcan_rx_offload_setup(): factor out mailbox and rx-offload setup into separate function
` [net-next v2 4/5] can: flexcan: flexcan_open(): completely initialize controller before requesting IRQ
` [net-next v2 5/5] can: flexcan: flexcan_close(): change order if commands to properly shut down the controller

[net-next PATCH 0/5] flexcan: fix hanging flexcan_close()
 2020-11-19  9:49 UTC  (8+ messages)
` [PATCH 1/5] can: flexcan: factor out enabling and disabling of interrupts into separate function
` [PATCH 2/5] can: flexcan: move enabling/disabling of interrupts from flexcan_chip_{start,stop}() to callers
` [PATCH 3/5] can: flexcan: flexcan_rx_offload_setup(): factor out mailbox and rx-offload setup into separate function
` [PATCH 4/5] can: flexcan: flexcan_open(): completely initialize controller before requesting IRQ
` [PATCH 5/5] can: flexcan: flexcan_close(): change order if commands to properly shut down the controller

[PATCH] ARM: dts: dra76x: m_can: fix order of clocks
 2020-11-19  9:38 UTC  (2+ messages)

[PATCH net-next v2] can: gw: support modification of Classical CAN DLCs
 2020-11-19  9:12 UTC  (2+ messages)

[mkl-can-next:testing 20/27] drivers/net/can/flexcan.c:1389:6: warning: variable 'err' set but not used
 2020-11-19  8:44 UTC  (2+ messages)

[PATCH] can: m_can: Add PCI glue driver for Intel Elkhart Lake
 2020-11-19  8:22 UTC  (4+ messages)

[PATCH] dt-bindings: can: fsl,flexcan: add uint32 reference to clock-frequency property
 2020-11-19  7:33 UTC 

pull-request: can 2020-11-18
 2020-11-19  7:10 UTC  (7+ messages)
` [net 1/4] can: kvaser_pciefd: Fix KCAN bittiming limits
` [net 2/4] can: kvaser_usb: kvaser_usb_hydra: "
` [net 3/4] can: flexcan: flexcan_chip_start(): fix erroneous flexcan_transceiver_enable() during bus-off recovery
` [net 4/4] can: m_can: process interrupt only when not runtime suspended

[PATCH] can: flexcan: flexcan_chip_start(): fix erroneous flexcan_transceiver_enable() during bus-off recovery
 2020-11-19  0:59 UTC  (2+ messages)

[PATCH net-next] can: gw: support modification of Classical CAN DLCs
 2020-11-18 20:19 UTC 

[PATCH v2 0/1] NET: mcan: Move runtime PM enable/disable to m_can_platform
 2020-11-18 15:47 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH] can: m_can: Process interrupt only when not runtime suspended
 2020-11-18 15:23 UTC  (2+ messages)

[PATCH] Fix attribute list size in do_get_nl_link()
 2020-11-17 15:53 UTC  (4+ messages)
  ` AW: "


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