Linux CAN drivers development
 help / color / mirror / Atom feed
 messages from 2024-09-04 09:42:35 to 2024-09-30 16:37:28 UTC [more...]

[linux][PATCH v2 01/20] dt-bindings: can: mpfs: add PIC64GX CAN compatibility
 2024-09-30 16:37 UTC  (4+ messages)

IRQ handler mcp251xfd_handle_tefif() returned -22
 2024-09-30  7:22 UTC  (9+ messages)
  ` AW: "
      ` AW: "
          ` AW: "

[PATCH] dt-bindings: net: can: atmel: Convert to json schema
 2024-09-30  4:07 UTC  (7+ messages)

mcp251xfd: please add to the stable trees
 2024-09-27  7:57 UTC  (2+ messages)

[PATCH v3 1/2] can: m_can: set init flag earlier in probe
 2024-09-26  9:57 UTC  (7+ messages)
` [PATCH v3 2/2] can: m_can: fix missed interrupts with m_can_pci

[PATCH AUTOSEL 6.6 050/139] can: netlink: avoid call to do_set_data_bittiming callback with stale can_priv::ctrlmode
 2024-09-25 12:07 UTC 

[PATCH AUTOSEL 6.10 056/197] can: netlink: avoid call to do_set_data_bittiming callback with stale can_priv::ctrlmode
 2024-09-25 11:51 UTC 

[PATCH AUTOSEL 6.11 068/244] can: netlink: avoid call to do_set_data_bittiming callback with stale can_priv::ctrlmode
 2024-09-25 11:24 UTC 

[PATCH v2 0/4] CAST Controller Area Network driver support
 2024-09-24 20:03 UTC  (12+ messages)
` [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add cast vendor prefix
` [PATCH v2 2/4] dt-bindings: can: Add CAST CAN Bus Controller
` [PATCH v2 3/4] can: Add driver for "
` [PATCH v2 4/4] riscv: dts: starfive: jh7110: Add CAN nodes

[PATCH] can: CAN_ROCKCHIP_CANFD should depend on ARCH_ROCKCHIP
 2024-09-24 12:16 UTC  (3+ messages)

Oops on mcp251xfd open on 6.6.52
 2024-09-24  6:53 UTC  (7+ messages)

[PATCH v2 1/2] can: m_can: set init flag earlier in probe
 2024-09-24  6:16 UTC  (11+ messages)
` [PATCH v2 2/2] can: m_can: fix missed interrupts with m_can_pci
      ` [PATCH DO_NOT_APPLY] net: can: m_can: Support tcan level with edge interrupts

[PATCH 0/1] Allow building {cc770,sja1000}_isa on x86_64 again
 2024-09-23 11:01 UTC  (3+ messages)
` [PATCH 1/1] can: {cc770,sja1000}_isa: allow building on x86_64

[PATCH v2] can: gs_usb.c: add usb endpoint address detection at driver probe step
 2024-09-23  6:07 UTC  (3+ messages)

[PATCH 1/2] can: m_can: set init flag earlier in probe
 2024-09-19  9:17 UTC  (5+ messages)
` [PATCH 2/2] can: m_can: fix missed interrupts with m_can_pci

[RESEND PATCH v4 0/1] dt-bindings: phy: ti,tcan104x-can: Document Microchip ATA6561
 2024-09-15 14:18 UTC  (2+ messages)
` [RESEND PATCH v4 1/1] "

[PATCH v4 0/1] dt-bindings: phy: ti,tcan104x-can: Document Microchip
 2024-09-15 14:13 UTC  (2+ messages)
` [PATCH v4 1/1] dt-bindings: phy: ti,tcan104x-can: Document Microchip ATA6561

[PATCH net 0/5] pull-request: can 2024-09-12
 2024-09-14  4:50 UTC  (9+ messages)
` [PATCH net 1/5] can: bcm: Clear bo->bcm_proc_read after remove_proc_entry()
` [PATCH net 2/5] can: esd_usb: Remove CAN_CTRLMODE_3_SAMPLES for CAN-USB/3-FD
` [PATCH net 3/5] can: kvaser_pciefd: Enable 64-bit DMA addressing
` [PATCH net 4/5] can: m_can: enable NAPI before enabling interrupts
` [PATCH net 5/5] can: m_can: m_can_close(): stop clocks after device has been shut down

[PATCH net-next 0/5] pull-request: can-next 2024-09-11
 2024-09-14  4:50 UTC  (7+ messages)
` [PATCH net-next 1/5] can: Switch back to struct platform_driver::remove()
` [PATCH net-next 2/5] can: usb: Kconfig: Fix list of devices for esd_usb driver
` [PATCH net-next 3/5] can: m_can: m_can_chip_config(): mask timestamp wraparound IRQ
` [PATCH net-next 4/5] can: rockchip_canfd: rkcanfd_timestamp_init(): rework delay calculation
` [PATCH net-next 5/5] can: rockchip_canfd: rkcanfd_handle_error_int_reg_ec(): fix decoding of error code register

of alloc_canxl_skb
 2024-09-13 20:05 UTC  (3+ messages)

Subject: Second version of the patch is ready for review
 2024-09-13 19:06 UTC 

[PATCH v3] can: kvaser_pciefd: Enable 64-bit DMA addressing
 2024-09-12  9:42 UTC  (2+ messages)

[PATCH can v3 0/2] can: m_can: fix struct net_device_ops::{open,stop} callbacks under high bus load
 2024-09-12  7:45 UTC  (4+ messages)
` [PATCH can v3 1/2] can: m_can: enable NAPI before enabling interrupts
` [PATCH can v3 2/2] can: m_can: m_can_close(): stop clocks after device has been shut down

[PATCH] can: usb: Kconfig: Fix list of devices for esd_usb driver
 2024-09-11  8:59 UTC  (2+ messages)

[PATCH] can: m_can: m_can_chip_config(): mask timestamp wraparound IRQ
 2024-09-11  8:51 UTC 

[PATCH can-next 0/2] can: rockchip_canfd: rework delay calculation and decoding of error code register
 2024-09-11  8:45 UTC  (3+ messages)
` [PATCH can-next 1/2] can: rockchip_canfd: rkcanfd_timestamp_init(): rework delay calculation
` [PATCH can-next 2/2] can: rockchip_canfd: rkcanfd_handle_error_int_reg_ec(): fix decoding of error code register

[PATCH] can: rockchip_canfd: fix return type of rkcanfd_start_xmit()
 2024-09-11  8:18 UTC  (9+ messages)

[bug report] can: rockchip_canfd: add driver for Rockchip CAN-FD controller
 2024-09-11  7:34 UTC 

[PATCH AUTOSEL 6.1 1/8] can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing configuration
 2024-09-10 17:23 UTC 

[PATCH AUTOSEL 6.6 01/12] can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing configuration
 2024-09-10 17:22 UTC 

[PATCH AUTOSEL 6.10 01/18] can: m_can: Limit coalescing to peripheral instances
 2024-09-10 17:21 UTC  (2+ messages)
` [PATCH AUTOSEL 6.10 02/18] can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing configuration

[PATCH] can: m_can: Enable NAPI before enabling interrupts
 2024-09-10 16:59 UTC  (4+ messages)

[PATCH v2 1/1] dt-bindings: can: convert microchip,mcp251x.txt to yaml
 2024-09-10 10:59 UTC  (3+ messages)

[PATCH net-next] can: rockchip_canfd: Use div_s64() in rkcanfd_timestamp_init()
 2024-09-10 10:57 UTC  (3+ messages)

[PATCH net-next 0/3] pull-request: can-next 2024-09-09
 2024-09-10  0:20 UTC  (5+ messages)
` [PATCH net-next 1/3] net: can: cc770: Simplify parsing DT properties
` [PATCH net-next 2/3] can: rockchip_canfd: fix return type of rkcanfd_start_xmit()
` [PATCH net-next 3/3] can: rockchip_canfd: rkcanfd_timestamp_init(): fix 64 bit division on 32 bit platforms

[PATCH can v2 0/2] can: m_can: fix struct net_device_ops::{open,stop} callbacks under high bus load
 2024-09-09 14:29 UTC  (3+ messages)
` [PATCH can v2 1/2] can: m_can: enable NAPI before enabling interrupts
` [PATCH can v2 2/2] can: m_can: m_can_close(): stop clocks after device has been shut down

[PATCH] can: rockchip_canfd: rkcanfd_timestamp_init(): fix 64 bit division on 32 bit platforms
 2024-09-09 14:23 UTC  (2+ messages)

[PATCH v1] can: mcp251xfd: Enable transceiver using gpio
 2024-09-09 11:20 UTC  (3+ messages)

[PATCH] can: Switch back to struct platform_driver::remove()
 2024-09-09  9:56 UTC  (2+ messages)

[PATCH] can: rockchip_canfd: avoids 64-bit division
 2024-09-09 11:21 UTC  (2+ messages)

[mkl-can-next:rockchip-canfd-downstream 38/42] drivers/net/can/rockchip/rk3562_can.c:733:13: warning: variable 'dlc' set but not used
 2024-09-07 15:52 UTC 

[PATCH] can: m_can: Enable NAPI before enabling interrupts
 2024-09-06 23:02 UTC 

[PATCH] can: m_can: Enable NAPI before enabling interrupts
 2024-09-06 22:56 UTC 

[PATCH] can: m_can: Enable NAPI before enabling interrupts
 2024-09-06 21:02 UTC 

[mkl-can-next:rockchip-canfd-downstream 31/32] drivers/net/can/rockchip/rk3562_can.c:27:10: fatal error: linux/can/led.h: No such file or directory
 2024-09-05 15:51 UTC 

[mkl-can-next:rockchip-canfd-downstream 28/32] drivers/net/can/rockchip/rockchip_canfd.c:29:10: fatal error: linux/rockchip/cpu.h: No such file or directory
 2024-09-05 13:35 UTC 

[PATCH can-next v5 00/20] can: rockchip_canfd: add support for CAN-FD IP core found on Rockchip RK3568
 2024-09-05 13:24 UTC  (6+ messages)

[PATCH net-next 0/18] pull-request: can-next 2024-09-04-2
 2024-09-05 13:20 UTC  (20+ messages)
` [PATCH net-next 01/18] dt-bindings: can: rockchip_canfd: add rockchip CAN-FD controller
` [PATCH net-next 02/18] can: rockchip_canfd: add driver for Rockchip "
` [PATCH net-next 03/18] can: rockchip_canfd: add quirks for errata workarounds
` [PATCH net-next 04/18] can: rockchip_canfd: add quirk for broken CAN-FD support
` [PATCH net-next 05/18] can: rockchip_canfd: add support for rk3568v3
` [PATCH net-next 06/18] can: rockchip_canfd: add notes about known issues
` [PATCH net-next 07/18] can: rockchip_canfd: rkcanfd_handle_rx_int_one(): implement workaround for erratum 5: check for empty FIFO
` [PATCH net-next 08/18] can: rockchip_canfd: rkcanfd_register_done(): add warning for erratum 5
` [PATCH net-next 09/18] can: rockchip_canfd: add TX PATH
` [PATCH net-next 10/18] can: rockchip_canfd: implement workaround for erratum 6
` [PATCH net-next 11/18] can: rockchip_canfd: implement workaround for erratum 12
` [PATCH net-next 12/18] can: rockchip_canfd: rkcanfd_get_berr_counter_corrected(): work around broken {RX,TX}ERRORCNT register
` [PATCH net-next 13/18] can: rockchip_canfd: add stats support for errata workarounds
` [PATCH net-next 14/18] can: rockchip_canfd: prepare to use full TX-FIFO depth
` [PATCH net-next 15/18] can: rockchip_canfd: enable full TX-FIFO depth of 2
` [PATCH net-next 16/18] can: rockchip_canfd: add hardware timestamping support
` [PATCH net-next 17/18] can: rockchip_canfd: add support for CAN_CTRLMODE_LOOPBACK
` [PATCH net-next 18/18] can: rockchip_canfd: add support for CAN_CTRLMODE_BERR_REPORTING

[mkl-can-next:rockchip-canfd-downstream 8/32] drivers/net/can/rockchip/rockchip_can.c:683:34: warning: 'rockchip_can_of_match' defined but not used
 2024-09-05 11:42 UTC 

[mkl-can-next:rockchip-canfd-downstream 8/32] drivers/net/can/rockchip/rockchip_can.c:683:34: error: array type has incomplete element type 'struct of_device_id'
 2024-09-05 11:31 UTC 

[PATCH net-next 0/20] pull-request: can-next 2024-09-04
 2024-09-05  6:35 UTC  (9+ messages)
` [PATCH net-next 03/20] arm64: dts: rockchip: mecsbc: add CAN0 and CAN1 interfaces
` [PATCH net-next 16/20] can: rockchip_canfd: prepare to use full TX-FIFO depth

[PATCH v1 can] can: bcm: Clear bo->bcm_proc_read after remove_proc_entry()
 2024-09-05  6:24 UTC  (3+ messages)

[PATCH 0/1] can: esd_usb: Remove CAN_CTRLMODE_3_SAMPLES for CAN-USB/3-FD
 2024-09-05  6:24 UTC  (4+ messages)
` [PATCH 1/1] "

[syzbot] [can?] WARNING in remove_proc_entry (6)
 2024-09-05  0:58 UTC  (3+ messages)

[PATCH] net: can: cc770: Simplify parsing DT properties
 2024-09-04  9:52 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox