linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-17 18:21:18 to 2020-10-24 11:31:22 UTC [more...]

[RFC]: can 2020-10-19
 2020-10-24 11:31 UTC  (45+ 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 PATCH v1 0/6] add initial CAN PHY support
 2020-10-23 20:53 UTC  (15+ messages)
` [RFC PATCH v1 1/6] net: phy: add CAN PHY Virtual Bus
` [RFC PATCH v1 2/6] net: phy: add a driver for generic CAN PHYs
` [RFC PATCH v1 3/6] net: phy: add CAN interface mode
` [RFC PATCH v1 4/6] net: add CAN specific link modes
` [RFC PATCH v1 5/6] can: flexcan: add phylink support
` [RFC PATCH v1 6/6] can: flexcan: add ethtool support

[PATCH RFC] can: add optional DLC element to Classical CAN frame structure
 2020-10-23 20:30 UTC 

[PATCH 0/1] NET: mcan: Move runtime PM enable/disable to m_can_platform
 2020-10-23 11:58 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH v2 0/1] NET: mcan: Move runtime PM enable/disable to m_can_platform
 2020-10-23 11:58 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v6 0/6] CTU CAN FD open-source IP core SocketCAN driver, PCI, platform integration and documentation
 2020-10-22 20:50 UTC  (15+ messages)
` [PATCH v6 1/6] dt-bindings: vendor-prefix: add prefix for the Czech Technical University in Prague
` [PATCH v6 2/6] dt-bindings: net: can: binding for CTU CAN FD open-source IP core
` [PATCH v6 4/6] can: ctucanfd: CTU CAN FD open-source IP core - PCI bus support
` [PATCH v6 5/6] can: ctucanfd: CTU CAN FD open-source IP core - platform/SoC support
  ` [PATCH v6 3/6] can: ctucanfd: add support for CTU CAN FD open-source IP core - bus independent part
  ` [PATCH v6 6/6] docs: ctucanfd: CTU CAN FD open-source IP core documentation

mcp251xfd on RPi 5.4 downstream
 2020-10-22 18:42 UTC  (4+ messages)

[PATCH] can: vxcan: Fix memleak in vxcan_newlink
 2020-10-22 17:38 UTC  (6+ messages)
  `  "

[PATCH v2] can: j1939: convert PGN structure to a table
 2020-10-22 13:25 UTC 

[PATCH] can: j1939: convert PGN structure to a table
 2020-10-22 12:24 UTC  (3+ messages)

[PATCH] can: j1939: swap addr and pgn in the send example
 2020-10-22  8:41 UTC  (2+ messages)

[PATCH v3 0/2] convert flexcan to the yaml
 2020-10-22  7:52 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: can: add can-controller.yaml
` [PATCH v3 2/2] dt-bindings: can: flexcan: convert fsl,*flexcan bindings to yaml

Adding FD support to gs_usb
 2020-10-22  6:37 UTC  (2+ messages)

Questions around J1939 backport to old kernel
 2020-10-21 16:31 UTC  (2+ messages)

[PATCH V4 0/6] can: flexcan: add stop mode support for i.MX8QM
 2020-10-21  5:33 UTC  (8+ messages)
` [PATCH V4 1/6] firmware: imx: always export SCU symbols
` [PATCH V4 2/6] dt-bindings: can: flexcan: fix fsl,clk-source property
` [PATCH V4 3/6] dt-bindings: can: flexcan: add fsl,scu-index property to indicate a resource
` [PATCH V4 4/6] can: flexcan: rename macro FLEXCAN_QUIRK_SETUP_STOP_MODE -> FLEXCAN_QUIRK_SETUP_STOP_MODE_GPR
` [PATCH V4 5/6] dt-bindings: firmware: add IMX_SC_R_CAN(x) macro for CAN
` [PATCH V4 6/6] can: flexcan: add CAN wakeup function for i.MX8QM

[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  (2+ messages)

[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  (3+ messages)
` [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 

[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  (5+ messages)
` [PATCH v2 1/3] can: mcp251xfd: mcp251xfd_chip_wake(): renamed from mcp251xfd_chip_clock_enable()
` [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 


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