messages from 2024-07-11 22:59:12 to 2024-08-07 18:02:15 UTC [more...]
[PATCH 0/2] phy: Add support for Microchip ATA6561 CAN Transceiver
2024-08-07 18:02 UTC (15+ messages)
` [PATCH 1/2] dt-bindings: phy: ti,tcan104x-can: Document Microchip ATA6561
` [PATCH v2 0/1] phy: Add support for Microchip ATA6561 CAN Transceiver
` [PATCH v2 1/1] dt-bindings: phy: ti,tcan104x-can: Document Microchip ATA6561
` [PATCH 2/2] phy: phy-can-transceiver: Add support for "
[syzbot] [can?] WARNING: refcount bug in j1939_session_put
2024-08-07 14:16 UTC (6+ messages)
` [PATCH net-next] can: j1939: fix uaf in j1939_session_destroy
[PATCH v2 0/7] can: m_can: Fix polling and other issues
2024-08-07 11:33 UTC (10+ messages)
` [PATCH v2 1/7] can: m_can: Reset coalescing during suspend/resume
` [PATCH v2 2/7] can: m_can: Remove coalesing disable in isr during suspend
` [PATCH v2 3/7] can: m_can: Remove m_can_rx_peripheral indirection
` [PATCH v2 4/7] can: m_can: Do not cancel timer from within timer
` [PATCH v2 5/7] can: m_can: disable_all_interrupts, not clear active_interrupts
` [PATCH v2 6/7] can: m_can: Reset cached active_interrupts on start
` [PATCH v2 7/7] can: m_can: Limit coalescing to peripheral instances
Introducing new Kernel Module for CAN over IP Networks
2024-08-07 10:25 UTC (4+ messages)
` [EXT] "
[PATCH net-next 0/20] pull-request: can-next 2024-08-06
2024-08-07 9:51 UTC (24+ messages)
` [PATCH net-next 01/20] dt-bindings: can: fsl,flexcan: add common 'can-transceiver' for fsl,flexcan
` [PATCH net-next 02/20] dt-bindings: can: fsl,flexcan: move fsl,imx95-flexcan standalone
` [PATCH net-next 03/20] can: flexcan: add wakeup support for imx95
` [PATCH net-next 04/20] can: esd_402_pci: Rename esdACC CTRL register macros
` [PATCH net-next 05/20] can: esd_402_pci: Add support for one-shot mode
` [PATCH net-next 06/20] can: kvaser_usb: Add helper functions to convert device timestamp into ktime
` [PATCH net-next 07/20] can: kvaser_usb: hydra: kvaser_usb_hydra_ktime_from_rx_cmd: Drop {rx_} in function name
` [PATCH net-next 08/20] can: kvaser_usb: hydra: Add struct for Tx ACK commands
` [PATCH net-next 09/20] can: kvaser_usb: hydra: Set hardware timestamp on transmitted packets
` [PATCH net-next 10/20] can: kvaser_usb: leaf: Add struct for Tx ACK commands
` [PATCH net-next 11/20] can: kvaser_usb: leaf: Assign correct timestamp_freq for kvaser_usb_leaf_imx_dev_cfg_{16,24,32}mhz
` [PATCH net-next 12/20] can: kvaser_usb: leaf: Replace kvaser_usb_leaf_m32c_dev_cfg with kvaser_usb_leaf_m32c_dev_cfg_{16,24,32}mhz
` [PATCH net-next 13/20] can: kvaser_usb: leaf: kvaser_usb_leaf_tx_acknowledge: Rename local variable
` [PATCH net-next 14/20] can: kvaser_usb: leaf: Add hardware timestamp support to leaf based devices
` [PATCH net-next 15/20] can: kvaser_usb: leaf: Add structs for Tx ACK and clock overflow commands
` [PATCH net-next 16/20] can: kvaser_usb: leaf: Store MSB of timestamp
` [PATCH net-next 17/20] can: kvaser_usb: leaf: Add hardware timestamp support to usbcan devices
` [PATCH net-next 18/20] can: kvaser_usb: Remove KVASER_USB_QUIRK_HAS_HARDWARE_TIMESTAMP
` [PATCH net-next 19/20] can: kvaser_usb: Remove struct variables kvaser_usb_{ethtool,netdev}_ops
` [PATCH net-next 20/20] can: kvaser_usb: Rename kvaser_usb_{ethtool,netdev}_ops_hwts to kvaser_usb_{ethtool,netdev}_ops
[PATCH v1] can: mcp251xfd: Enable transceiver using gpio
2024-08-07 7:47 UTC (5+ messages)
[PATCH can-next v2 00/20] an: rockchip_canfd: add support for CAN-FD IP core found on Rockchip RK3568
2024-08-06 19:55 UTC (23+ messages)
` [PATCH can-next v2 01/20] dt-bindings: can: rockchip_canfd: add rockchip CAN-FD controller
` [PATCH can-next v2 02/20] arm64: dts: rockchip: add CAN-FD controller nodes to rk3568
` [PATCH can-next v2 03/20] arm64: dts: rockchip: mecsbc: add CAN0 and CAN1 interfaces
` [PATCH can-next v2 04/20] can: rockchip_canfd: add driver for Rockchip CAN-FD controller
` [PATCH can-next v2 05/20] can: rockchip_canfd: add quirks for errata workarounds
` [PATCH can-next v2 06/20] can: rockchip_canfd: add quirk for broken CAN-FD support
` [PATCH can-next v2 07/20] can: rockchip_canfd: add support for rk3568v3
` [PATCH can-next v2 08/20] can: rockchip_canfd: add notes about known issues
` [PATCH can-next v2 09/20] can: rockchip_canfd: rkcanfd_handle_rx_int_one(): implement workaround for erratum 5: check for empty FIFO
` [PATCH can-next v2 10/20] can: rockchip_canfd: rkcanfd_register_done(): add warning for erratum 5
` [PATCH can-next v2 11/20] can: rockchip_canfd: add TX PATH
` [PATCH can-next v2 12/20] can: rockchip_canfd: implement workaround for erratum 6
` [PATCH can-next v2 13/20] can: rockchip_canfd: implement workaround for erratum 12
` [PATCH can-next v2 14/20] can: rockchip_canfd: rkcanfd_get_berr_counter_corrected(): work around broken {RX,TX}ERRORCNT register
` [PATCH can-next v2 15/20] can: rockchip_canfd: add stats support for errata workarounds
` [PATCH can-next v2 16/20] can: rockchip_canfd: prepare to use full TX-FIFO depth
` [PATCH can-next v2 17/20] can: rockchip_canfd: enable full TX-FIFO depth of 2
` [PATCH can-next v2 18/20] can: rockchip_canfd: add hardware timestamping support
` [PATCH can-next v2 19/20] can: rockchip_canfd: add support for CAN_CTRLMODE_LOOPBACK
` [PATCH can-next v2 20/20] can: rockchip_canfd: add support for CAN_CTRLMODE_BERR_REPORTING
[PATCH v3] dt-bindings: can: renesas,rcar-canfd: Document R-Car V4M support
2024-08-06 19:15 UTC (4+ messages)
[syzbot] [can?] WARNING: refcount bug in j1939_xtp_rx_cts
2024-08-05 21:29 UTC
[PATCH 0/2] can: mcp251xfd: fix ring/coalescing configuration
2024-08-05 16:23 UTC (3+ messages)
` [PATCH 1/2] can: mcp251xfd: fix ring configuration when switching from CAN-CC to CAN-FD mode
` [PATCH 2/2] can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing configuration
[PATCH] can: kvaser_pciefd: Use a single write when releasing RX buffers
2024-08-05 15:37 UTC (3+ messages)
[PATCH 0/2] can: esd_402_pci: Do cleanup; Add one-shot mode
2024-08-05 15:32 UTC (4+ messages)
` [PATCH 1/2] can: esd_402_pci: Rename esdACC CTRL register macros
` [PATCH 2/2] can: esd_402_pci: Add support for one-shot mode
[PATCH 01/17] dt-bindings: can: mpfs: add PIC64GX CAN compatibility
2024-08-05 15:17 UTC (2+ messages)
[PATCH v4 0/2] can: fsl,flexcan: add imx95 wakeup
2024-08-05 14:48 UTC (4+ messages)
` [PATCH v4 1/2] dt-bindings: can: fsl,flexcan: move fsl,imx95-flexcan standalone
` [PATCH v4 2/2] can: flexcan: add wakeup support for imx95
[PATCH v2 1/1] dt-bindings: can: fsl,flexcan: add common 'can-transceiver' for fsl,flexcan
2024-08-05 14:44 UTC (4+ messages)
[PATCH v2] can: m_can: Release irq on error in m_can_open
2024-08-05 14:42 UTC (2+ messages)
[PATCH v2] dt-bindings: can: renesas,rcar-canfd: Document R-Car V4M support
2024-08-01 13:41 UTC
[PATCH can-next 00/21] can: rockchip_canfd: add support for CAN-FD IP core found on Rockchip RK3568
2024-07-31 9:04 UTC (33+ messages)
` [PATCH can-next 01/21] dt-bindings: can: rockchip_canfd: add binding for rockchip CAN-FD controller
` [PATCH can-next 02/21] arm64: dts: rockchip: add CAN-FD controller nodes to rk3568
` [PATCH can-next 03/21] arm64: dts: rockchip: mecsbc: add CAN0 and CAN1 interfaces
` [PATCH can-next 04/21] can: rockchip_canfd: add driver for Rockchip CAN-FD controller
` [PATCH can-next 05/21] can: rockchip_canfd: add quirks for errata workarounds
` [PATCH can-next 06/21] can: rockchip_canfd: add quirk for broken CAN-FD support
` [PATCH can-next 07/21] can: rockchip_canfd: add support for rk3568v3
` [PATCH can-next 08/21] can: rockchip_canfd: add notes about known issues
` [PATCH can-next 09/21] can: rockchip_canfd: rkcanfd_handle_rx_int_one(): implement workaround for erratum 5: check for empty FIFO
` [PATCH can-next 10/21] can: rockchip_canfd: rkcanfd_register_done(): add warning for erratum 5
` [PATCH can-next 11/21] can: rockchip_canfd: add functions to check if CAN-FD frames are equal
` [PATCH can-next 12/21] can: rockchip_canfd: add TX PATH
` [PATCH can-next 13/21] can: rockchip_canfd: implement workaround for erratum 6
` [PATCH can-next 14/21] can: rockchip_canfd: implement workaround for erratum 12
` [PATCH can-next 15/21] can: rockchip_canfd: rkcanfd_get_berr_counter_corrected(): work around broken {RX,TX}ERRORCNT register
` [PATCH can-next 16/21] can: rockchip_canfd: add stats support for errata workarounds
` [PATCH can-next 17/21] can: rockchip_canfd: prepare to use full TX-FIFO depth
` [PATCH can-next 18/21] can: rockchip_canfd: enable full TX-FIFO depth of 2
` [PATCH can-next 19/21] can: rockchip_canfd: add hardware timestamping support
` [PATCH can-next 20/21] can: rockchip_canfd: add support for CAN_CTRLMODE_LOOPBACK
` [PATCH can-next 21/21] can: rockchip_canfd: add support for CAN_CTRLMODE_BERR_REPORTING
[PATCH v2 0/7] can: m_can: Add am62 wakeup support
2024-07-30 19:10 UTC (14+ messages)
` [PATCH v2 1/7] dt-bindings: can: m_can: Add wakeup properties
` [PATCH v2 2/7] can: m_can: Map WoL to device_set_wakeup_enable
` [PATCH v2 3/7] can: m_can: Return ERR_PTR on error in allocation
` [PATCH v2 4/7] can: m_can: Support pinctrl wakeup state
` [PATCH v2 5/7] arm64: dts: ti: k3-am62: Mark mcu_mcan0/1 as wakeup-source
` [PATCH v2 6/7] arm64: dts: ti: k3-am62a-mcu: "
` [PATCH v2 7/7] arm64: dts: ti: k3-am62p-mcu: "
[PATCH RFC] can: m_can: Release irq on error in m_can_open
2024-07-30 11:17 UTC (2+ messages)
[PATCH AUTOSEL 6.1 09/11] can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratum
2024-07-28 0:55 UTC (2+ messages)
` [PATCH AUTOSEL 6.1 10/11] can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fd
[PATCH AUTOSEL 6.6 10/15] can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratum
2024-07-28 0:54 UTC (2+ messages)
` [PATCH AUTOSEL 6.6 11/15] can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fd
[PATCH AUTOSEL 6.10 17/27] can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratum
2024-07-28 0:53 UTC (2+ messages)
` [PATCH AUTOSEL 6.10 18/27] can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fd
[PATCH 0/7] can: m_can: Fix polling and other issues
2024-07-27 9:32 UTC (9+ messages)
` [PATCH 1/7] can: m_can: Reset coalescing during suspend/resume
` [PATCH 2/7] can: m_can: Remove coalesing disable in isr during suspend
` [PATCH 3/7] can: m_can: Remove m_can_rx_peripheral indirection
` [PATCH 4/7] can: m_can: Do not cancel timer from within timer
` [PATCH 5/7] can: m_can: disable_all_interrupts, not clear active_interrupts
` [PATCH 6/7] can: m_can: Reset cached active_interrupts on start
` [PATCH 7/7] can: m_can: Limit coalescing to peripheral instances
[PATCH v1 net] can: bcm: Remove proc entry when dev is unregistered
2024-07-24 17:15 UTC (4+ messages)
[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-07-24 14:40 UTC (14+ messages)
[PATCH v3 0/2] can: fsl,flexcan: add imx95 wakeup
2024-07-24 6:21 UTC (4+ messages)
` [PATCH v3 1/2] bingdings: can: flexcan: move fsl,imx95-flexcan standalone
` [PATCH v3 2/2] can: flexcan: add wakeup support for imx95
Kernel hang caused by commit "can: m_can: Start/Cancel polling timer together with interrupts"
2024-07-22 18:58 UTC (7+ messages)
[PATCH v2 0/4] can: fsl,flexcan: add fsl,s32v234-flexcan and imx95 wakeup
2024-07-17 7:20 UTC (11+ messages)
` [PATCH v2 1/4] dt-bindings: can: fsl,flexcan: add compatible string fsl,s32v234-flexcan
` [PATCH v2 2/4] can: flexcan: Add S32V234 support to FlexCAN driver
` [PATCH v2 3/4] bingdings: can: flexcan: move fsl,imx95-flexcan standalone
` [PATCH v2 4/4] can: flexcan: add wakeup support for imx95
` "
[PATCH 0/4] can: fsl,flexcan: add fsl,s32v234-flexcan and imx95 wakeup
2024-07-12 2:36 UTC (7+ messages)
` [PATCH 1/4] dt-bindings: can: fsl,flexcan: add compatible string fsl,s32v234-flexcan
` [PATCH 3/4] bingdings: can: flexcan: move fsl,imx95-flexcan standalone
` [PATCH 4/4] can: flexcan: add wakeup support for imx95
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).