linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-10 23:09:49 to 2020-10-21 00:53:25 UTC [more...]

[RFC]: can 2020-10-19
 2020-10-21  0:52 UTC  (27+ 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
` [net-rfc 15/16] can: mcp251xfd: mcp251xfd_regmap_nocrc_read(): fix semicolon.cocci warnings
` [net-rfc 16/16] can: mcp251xfd: remove unneeded break

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

[PATCH] can: isotp: make const array static, makes object smaller
 2020-10-20 15:52 UTC  (2+ messages)

[PATCH V3 00/10] can: flexcan: add stop mode support for i.MX8QM
 2020-10-20 15:54 UTC  (16+ messages)
` [PATCH V3 01/10] firmware: imx: always export SCU symbols
` [PATCH V3 02/10] dt-bindings: can: flexcan: fix fsl,clk-source property
` [PATCH V3 03/10] can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
` [PATCH V3 04/10] can: flexcan: add ECC initialization for LX2160A
` [PATCH V3 05/10] can: flexcan: add ECC initialization for VF610
` [PATCH V3 06/10] can: flexcan: disable wakeup in flexcan_remove()
` [PATCH V3 07/10] dt-bindings: can: flexcan: add fsl,scu-index property to indicate a resource
` [PATCH V3 08/10] can: flexcan: rename macro FLEXCAN_QUIRK_SETUP_STOP_MODE -> FLEXCAN_QUIRK_SETUP_STOP_MODE_GPR
` [PATCH V3 09/10] dt-bindings: firmware: add IMX_SC_R_CAN(x) macro for CAN
` [PATCH V3 10/10] can: flexcan: add CAN wakeup function for i.MX8QM

[PATCH V4] can: flexcan: disable wakeup in flexcan_remove()
 2020-10-20 18:45 UTC  (2+ messages)

[PATCH] can: j1939: fix syntax and spelling
 2020-10-20 10:59 UTC  (2+ messages)

[PATCH] can: j1939: rename jacd tool
 2020-10-20  9:09 UTC  (2+ messages)

[PATCH RFC] can-dev: fix real payload length return value for RTR frames
 2020-10-20  7:07 UTC  (2+ messages)

[PATCH] can: mcp251xfd: fix semicolon.cocci warnings
 2020-10-19 18:11 UTC  (2+ messages)

[PATCH v4 0/4] can: add support for ETAS ES58X CAN USB
 2020-10-19 18:49 UTC  (5+ 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] can-isotp: enable RX timeout handling in listen-only mode
 2020-10-19 18:13 UTC  (2+ messages)

[PATCH v2 0/2] convert flexcan to the yaml
 2020-10-19 21:25 UTC  (6+ 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] 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 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 

[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 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  (4+ messages)
` [PATCH 14/17] can: flexcan: remove ack_grp and ack_bit handling from driver

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