linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-06 20:38:02 to 2020-10-19 19:05:40 UTC [more...]

[RFC]: can 2020-10-19
 2020-10-19 19:05 UTC  (15+ messages)
` [net-rfc 01/16] can: proc: can_remove_proc(): silence remove_proc_entry warning
` [net-rfc 02/16] can: rx-offload: don't call kfree_skb() from IRQ context
` [net-rfc 03/16] can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard "
` [net-rfc 04/16] can: dev: can_get_len(): add a helper function to get the correct length of Classical frames
` [net-rfc 05/16] can: dev: __can_get_echo_skb(): fix the returned length of CAN frame
` [net-rfc 06/16] can: can_create_echo_skb(): fix echo skb generation: always use skb_clone()
` [net-rfc 07/16] can: j1939: j1939_sk_bind(): return failure if netdev is down
` [net-rfc 08/16] can: isotp: Explain PDU in CAN_ISOTP help text
` [net-rfc 09/16] can: isotp: enable RX timeout handling in listen-only mode
` [net-rfc 10/16] can: ti_hecc: add missed clk_disable_unprepare() in error path
` [net-rfc 11/16] can: xilinx_can: handle failure cases of pm_runtime_get_sync
` [net-rfc 12/16] can: peak_usb: fix timestamp wrapping
` [net-rfc 13/16] can: peak_canfd: fix echo management when loopback is on
` [net-rfc 14/16] can: mcp251xfd: mcp251xfd_regmap_crc_read(): increase severity of CRC read error messages

[PATCH] net: can: remove unneeded break
 2020-10-19 17:24 UTC 

[PATCH 0/1] NET: mcan: Move runtime PM enable/disable to m_can_platform
 2020-10-19 15:47 UTC  (5+ messages)
` [PATCH 1/1] "

[RFC]: can 2020-10-19: m_can/tcan4x5x
 2020-10-19 15:42 UTC  (13+ messages)
` [net-rfc 01/12] can: m_can: remove double clearing of clock stop request bit
` [net-rfc 02/12] can: m_can: m_can_handle_state_change(): fix state change
` [net-rfc 03/12] can: tcan4x5x: replace depends on REGMAP_SPI with depends on SPI
` [net-rfc 04/12] can: tcan4x5x: tcan4x5x_clear_interrupts(): remove redundant return statement
` [net-rfc 05/12] can: tcan4x5x: Rename parse_config() function
` [net-rfc 06/12] can: tcan4x5x: tcan4x5x_can_probe(): add missing error checking for devm_regmap_init()
` [net-rfc 07/12] can: m_can: m_can_class_free_dev(): introduce new function
` [net-rfc 08/12] can: m_can: Fix freeing of can device from peripherials
` [net-rfc 09/12] can: m_can: tcan4x5x: tcan4x5x_can_remove(): fix order of deregistration
` [net-rfc 10/12] can: tcan4x5x: Move clock init to TCAN driver
` [net-rfc 11/12] can: m_can_platform: Move clock discovery and init to platform
` [net-rfc 12/12] can: m_can: Remove unused clock function from the framework

[PATCH] can: mcp251xfd: fix semicolon.cocci warnings
 2020-10-19 12:08 UTC 

[PATCH] can-isotp: enable RX timeout handling in listen-only mode
 2020-10-19 12:02 UTC 

[PATCH V2 0/8] can: flexcan: add stop mode support for i.MX8QM
 2020-10-19 15:57 UTC  (14+ messages)
` [PATCH V2 1/8] firmware: imx: always export SCU symbols
` [PATCH V2 2/8] dt-bindings: can: flexcan: fix fsl,clk-source property
` [PATCH V2 3/8] can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
` [PATCH V2 4/8] can: flexcan: add ECC initialization for LX2160A
` [PATCH V2 5/8] can: flexcan: add ECC initialization for VF610
` [PATCH V2 6/8] dt-bindings: can: flexcan: add fsl,scu-index property to indicate a resource
` [PATCH V2 7/8] can: flexcan: rename macro FLEXCAN_QUIRK_SETUP_STOP_MODE -> FLEXCAN_QUIRK_SETUP_STOP_MODE_GPR
` [PATCH V2 8/8] can: flexcan: add CAN wakeup function for i.MX8QM

[RFC] can: can_create_echo_skb(): fix echo skb generation: always use skb_clone()
 2020-10-19  6:53 UTC  (7+ messages)

[PATCH v2 0/3] can: mcp251xfd: PLL support
 2020-10-19  5:23 UTC  (7+ messages)
` [PATCH v2 1/3] can: mcp251xfd: mcp251xfd_chip_wake(): renamed from mcp251xfd_chip_clock_enable()
` [PATCH v2 2/3] can: mcp251xfd: mcp251xfd_chip_timestamp_init():
` [PATCH v2 3/3] can: mcp251xfd: add support for internal PLL

[PATCH AUTOSEL 5.9 058/111] can: flexcan: flexcan_chip_stop(): add error handling and propagate error value
 2020-10-18 19:17 UTC 

[RFC] treewide: cleanup unreachable breaks
 2020-10-18 19:17 UTC  (13+ messages)
  ` [Cocci] "
` [Ocfs2-devel] "

[PATCH AUTOSEL 5.8 055/101] can: flexcan: flexcan_chip_stop(): add error handling and propagate error value
 2020-10-18 19:19 UTC 

[PATCH AUTOSEL 5.4 43/80] can: flexcan: flexcan_chip_stop(): add error handling and propagate error value
 2020-10-18 19:21 UTC 

[PATCH AUTOSEL 4.19 35/56] can: flexcan: flexcan_chip_stop(): add error handling and propagate error value
 2020-10-18 19:23 UTC 

[PATCH AUTOSEL 4.14 32/52] can: flexcan: flexcan_chip_stop(): add error handling and propagate error value
 2020-10-18 19:25 UTC 

[PATCH v4 0/4] can: add support for ETAS ES58X CAN USB
 2020-10-16 17:22 UTC  (4+ messages)
` [PATCH v4 1/4] can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context
` [PATCH v4 2/4] can: dev: add a helper function to get the correct length of Classical frames
` [PATCH v4 3/4] can: dev: __can_get_echo_skb(): fix the return length

[PATCH v2 0/2] convert flexcan to the yaml
 2020-10-16 16:13 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: can: add can-controller.yaml
` [PATCH v2 2/2] dt-bindings: can: flexcan: convert fsl,*flexcan bindings to yaml

[PATCH 0/6] can: flexcan: add stop mode support for i.MX8QM
 2020-10-16 13:43 UTC  (23+ messages)
` [PATCH 1/6] firmware: imx: always export SCU symbols
` [PATCH 2/6] dt-bindings: can: flexcan: fix fsl,clk-source property
` [PATCH 3/6] dt-bindings: can: flexcan: add fsl,can-index property to indicate a resource
  ` [PATCH 3/6] dt-bindings: can: flexcan: add fsl, can-index "
` [PATCH 4/6] can: flexcan: rename macro FLEXCAN_QUIRK_SETUP_STOP_MODE -> FLEXCAN_QUIRK_SETUP_STOP_MODE_GPR
` [PATCH 5/6] can: flexcan: add CAN wakeup function for i.MX8QM
` [PATCH 6/6] can: flexcan: fix ECC function on LS1021A/LX2160A

[PATCH v1] ARM: dts: imx6/7: sync fsl,stop-mode with current flexcan driver
 2020-10-16  8:06 UTC  (2+ messages)

[PATCH v5] net: can: Introduce MEN 16Z192-00 CAN controller driver
 2020-10-16  7:55 UTC  (3+ messages)

[PATCH net] can: peak_usb: add range checking in decode operations
 2020-10-16  7:51 UTC  (4+ messages)

[PATCH v1] ARM: dts: imx6/7: sync fsl,stop-mode with current flexcan driver
 2020-10-16  7:44 UTC 

[PATCH 0/2] can: mcp251xfd: Enable support for PLL
 2020-10-15 12:44 UTC  (3+ messages)
` [PATCH 1/2] Preparation for support of internal PLL in mcp251xfd
` [PATCH 2/2] Enable support for "

[PATCH] can: flexcan: flexcan_setup_stop_mode(): add missing "req_bit" to stop mode property comment
 2020-10-14 11:48 UTC 

pull-request: can-next 2020-10-07
 2020-10-14 10:17 UTC  (26+ 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] can: Explain PDU in CAN_ISOTP help text
 2020-10-14  6:30 UTC  (3+ messages)

[PATCH v2] can/peak_usb: fix timestamp wrapping
 2020-10-14  8:56 UTC 

[PATCH v1] dt-bindings: can: flexcan: convert fsl,*flexcan bindings to yaml
 2020-10-13 15:57 UTC  (2+ messages)

[PATCH] can/peak_canfd: fix echo management when loopback is on
 2020-10-13 15:39 UTC 

pull-request: can-next 2020-10-12
 2020-10-12 18:05 UTC  (4+ messages)
` [net-next 1/2] can: isotp: implement cleanups / improvements from review
` [net-next 2/2] can: remove obsolete version strings

mcp2517fd: transmit errors
 2020-10-12 12:39 UTC  (6+ messages)

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

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

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

pull-request: can 2020-10-08
 2020-10-11  7:16 UTC  (6+ 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(): "

[PATCH v3 0/7] can: add support for ETAS ES58X CAN USB
 2020-10-10  8:12 UTC  (3+ messages)
  ` [PATCH v3 6/7] can: usb: etas_es58X: add support for ETAS ES58X CAN USB interfaces

[PATCH 0/4] dt-bindings: additional/unevaluatedProperties clean-ups
 2020-10-07 22:48 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: Add missing 'unevaluatedProperties'
` [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  (4+ messages)
` [PATCH 13/17] dt-bindings: can: flexcan: remove ack_grp and ack_bit from fsl,stop-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  (3+ 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


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