linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-29 12:30:37 to 2020-10-10 23:09:49 UTC [more...]

pull-request: can 2020-10-08
 2020-10-10 17:32 UTC  (5+ messages)
` [PATCH 1/3] can: m_can_platform: don't call m_can_class_suspend in runtime suspend
` [PATCH 2/3] can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcnt
` [PATCH 3/3] net: j1939: j1939_session_fresh_new(): "

pull-request: can-next 2020-10-07
 2020-10-10 16:34 UTC  (24+ messages)
` [PATCH 01/17] can: af_can: can_rcv_list_find(): fix kernel doc after variable renaming
` [PATCH 02/17] can: softing: softing_card_shutdown(): add braces around empty body in an 'if' statement
` [PATCH 03/17] can: c_can: reg_map_{c,d}_can: mark as __maybe_unused
` [PATCH 04/17] MAINTAINERS: adjust to mcp251xfd file renaming
` [PATCH 05/17] can: raw: add missing error queue support
` [PATCH 06/17] can: dev: fix type of get_can_dlc() and get_canfd_dlc() macros
` [PATCH 07/17] can: dev: add a helper function to calculate the duration of one bit
` [PATCH 08/17] can: add ISO 15765-2:2016 transport protocol
` [PATCH 09/17] dt-bindings: can: rcar_can: Add r8a7742 support
` [PATCH 10/17] dt-bindings: can: rcar_canfd: Document r8a774e1 support
` [PATCH 11/17] dt-bindings: can: rcar_can: "
` [PATCH 12/17] dt-bindings: can: flexcan: list supported processors
` [PATCH 13/17] dt-bindings: can: flexcan: remove ack_grp and ack_bit from fsl,stop-mode
` [PATCH 14/17] can: flexcan: remove ack_grp and ack_bit handling from driver
` [PATCH 15/17] can: xilinx_can: Limit CANFD brp to 2
` [PATCH 16/17] can: xilinx_can: Check return value of set_reset_mode
` [PATCH 17/17] can: xilinx_can: Fix incorrect variable and initialize with a default value

[PATCH net-next 1/2] can-isotp: implement cleanups / improvements from review
 2020-10-10 20:49 UTC  (2+ messages)
` [PATCH net-next 2/2] can: remove obsolete version strings

[PATCH 0/6] can: add support for ETAS ES58X CAN USB
 2020-10-10  8:12 UTC  (24+ messages)
` [PATCH v2 "
` [PATCH v2 1/6] can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context
` [PATCH v2 2/6] can: dev: add a helper function to get the correct length of Classical frames
    ` [PATCH v2 2/6] can: dev: add a helper function
` [PATCH v2 3/6] can: dev: __can_get_echo_skb(): fix the return length
` [PATCH v2 4/6] can: dev: add a helper function to calculate the duration of one bit
` [PATCH v2 6/6] usb: cdc-acm: add quirk to blacklist ETAS ES58X devices
  ` [PATCH v2 5/6] can: usb: etas_es58X: add support for ETAS ES58X CAN USB interfaces
` [PATCH v3 0/7] can: add support for ETAS ES58X CAN USB
  ` [PATCH v3 1/7] can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context
  ` [PATCH v3 2/7] can: dev: fix type of get_can_dlc() and get_canfd_dlc() macros
  ` [PATCH v3 3/7] can: dev: add a helper function to get the correct length of Classical frames
  ` [PATCH v3 4/7] can: dev: __can_get_echo_skb(): fix the return length
  ` [PATCH v3 5/7] can: dev: add a helper function to calculate the duration of one bit
  ` [PATCH v3 7/7] usb: cdc-acm: add quirk to blacklist ETAS ES58X devices
    ` [PATCH v3 6/7] can: usb: etas_es58X: add support for ETAS ES58X CAN USB interfaces

mcp2517fd: transmit errors
 2020-10-09 17:40 UTC  (3+ messages)

[PATCH v1] dt-bindings: can: flexcan: convert fsl,*flexcan bindings to yaml
 2020-10-09 13:29 UTC 

[PATCH 0/4] dt-bindings: additional/unevaluatedProperties clean-ups
 2020-10-07 22:48 UTC  (37+ messages)
` [PATCH 1/4] dt-bindings: Add missing 'unevaluatedProperties'
` [PATCH 2/4] dt-bindings: Use 'additionalProperties' instead of 'unevaluatedProperties'
` [PATCH 3/4] dt-bindings: Explicitly allow additional properties in board/SoC schemas
` [PATCH 4/4] dt-bindings: Explicitly allow additional properties in common schemas

[BUG] pfifo_fast may cause out-of-order CAN frame transmission
 2020-10-07 21:07 UTC  (2+ messages)

[RFC]: can-next 2020-10-06
 2020-10-07 15:56 UTC  (19+ messages)
` [PATCH 01/17] can: af_can: can_rcv_list_find(): fix kernel doc after variable renaming
` [PATCH 02/17] can: softing: softing_card_shutdown(): add braces around empty body in an 'if' statement
` [PATCH 03/17] can: c_can: reg_map_{c,d}_can: mark as __maybe_unused
` [PATCH 04/17] MAINTAINERS: adjust to mcp251xfd file renaming
` [PATCH 05/17] can: raw: add missing error queue support
` [PATCH 06/17] can: dev: fix type of get_can_dlc() and get_canfd_dlc() macros
` [PATCH 07/17] can: dev: add a helper function to calculate the duration of one bit
` [PATCH 08/17] can: add ISO 15765-2:2016 transport protocol
` [PATCH 09/17] dt-bindings: can: rcar_can: Add r8a7742 support
` [PATCH 10/17] dt-bindings: can: rcar_canfd: Document r8a774e1 support
` [PATCH 11/17] dt-bindings: can: rcar_can: "
` [PATCH 12/17] dt-bindings: can: flexcan: list supported processors
` [PATCH 13/17] dt-bindings: can: flexcan: remove ack_grp and ack_bit from fsl,stop-mode
` [PATCH 14/17] can: flexcan: remove ack_grp and ack_bit handling from driver
` [PATCH 15/17] can: xilinx_can: Limit CANFD brp to 2
` [PATCH 16/17] can: xilinx_can: Check return value of set_reset_mode
` [PATCH 17/17] can: xilinx_can: Fix incorrect variable and initialize with a default value

[PATCH v3] can: add ISO 15765-2:2016 transport protocol
 2020-10-07 11:03 UTC 

[mkl-can-next:testing 8/17] net/can/isotp.c:1159 isotp_setsockopt() warn: unsigned 'optlen' is never less than zero
 2020-10-07  9:31 UTC  (2+ messages)

[PATCH can-next] can: add ISO 15765-2:2016 transport protocol
 2020-10-07  7:26 UTC  (5+ messages)

pull-request: can 2020-10-06
 2020-10-06 21:37 UTC  (2+ messages)
` [PATCH] can: m_can_platform: don't call m_can_class_suspend in runtime suspend

[PATCH 0/3] can: xilinx_can: Some minor changes
 2020-10-06 19:34 UTC  (2+ messages)

[PATCH v2 0/3] arm64: dts: add FlexCAN support to LS1028A and sl28
 2020-10-06 19:25 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: can: flexcan: list supported processors
` [PATCH v2 2/3] arm64: dts: ls1028a: add missing CAN nodes
` [PATCH v2 3/3] arm64: dts: freescale: sl28: add CAN node

[RESEND PATCH v2 0/2] dt-bindings: can: document R8A774E1
 2020-10-06 19:20 UTC  (4+ messages)
` [RESEND PATCH v2 1/2] dt-bindings: can: rcar_canfd: Document r8a774e1 support
` [RESEND PATCH v2 2/2] dt-bindings: can: rcar_can: "

[PATCH 0/3] r8a7742 add CAN support
 2020-10-06 19:19 UTC  (5+ messages)
` [PATCH 2/3] dt-bindings: can: rcar_can: Add r8a7742 support

[PATCH v5] net: can: Introduce MEN 16Z192-00 CAN controller driver
 2020-10-05 11:20 UTC 

[PATCH v4] net: can: Introduce MEN 16Z192-00 CAN controller driver
 2020-10-05 11:08 UTC  (2+ messages)

[PATCH] can: raw: add missing error queue support
 2020-10-04  9:39 UTC  (3+ messages)

[PATCH] MAINTAINERS: adjust to mcp251xfd file renaming
 2020-10-03  7:55 UTC 

[PATCH] can/peak_usb: fix timestamp wrapping
 2020-09-30 23:48 UTC  (3+ messages)
` TR: "

pull-request: can-next 2020-09-30
 2020-09-30 22:21 UTC  (14+ messages)
` [PATCH 01/13] can: mcp25xxfd: mcp25xxfd_handle_eccif(): add ECC related errata and update log messages
` [PATCH 02/13] can: mcp25xxfd: mcp25xxfd_probe(): add SPI clk limit related errata information
` [PATCH 03/13] can: mcp25xxfd: mcp25xxfd_ring_free(): fix memory leak during cleanup
` [PATCH 04/13] can: mcp25xxfd: mcp25xxfd_irq(): add missing initialization of variable set_normal mode
` [PATCH 05/13] dt-binding: can: mcp25xxfd: documentation fixes
` [PATCH 06/13] dt-binding: can: mcp251xfd: narrow down wildcards in device tree bindings to "microchip,mcp251xfd"
` [PATCH 07/13] can: mcp25xxfd: "
` [PATCH 08/13] can: mcp251xfd: rename driver files and subdir to mcp251xfd
` [PATCH 09/13] can: mcp251xfd: rename all user facing strings "
` [PATCH 11/13] can: flexcan: initialize all flexcan memory for ECC function
` [PATCH 12/13] can: flexcan: add flexcan driver for i.MX8MP
` [PATCH 13/13] can: flexcan: disable runtime PM if register flexcandev failed

mcp25xxfd driver questions
 2020-09-30 10:34 UTC  (6+ messages)

[PATCH 1/2] can: mcp25xxfd: narrow down wildcards in device tree bindings
 2020-09-30  9:26 UTC  (4+ messages)
` [PATCH 2/2] "

[RFC]: can-next 2020-09-30 - mcp25xxfd/mcp251xfd and flexcan
 2020-09-30  9:18 UTC  (13+ messages)
` [PATCH 01/12] can: mcp25xxfd: mcp25xxfd_handle_eccif(): add ECC related errata and update log messages
` [PATCH 02/12] can: mcp25xxfd: mcp25xxfd_probe(): add SPI clk limit related errata information
` [PATCH 03/12] can: mcp25xxfd: mcp25xxfd_ring_free(): fix memory leak during cleanup
` [PATCH 04/12] can: mcp25xxfd: mcp25xxfd_irq(): add missing initialization of variable set_normal mode
` [PATCH 05/12] dt-binding: can: mcp25xxfd: documentation fixes
` [PATCH 06/12] dt-binding: can: mcp251xfd: rename autodetect compatible to "microchip,mcp251xfd"
` [PATCH 07/12] can: mcp251xfd: rename driver files and subdir to mcp251xfd
` [PATCH 08/12] can: mcp251xfd: rename all user facing strings "
` [PATCH 10/12] can: flexcan: initialize all flexcan memory for ECC function
` [PATCH 11/12] can: flexcan: add flexcan driver for i.MX8MP
` [PATCH 12/12] can: flexcan: disable runtime PM if register flexcandev failed

[PATCH v1] dt-binding: can: mcp25xxfd: documentation fixes
 2020-09-29 18:49 UTC  (2+ messages)

[PATCH V4 0/3] patch set for flexcan
 2020-09-29 20:30 UTC  (12+ messages)
` [PATCH V4 1/3] can: flexcan: initialize all flexcan memory for ECC function
` [PATCH V4 2/3] can: flexcan: add flexcan driver for i.MX8MP
` [PATCH V4 3/3] can: flexcan: disable runtime PM if register flexcandev failed

mcp25xxfd driver testing
 2020-09-29 14:45 UTC  (4+ messages)

[PATCH V5 0/3] patch set for flexcan
 2020-09-29 21:15 UTC  (5+ messages)
` [PATCH V5 1/3] can: flexcan: initialize all flexcan memory for ECC function
` [PATCH V5 2/3] can: flexcan: add flexcan driver for i.MX8MP
` [PATCH V5 3/3] can: flexcan: disable runtime PM if register flexcandev failed

[PATCH V3 0/3] patch set for flexcan
 2020-09-29 12:31 UTC  (7+ messages)
` [PATCH V3 1/3] can: flexcan: initialize all flexcan memory for ECC function


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