linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-21 15:26:54 to 2023-01-25 19:52:55 UTC [more...]

[PATCH v2 00/18] can: m_can: Optimizations for m_can/tcan part 2
 2023-01-25 19:50 UTC  (19+ messages)
` [PATCH v2 01/18] can: tcan4x5x: Remove reserved register 0x814 from writable table
` [PATCH v2 02/18] can: tcan4x5x: Check size of mram configuration
` [PATCH v2 03/18] can: m_can: Remove repeated check for is_peripheral
` [PATCH v2 04/18] can: m_can: Always acknowledge all interrupts
` [PATCH v2 05/18] can: m_can: Remove double interrupt enable
` [PATCH v2 06/18] can: m_can: Disable unused interrupts
` [PATCH v2 07/18] can: m_can: Keep interrupts enabled during peripheral read
` [PATCH v2 08/18] can: m_can: Write transmit header and data in one transaction
` [PATCH v2 09/18] can: m_can: Implement receive coalescing
` [PATCH v2 10/18] can: m_can: Implement transmit coalescing
` [PATCH v2 11/18] can: m_can: Add rx coalescing ethtool support
` [PATCH v2 12/18] can: m_can: Add tx "
` [PATCH v2 13/18] can: m_can: Cache tx putidx
` [PATCH v2 14/18] can: m_can: Use the workqueue as queue
` [PATCH v2 15/18] can: m_can: Introduce a tx_fifo_in_flight counter
` [PATCH v2 16/18] can: m_can: Use tx_fifo_in_flight for netif_queue control
` [PATCH v2 17/18] can: m_can: Implement BQL
` [PATCH v2 18/18] can: m_can: Implement transmit submission coalescing

[PATCH 00/12] can: rcar_canfd: Add support for R-Car V4H systems
 2023-01-25 19:16 UTC  (20+ messages)
` [PATCH 01/12] dt-bindings: can: renesas,rcar-canfd: R-Car V3U is R-Car Gen4
` [PATCH 02/12] dt-bindings: can: renesas,rcar-canfd: Document R-Car V4H support
` [PATCH 03/12] dt-bindings: can: renesas,rcar-canfd: Add transceiver support
` [PATCH 04/12] can: rcar_canfd: Fix R-Car V3U CAN mode selection
` [PATCH 05/12] can: rcar_canfd: Fix R-Car V3U GAFLCFG field accesses
` [PATCH 06/12] can: rcar_canfd: Abstract out DCFG address differences
` [PATCH 07/12] can: rcar_canfd: Add support for R-Car Gen4
` [PATCH 08/12] can: rcar_canfd: Fix R-Car Gen4 DCFG.DSJW field width
` [PATCH 09/12] can: rcar_canfd: Fix R-Car Gen4 CFCC.CFTML "
` [PATCH 10/12] can: rcar_canfd: Sort included header files
` [PATCH 11/12] can: rcar_canfd: Add helper variable dev
` [PATCH 12/12] can: rcar_canfd: Add transceiver support

mcp251xfd: rx frame truncation
 2023-01-25 17:06 UTC  (23+ messages)
  ` AW: "
` WG: mcp251xfd: rx frame truncation (1/2)
  `  "
    ` AW: "
              `  "
                ` AW: "
                      ` AW: "
` WG: mcp251xfd: rx frame truncation

mcp251xfd diagnostic outputs
 2023-01-25 12:41 UTC  (4+ messages)
  ` AW: "

[PATCH 0/5] can: mcp251xfd: workaround double-RX erratum
 2023-01-25  9:21 UTC  (21+ messages)
` [PATCH 1/5] can: mcp251xfd: setup cycle counter before mcp251xfd_ring_init()
` [PATCH 2/5] can: mcp251xfd: introduce mcp251xfd_skb_set_timestamp_from_tbc() and make use of it
` [PATCH 3/5] can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate function
` [PATCH 4/5] can: mcp251xfd: rx: mcp251xfd_handle_rxif_ring()
` [PATCH 5/5] can: mcp251xfd: implement workaround for double-RX erratum
    ` AW: [PATCH 0/5] can: mcp251xfd: workaround "
    ` AW: "

[PATCH can-next] can: gw: give feedback on missing CGW_FLAGS_CAN_IIF_TX_OK flag
 2023-01-25  5:54 UTC 

[PATCH v1 0/2] can: mcp251xfd: better workaround broken TX FIFO STA register read
 2023-01-24 15:27 UTC  (3+ messages)
` [PATCH v1 1/2] can: mcp251xfd: tef: prepare to workaround broken RX FIFO tail index erratum
` [PATCH v1 2/2] can: mcp251xfd: tef: use new workaround

[PATCH 2/3] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (2)
 2023-01-23 15:51 UTC  (11+ messages)
` [PATCH 3/3] can: esd_usb: Improved decoding for ESD_EV_CAN_ERROR_EXT messages

[PATCH v2 0/8] can: ems_pci: Add support for CPC-PCIe v3
 2023-01-20 11:26 UTC  (9+ messages)
` [PATCH v2 1/8] can: ems_pci: Fix code style, copyright and email address
` [PATCH v2 2/8] can: ems_pci: Add Asix AX99100 definitions
` [PATCH v2 3/8] can: ems_pci: Initialize BAR registers
` [PATCH v2 4/8] can: ems_pci: Add read/write register and post irq functions
` [PATCH v2 5/8] can: ems_pci: Initialize CAN controller base addresses
` [PATCH v2 6/8] can: ems_pci: Add IRQ enable
` [PATCH v2 7/8] can: ems_pci: Deassert hardware reset
` [PATCH v2 8/8] can: ems_pci: Add myself as module author

[PATCH 0/8] can: ems_pci: Add support for CPC-PCIe v3
 2023-01-20 10:10 UTC  (15+ messages)
` [PATCH 1/8] can: ems_pci: Fixed code style, copyright and email address
` [PATCH 2/8] can: ems_pci: Added Asix AX99100 definitions
` [PATCH 3/8] can: ems_pci: Initialize BAR registers
` [PATCH 4/8] can: ems_pci: Added read/write register and post irq functions
` [PATCH 5/8] can: ems_pci: Initialize CAN controller base addresses
` [PATCH 6/8] can: ems_pci: Added IRQ enable
` [PATCH 7/8] can: ems_pci: Deassert hardware reset
` [PATCH 8/8] can: ems_pci: Added MODULE_AUTHOR

[PATCH 0/2] phy: Add support for NXP TJR1443 CAN Transceiver
 2023-01-20  7:12 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: phy: ti,tcan104x-can: Document NXP TJR1443
` [PATCH 2/2] phy: phy-can-transceiver: Add support for "

[PATCH v2 0/5] can: mcp251xfd: workaround broken RX FIFO STA register read
 2023-01-19 11:28 UTC  (6+ messages)
` [PATCH v2 1/5] can: mcp251xfd: setup timestamping before mcp251xfd_ring_init()
` [PATCH v2 2/5] can: mcp251xfd: clarify the meaning of timestamp
` [PATCH v2 3/5] can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate function
` [PATCH v2 4/5] can: mcp251xfd: rx: prepare to workaround broken RX FIFO head index erratum
` [PATCH v2 5/5] can: mcp251xfd: rx: "

[PATCH] phy: phy-can-transceiver: Skip warning if no "max-bitrate"
 2023-01-18 17:28 UTC  (2+ messages)

[syzbot] memory leak in j1939_session_new
 2023-01-18  3:41 UTC 

[PATCH v1] can: peak_usb: export PCAN device ID as sysfs device attribute
 2023-01-16 20:09 UTC  (10+ messages)
` [RESEND PATCH v3 0/8] can: peak_usb: Introduce configurable CAN channel ID
  ` [PATCH v3 1/8] can: peak_usb: rename device_id to "
  ` [PATCH v3 2/8] can: peak_usb: add callback to read CAN channel ID of PEAK CAN-FD devices
  ` [PATCH v3 3/8] can: peak_usb: allow flashing of the CAN channel ID
  ` [PATCH v3 4/8] can: peak_usb: replace unregister_netdev() with unregister_candev()
  ` [PATCH v3 5/8] can: peak_usb: add ethtool interface to user-configurable CAN channel identifier
  ` [PATCH v3 6/8] can: peak_usb: export PCAN CAN channel ID as sysfs device attribute
  ` [PATCH v3 7/8] can: peak_usb: align CAN channel ID format in log with sysfs attribute
  ` [PATCH v3 8/8] can: peak_usb: Reorder include directives alphabetically

[PATCH v7 0/5] can: bxcan: add support for ST bxCAN controller
 2023-01-16 17:51 UTC  (3+ messages)
` [PATCH v7 2/5] dt-bindings: net: can: add STM32 bxcan DT bindings
` [PATCH v7 5/5] can: bxcan: add support for ST bxCAN controller

[PATCH v6 0/5] can: bxcan: add support for ST bxCAN controller
 2023-01-16 17:48 UTC  (5+ messages)
` [PATCH v6 2/5] dt-bindings: net: can: add STM32 bxcan DT bindings
` [PATCH v6 5/5] can: bxcan: add support for ST bxCAN controller

[PATCH net] can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
 2023-01-14 17:35 UTC  (2+ messages)

[PATCH v2] can: isotp: handle wait_event_interruptible() return values
 2023-01-12 19:31 UTC  (6+ messages)

[PATCH v4] can: isotp: handle wait_event_interruptible() return values
 2023-01-12 19:23 UTC 

Silikonmischungen
 2023-01-12  8:31 UTC 

mcp251xfd: Bad message receiption
 2023-01-11 11:54 UTC  (23+ messages)
  ` AW: "
      ` AW: "
          ` AW: "
                ` AW: AW: AW: mcp251xfd: Bad message receiption (1/2)
                  `  "
                    `  "
                            `  "
                ` AW: AW: AW: mcp251xfd: Bad message receiption (2/2)

[PATCH 00/18] can: m_can: Optimizations for m_can/tcan part 2
 2023-01-09 13:55 UTC  (7+ messages)
` [PATCH 14/18] can: m_can: Use the workqueue as queue
` [PATCH 15/18] can: m_can: Introduce a tx_fifo_in_flight counter
` [PATCH 16/18] can: m_can: Use tx_fifo_in_flight for netif_queue control
` [PATCH 17/18] can: m_can: Implement BQL
` [PATCH 18/18] can: m_can: Implement transmit submission coalescing

[RESEND RFC PATCH v5 0/5] can: bxcan: add support for ST bxCAN controller
 2023-01-08 16:25 UTC  (3+ messages)
` [RESEND RFC PATCH v5 2/5] dt-bindings: net: can: add STM32 bxcan DT bindings
` [RESEND RFC PATCH v5 5/5] can: bxcan: add support for ST bxCAN controller

[PATCH v3] can: isotp: handle wait_event_interruptible() return values
 2023-01-05 12:45 UTC 

[PATCH can-next] can: isotp: check CAN address family in isotp_bind()
 2023-01-04 20:18 UTC 

[PATCH] can: isotp: handle wait_event_interruptible() return values
 2023-01-04 16:39 UTC 

[PATCH] can: isotp: split tx timer into transmission and timeout
 2023-01-04 14:57 UTC 

[PATCH 1/3] can: flexcan: add auto stop mode for IMX93 to support wakeup
 2022-12-31  7:24 UTC  (3+ messages)
` [PATCH 3/3] arm64: dts: imx93: add flexcan nodes

[PATCH 0/3] can: esd_usb: Some more preparation for supporting esd CAN-USB/3
 2022-12-22  0:46 UTC  (5+ messages)
` [PATCH 1/3] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (1)


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