linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-02 23:09:04 to 2022-10-25 13:30:59 UTC [more...]

[PATCH v1] can: peak_usb: export PCAN device ID as sysfs device attribute
 2022-10-25 13:30 UTC  (17+ messages)
` [RESEND PATCH v2] "
` [PATCH 0/7] can: peak_usb: Introduce configurable user dev id
  ` [PATCH 1/7] can: peak_usb: rename device_id to a more explicit name
  ` [PATCH 2/7] can: peak_usb: add callback to read user value of CANFD devices
  ` [PATCH 3/7] can: peak_usb: allow flashing of the user device id
  ` [PATCH 4/7] can: peak_usb: replace unregister_netdev() with unregister_candev()
  ` [PATCH 5/7] can: peak_usb: add ethtool interface to user defined flashed device number
  ` [PATCH 6/7] can: peak_usb: export PCAN user device ID as sysfs device attribute
  ` [PATCH 7/7] can: peak_usb: align user device id format in log with sysfs attribute

[PATCH v5 0/4] can: ctucanfd: hardware rx timestamps reporting
 2022-10-25  9:25 UTC  (12+ messages)
` [PATCH v5 1/4] dt-bindings: can: ctucanfd: add another clock for HW timestamping
` [PATCH v5 2/4] can: ctucanfd: add HW timestamps to RX and error CAN frames
` [PATCH v5 3/4] doc: ctucanfd: RX frames timestamping for platform devices
` [PATCH v5 4/4] can: ctucanfd: remove __maybe_unused from suspend/resume callbacks

[PATCH 0/7] can: mcan: Add MCAN support for FSD SoC
 2022-10-25  8:16 UTC  (14+ messages)
    ` [PATCH 1/7] dt-bindings: Document the SYSREG specific compatibles found on "
    ` [PATCH 2/7] dt-bindings: can: mcan: Add ECC functionality to message ram
    ` [PATCH 3/7] arm64: dts: fsd: add sysreg device node
    ` [PATCH 4/7] can: mcan: enable peripheral clk to access mram
    ` [PATCH 5/7] arm64: dts: fsd: Add MCAN device node
    ` [PATCH 6/7] can: m_can: Add ECC functionality for message RAM
    ` [PATCH 7/7] arm64: dts: fsd: Add support for error correction code "

[PATCH v2] can: mcp251x: fix error handling code in mcp251x_can_probe
 2022-10-25  7:15 UTC  (2+ messages)

[PATCH] can: usb: ucan: modify unregister_netdev to unregister_candev
 2022-10-25  7:13 UTC  (4+ messages)

[PATCH] can: mscan: mpc5xxx: fix error handling code in mpc5xxx_can_probe
 2022-10-25  7:12 UTC  (3+ messages)

[PATCH] can: m_can: use consistent indention
 2022-10-24 18:55 UTC 

[PATCH 0/3] R-Car CANFD fixes
 2022-10-24 18:31 UTC  (12+ messages)
` [PATCH 1/3] can: rcar_canfd: Fix IRQ storm on global fifo receive
` [PATCH 2/3] can: rcar_canfd: Fix channel specific IRQ handling for RZ/G2L
` [PATCH 3/3] can: rcar_canfd: Use devm_reset_control_get_optional_exclusive

J1939: Send messages without acknowledging
 2022-10-24 16:55 UTC  (7+ messages)

[PATCH 0/6] R-Can CAN FD driver enhancements
 2022-10-24 17:46 UTC  (18+ messages)
` [PATCH 1/6] can: rcar_canfd: rcar_canfd_probe: Add struct rcar_canfd_hw_info to driver data
` [PATCH 2/6] can: rcar_canfd: Add max_channels to struct rcar_canfd_hw_info
` [PATCH 3/6] can: rcar_canfd: Add multi_global_irqs "
` [PATCH 4/6] can: rcar_canfd: Add clk_postdiv "
` [PATCH 5/6] can: rcar_canfd: Add multi_channel_irqs "
` [PATCH 6/6] can: rcar_canfd: Add has_gerfl_eef "

[PATCH v2] can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error path
 2022-10-24 13:38 UTC 

[PATCH] can: mcp251x: fix error handling code in mcp251x_can_probe
 2022-10-24  8:43 UTC  (3+ messages)

WARNING in isotp_tx_timer_handler
 2022-10-21  6:45 UTC 

[PATCH v5] can: mcan: m_can_handle_bus_errors(): add support for handling DLEC error on CAN-FD frames
 2022-10-20  9:48 UTC  (2+ messages)

[PATCH v2] can: m_can: is_lec_err(): clean up LEC error handling
 2022-10-20  9:41 UTC  (2+ messages)

[PATCH v3 0/7] can: gs_usb: new features: GS_CAN_FEATURE_GET_STATE, GS_CAN_FEATURE_BERR_REPORTING
 2022-10-19 22:10 UTC  (8+ messages)
` [PATCH v3 1/7] can: gs_usb: gs_can_open(): allow loopback and listen only at the same time
` [PATCH v3 2/7] can: gs_usb: gs_can_open(): sort checks for ctrlmode
` [PATCH v3 3/7] can: gs_usb: gs_can_open(): merge setting of timestamp flags and init
` [PATCH v3 4/7] can: gs_usb: document GS_CAN_FEATURE_BERR_REPORTING
` [PATCH v3 5/7] can: gs_usb: add ability to enable / disable berr reporting
` [PATCH v3 6/7] can: gs_usb: document GS_CAN_FEATURE_GET_STATE
` [PATCH v3 7/7] can: gs_usb: add support for reading error counters

[PATCH v2 0/7] can: gs_usb: new features: GS_CAN_FEATURE_GET_STATE, GS_CAN_FEATURE_BERR_REPORTING
 2022-10-19 22:00 UTC  (9+ messages)
` [PATCH v2 1/7] can: gs_usb: gs_can_open(): allow loopback and listen only at the same time
` [PATCH v2 2/7] can: gs_usb: gs_can_open(): sort checks for ctrlmode
` [PATCH v2 3/7] can: gs_usb: gs_can_open(): merge setting of timestamp flags and init
` [PATCH v2 4/7] can: gs_usb: document GS_CAN_FEATURE_BERR_REPORTING
` [PATCH v2 5/7] can: gs_usb: add ability to enable / disable berr reporting
` [PATCH v2 6/7] can: gs_usb: document GS_CAN_FEATURE_GET_STATE
` [PATCH v2 7/7] can: gs_usb: add support for reading error counters

[PATCH can-next v5 00/11] can: kvaser_usb: Fixes and improvements
 2022-10-19 21:57 UTC  (13+ messages)
` [PATCH can-next v5 01/11] can: kvaser_usb: Fix possible completions during init_completion
` [PATCH can-next v5 02/11] can: kvaser_usb: kvaser_usb_leaf: Get capabilities from device
` [PATCH can-next v5 03/11] can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {leaf,usbcan}_cmd_can_error_event
` [PATCH can-next v5 04/11] can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENT
` [PATCH can-next v5 05/11] can: kvaser_usb_leaf: Set Warning state even without bus errors
` [PATCH can-next v5 06/11] can: kvaser_usb_leaf: Fix improved state not being reported
` [PATCH can-next v5 07/11] can: kvaser_usb_leaf: Fix wrong CAN state after stopping
` [PATCH can-next v5 08/11] can: kvaser_usb_leaf: Ignore stale bus-off after start
` [PATCH can-next v5 09/11] can: kvaser_usb_leaf: Fix bogus restart events
` [PATCH can-next v5 10/11] can: kvaser_usb: Add struct kvaser_usb_busparams
` [PATCH can-next v5 11/11] can: kvaser_usb: Compare requested bittiming parameters with actual parameters in do_set_{,data}_bittiming

[PATCH v2] can: gs_usb: mention candleLight as supported device
 2022-10-19 20:50 UTC 

[PATCH v4] can: mcan: Add support for handling DLEC error on CAN FD
 2022-10-18  6:15 UTC  (2+ messages)

[RFC PATCH v5 0/5] can: bxcan: add support for ST bxCAN controller
 2022-10-17 16:42 UTC  (3+ messages)
` [RFC PATCH v5 2/5] dt-bindings: net: can: add STM32 bxcan DT bindings
` [RFC PATCH v5 5/5] can: bxcan: add support for ST bxCAN controller

[PATCH v3] can: mcan: Add support for handling DLEC error on CAN FD
 2022-10-14 13:02 UTC  (2+ messages)

[PATCH v2] can: mcan: Add support for handling DLEC error on CAN FD
 2022-10-14 11:36 UTC  (4+ messages)

[PATCH] can: mcan: Add support for handling dlec error on CAN FD format frame
 2022-10-12  7:47 UTC  (2+ messages)

[RFC] can: m_can: clean up LEC error handling
 2022-10-12  7:42 UTC 

[PATCH net 0/4] pull-request: can 2022-10-11
 2022-10-11 13:20 UTC  (6+ messages)
` [PATCH net 1/4] can: kvaser_usb_leaf: Fix overread with an invalid command
` [PATCH net 2/4] can: kvaser_usb: Fix use of uninitialized completion
` [PATCH net 3/4] can: kvaser_usb_leaf: Fix TX queue out of sync after restart
` [PATCH net 4/4] can: kvaser_usb_leaf: Fix CAN state "

[PATCH v5 0/4] can: kvaser_usb: Various fixes
 2022-10-11  6:57 UTC  (6+ messages)
` [PATCH v5 1/4] can: kvaser_usb_leaf: Fix overread with an invalid command
` [PATCH v5 2/4] can: kvaser_usb: Fix use of uninitialized completion
` [PATCH v5 3/4] can: kvaser_usb_leaf: Fix TX queue out of sync after restart
` [PATCH v5 4/4] can: kvaser_usb_leaf: Fix CAN state "

[PATCH] iplink_can: add missing `]' of the bitrate, dbitrate and termination arrays
 2022-10-10 14:16 UTC  (4+ messages)
` [PATCH v2] "
` [PATCH iproute2 v3] "

[PATCH iproute2-next 5.16 v6 0/5] iplink_can: cleaning, fixes and adding TDC support
 2022-10-10 11:04 UTC  (4+ messages)
` [PATCH iproute2-next 5.16 v6 3/5] iplink_can: use PRINT_ANY to factorize code and fix signedness

[PATCH 0/6] can: gs_usb: new features: GS_CAN_FEATURE_GET_STATE, GS_CAN_FEATURE_BERR_REPORTING
 2022-10-10  7:03 UTC  (18+ messages)
` [PATCH 1/6] can: gs_usb: gs_can_open(): allow loopback and listen only at the same time
` [PATCH 2/6] can: gs_usb: gs_can_open(): sort checks for ctrlmode
` [PATCH 3/6] can: gs_usb: gs_can_open(): merge setting of timestamp flags and init
` [PATCH 4/6] can: gs_usb: add ability to enable / disable berr rerporting
` [PATCH 5/6] can: gs_usb: document GS_CAN_FEATURE_GET_STATE
` [PATCH 6/6] can: gs_usb: support reading error counters

[PATCH AUTOSEL 4.14 16/23] can: bcm: check the result of can_send() in bcm_can_tx()
 2022-10-09 22:25 UTC 

[PATCH AUTOSEL 5.4 20/29] can: bcm: check the result of can_send() in bcm_can_tx()
 2022-10-09 22:22 UTC 

[PATCH AUTOSEL 4.19 17/25] can: bcm: check the result of can_send() in bcm_can_tx()
 2022-10-09 22:24 UTC 

[PATCH AUTOSEL 4.9 13/16] can: bcm: check the result of can_send() in bcm_can_tx()
 2022-10-09 22:27 UTC 

[PATCH AUTOSEL 5.10 25/34] can: bcm: check the result of can_send() in bcm_can_tx()
 2022-10-09 22:21 UTC 

[PATCH AUTOSEL 5.15 36/46] can: bcm: check the result of can_send() in bcm_can_tx()
 2022-10-09 22:19 UTC 

[PATCH AUTOSEL 5.19 57/73] can: bcm: check the result of can_send() in bcm_can_tx()
 2022-10-09 22:14 UTC 

[PATCH AUTOSEL 6.0 61/77] can: bcm: check the result of can_send() in bcm_can_tx()
 2022-10-09 22:07 UTC 

[PATCH 1/1 v3] Termination resistor documentation
 2022-10-07 11:57 UTC  (2+ messages)

[PATCH 1/1] Termination resistor documentation
 2022-10-07 11:50 UTC  (5+ messages)

[PATCH 1/1 v2] Termination resistor documentation
 2022-10-07 10:45 UTC 

[PATCH] can: kvaser_usb: Remove -Warray-bounds exception
 2022-10-07  7:56 UTC  (2+ messages)

[PATCH] can: gs_usb: gs_make_candev(): set netdev->dev_id
 2022-10-07  7:56 UTC  (2+ messages)

[PATCH 0/4] can: esd: add support for esd GmbH PCIe/402 CAN interface
 2022-10-05 16:04 UTC  (5+ messages)
` [PATCH 2/4] can: esd: add support for esd GmbH PCIe/402 CAN interface family
  ` [PATCH v6 "

[RFC can-next] can: remove obsolete PCH CAN driver
 2022-10-05  9:09 UTC  (7+ messages)

[PATCH net-next] net: drop the weight argument from netif_napi_add
 2022-10-02 23:02 UTC  (3+ messages)


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