Linux-Can Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-11 09:43:01 to 2022-09-11 12:35:42 UTC [more...]

[PATCH v8 0/7] can: support CAN XL
 2022-09-11 12:35 UTC  (15+ messages)
` [PATCH v8 3/7] can: set CANFD_FDF flag in all CAN FD frame structures
` [PATCH v8 4/7] can: canxl: introduce CAN XL data structure
` [PATCH v8 5/7] can: canxl: update CAN infrastructure for CAN XL frames

[PATCH 0/5] can: bittiming: improve SJW handling and default
 2022-09-11  8:24 UTC  (10+ messages)
` [PATCH 1/5] can: dev: register_candev(): ensure that bittiming const are valid
` [PATCH 2/5] can: bittiming: can_calc_bittiming(): make use of min3()
` [PATCH 3/5] can: bittiming: can_calc_bittiming(): clean up SJW sanitizing
` [PATCH 4/5] can: bittiming: can_calc_bittiming(): ensure that SJW is not longer than either Phase Buffer Segment
` [PATCH 5/5] can: bittiming: can_calc_bittiming(): use Phase Seg2 / 2 as default for SJW

[RFC PATCH v3 0/4] can: bxcan: add support for ST bxCAN controller
 2022-09-09 16:46 UTC  (6+ messages)
` [RFC PATCH v3 1/4] dt-bindings: net: can: add STM32 bxcan DT bindings
` [RFC PATCH v3 4/4] can: bxcan: add support for ST bxCAN controller

[PATCH 0/2] can: bcm: random optimizations
 2022-09-09 15:04 UTC  (11+ messages)
` [PATCH 1/2] can: bcm: registration process optimization in bcm_module_init()
` [PATCH 2/2] can: bcm: check the result of can_send() in bcm_can_tx()

[PATCH v3 0/2] can: gs_usb: hardware timestamp support
 2022-09-07 16:03 UTC  (11+ messages)
` [PATCH v3 1/2] can: gs_usb: use common spelling of GS_USB in macros
` [PATCH v3 2/2] can: gs_usb: add RX and TX hardware timestamp support
  ` AW: [PATCH v3 0/2] can: gs_usb: "

[PATCH net-next 0/2] can: raw: random optimizations
 2022-09-06  6:42 UTC  (4+ messages)
` [PATCH net-next 1/2] can: raw: process optimization in raw_init()
` [PATCH net-next 2/2] can: raw: use guard clause to optimize nesting in raw_rcv()

[PATCH] dt-bindings: net: can: nxp,sja1000: drop ref from reg-io-width
 2022-09-06  6:31 UTC  (3+ messages)

[PATCH][next] can: etas_es58x: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
 2022-09-06  6:29 UTC  (4+ messages)

[PATCH v3 1/3] dt-bindings: can: nxp,sja1000: Document RZ/N1 power-domains support
 2022-09-05 20:01 UTC  (9+ messages)
` [PATCH v3 0/3] Add RZ/N1 CAN support

[PATCH linux-next] can: sja1000: remove redundant variable ret
 2022-09-05 16:11 UTC  (2+ messages)

[PATCH linux-next] can: kvaser_pciefd: remove redundant variable ret
 2022-09-05 16:11 UTC  (2+ messages)

CM-ITC, pch_can/c_can_pci, sendto() returning ENOBUFS
 2022-09-05 15:54 UTC  (13+ messages)

[PATCH v4 01/15] can: kvaser_usb_leaf: Fix overread with an invalid command
 2022-09-05 13:10 UTC  (16+ messages)
` [PATCH v4 02/15] can: kvaser_usb: Fix use of uninitialized completion
` [PATCH v4 03/15] can: kvaser_usb: Fix possible completions during init_completion
` [PATCH v4 04/15] can: kvaser_usb: kvaser_usb_leaf: Get capabilities from device
` [PATCH v4 05/15] can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {leaf,usbcan}_cmd_can_error_event
` [PATCH v4 06/15] can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENT
` [PATCH v4 07/15] can: kvaser_usb_leaf: Set Warning state even without bus errors
` [PATCH v4 08/15] can: kvaser_usb_leaf: Fix TX queue out of sync after restart
` [PATCH v4 09/15] can: kvaser_usb_leaf: Fix CAN state "
` [PATCH v4 10/15] can: kvaser_usb_leaf: Fix improved state not being reported
` [PATCH v4 11/15] can: kvaser_usb_leaf: Fix wrong CAN state after stopping
` [PATCH v4 12/15] can: kvaser_usb_leaf: Ignore stale bus-off after start
` [PATCH v4 13/15] can: kvaser_usb_leaf: Fix bogus restart events
` [PATCH v4 14/15] can: kvaser_usb: Add struct kvaser_usb_busparams
` [PATCH v4 15/15] can: kvaser_usb: Compare requested bittiming parameters with actual parameters in do_set_{,data}_bittiming

[PATCH v4 00/15] can: kvaser_usb: Various fixes
 2022-09-03 18:23 UTC 

[PATCH v3 00/15] can: kvaser_usb: Various fixes
 2022-09-03 18:21 UTC  (18+ messages)
` [PATCH v3 01/15] can: kvaser_usb_leaf: Fix overread with an invalid command
` [PATCH v3 02/15] can: kvaser_usb: Fix use of uninitialized completion
` [PATCH v3 03/15] can: kvaser_usb: Fix possible completions during init_completion
` [PATCH v3 04/15] can: kvaser_usb: kvaser_usb_leaf: Get capabilities from device
` [PATCH v3 05/15] can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {leaf,usbcan}_cmd_can_error_event
` [PATCH v3 06/15] can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENT
` [PATCH v3 07/15] can: kvaser_usb_leaf: Set Warning state even without bus errors
` [PATCH v3 08/15] can: kvaser_usb_leaf: Fix TX queue out of sync after restart
` [PATCH v3 09/15] can: kvaser_usb_leaf: Fix CAN state "
` [PATCH v3 10/15] can: kvaser_usb_leaf: Fix improved state not being reported
` [PATCH v3 11/15] can: kvaser_usb_leaf: Fix wrong CAN state after stopping
` [PATCH v3 12/15] can: kvaser_usb_leaf: Ignore stale bus-off after start
` [PATCH v3 13/15] can: kvaser_usb_leaf: Fix bogus restart events
` [PATCH v3 14/15] can: kvaser_usb: Add struct kvaser_usb_busparams
` [PATCH v3 15/15] can: kvaser_usb: Compare requested bittiming parameters with actual parameters in do_set_{,data}_bittiming

[PATCH v2 00/15] can: kvaser_usb: Various fixes
 2022-09-01 12:34 UTC  (10+ messages)
` [PATCH v2 04/15] can: kvaser_usb: kvaser_usb_leaf: Get capabilities from device

[RFC PATCH v2 0/4] can: bxcan: add support for ST bxCAN controller
 2022-08-31 22:05 UTC  (9+ messages)
` [RFC PATCH v2 1/4] dt-bindings: net: can: add STM32 bxcan DT bindings
` [RFC PATCH v2 4/4] can: bxcan: add support for ST bxCAN controller

[PATCH v2 1/3] net: move from strlcpy with unused retval to strscpy
 2022-08-31 22:00 UTC  (2+ messages)

Urna Contact "Bild: TOP 3 Handelsroboter, die Menschen zu Millionaren machen"
 2022-08-31  3:43 UTC 

Telegram: Lifehack. Wie man ohne Erfahrung und Wissen aus 1000 Dollar pro Tag verdient
 2022-08-29 19:39 UTC 

[RFC PATCH 1/1] can: virtio: Initial virtio CAN driver
 2022-08-27 11:12 UTC  (5+ messages)
` [virtio-dev] "

[PATCH v2 0/2] can: gs_usb: hardware timestamp support
 2022-08-27  9:25 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] can: gs_usb: advertise timestamping capabilities and add ioctl support

[PATCH v2 0/3] can: ctucanfd: hardware rx timestamps reporting
 2022-08-26 22:26 UTC  (13+ messages)
` [PATCH v2 1/3] can: ctucanfd: add HW timestamps to RX and error CAN frames

[PATCH 0/2] can: gs_usb: hardware timestamp support
 2022-08-26 16:26 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] can: gs_usb: advertise timestamping capabilities and add ioctl support

[RFC PATCH 0/4] can: bxcan: add support for ST bxCAN controller
 2022-08-26  7:20 UTC  (10+ messages)
` [RFC PATCH 1/4] dt-bindings: net: can: add STM32 bxcan DT bindings
` [RFC PATCH 4/4] can: bxcan: add support for ST bxCAN controller

[RFC PATCH v2 1/1] virtio-can: Device specification - 2nd RFC draft
 2022-08-25 13:34 UTC 

[PATCH v4 0/6] Add support for RZ/N1 SJA1000 CAN controller
 2022-08-24  9:12 UTC  (9+ messages)
` [PATCH v4 2/6] dt-bindings: can: nxp,sja1000: Document RZ/N1{D,S} support
` [PATCH v4 6/6] can: sja1000: Add support for RZ/N1 SJA1000 CAN Controller

vacation - no reviews in cw34/35
 2022-08-20 20:16 UTC 

[PATCH] net: move from strlcpy with unused retval to strscpy
 2022-08-19  6:53 UTC 

[PATCH] can: gs_usb: gs_usb_set_phys_id(): return with error if identify is not supported
 2022-08-18 14:38 UTC 

[PATCH AUTOSEL 4.9 08/12] can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controller
 2022-08-13 13:44 UTC  (2+ messages)

PCAN and SocketCAN Questions
 2022-08-12 19:00 UTC  (7+ messages)

[PATCH can v2] can: flexcan: flexcan_mailbox_read() fix return value for drop = true
 2022-08-12 10:46 UTC  (3+ messages)

[PATCH v8 0/7] CTU CAN FD open-source IP core SocketCAN driver, PCI, platform integration and documentation
 2022-08-12 10:07 UTC  (4+ messages)
` [PATCH v8 3/7] can: ctucanfd: add support for CTU CAN FD open-source IP core - bus independent part

[PATCH AUTOSEL 4.14 10/14] can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controller
 2022-08-11 16:10 UTC 

[PATCH AUTOSEL 4.19 10/14] can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controller
 2022-08-11 16:09 UTC 

[PATCH AUTOSEL 5.4 19/25] can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controller
 2022-08-11 16:08 UTC 

[PATCH AUTOSEL 5.10 36/46] can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controller
 2022-08-11 16:04 UTC 

[PATCH AUTOSEL 5.15 55/69] can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controller
 2022-08-11 15:56 UTC 

[PATCH AUTOSEL 5.18 71/93] can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controller
 2022-08-11 15:42 UTC 

[PATCH AUTOSEL 5.19 079/105] can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controller
 2022-08-11 15:28 UTC 

[PATCH] can: rx-offload: Break loop on queue full
 2022-08-11  9:43 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 read-only IMAP folder(s) and NNTP newsgroup(s).