messages from 2024-06-24 14:45:49 to 2024-07-29 19:27:25 UTC [more...]
[PATCH v2 0/7] can: m_can: Add am62 wakeup support
2024-07-29 19:27 UTC (10+ 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 can-next 00/21] can: rockchip_canfd: add support for CAN-FD IP core found on Rockchip RK3568
2024-07-29 13:05 UTC (22+ 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 0/2] phy: Add support for Microchip ATA6561 CAN Transceiver
2024-07-29 8:51 UTC (10+ messages)
` [PATCH 1/2] dt-bindings: phy: ti,tcan104x-can: Document Microchip ATA6561
` [PATCH 2/2] phy: phy-can-transceiver: Add support for "
[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
Introducing new Kernel Module for CAN over IP Networks
2024-07-27 10:16 UTC (5+ messages)
` AW: [EXT] "
` "
[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 01/17] dt-bindings: can: mpfs: add PIC64GX CAN compatibility
2024-07-25 12:15 UTC
[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 (10+ messages)
[PATCH 0/2] can: esd_402_pci: Do cleanup; Add one-shot mode
2024-07-17 21:44 UTC (3+ 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 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 (9+ messages)
` [PATCH 1/4] dt-bindings: can: fsl,flexcan: add compatible string fsl,s32v234-flexcan
` [PATCH 2/4] can: flexcan: Add S32V234 support to FlexCAN driver
` [PATCH 3/4] bingdings: can: flexcan: move fsl,imx95-flexcan standalone
` [PATCH 4/4] can: flexcan: add wakeup support for imx95
[PATCH] can: kvaser_pciefd: Use a single write when releasing RX buffers
2024-07-12 2:09 UTC (2+ messages)
[PATCH AUTOSEL 4.19 3/7] can: kvaser_usb: fix return value for hif_usb_send_regout
2024-07-09 16:27 UTC
[PATCH AUTOSEL 5.4 05/11] can: kvaser_usb: fix return value for hif_usb_send_regout
2024-07-09 16:26 UTC
[PATCH AUTOSEL 5.10 07/14] can: kvaser_usb: fix return value for hif_usb_send_regout
2024-07-09 16:25 UTC
[PATCH AUTOSEL 5.15 07/17] can: kvaser_usb: fix return value for hif_usb_send_regout
2024-07-09 16:24 UTC
[PATCH AUTOSEL 6.1 12/27] can: kvaser_usb: fix return value for hif_usb_send_regout
2024-07-09 16:23 UTC
[PATCH AUTOSEL 6.6 17/33] can: kvaser_usb: fix return value for hif_usb_send_regout
2024-07-09 16:21 UTC
[PATCH AUTOSEL 6.9 21/40] can: kvaser_usb: fix return value for hif_usb_send_regout
2024-07-09 16:19 UTC
[PATCH v2 1/1] dt-bindings: can: fsl,flexcan: add common 'can-transceiver' for fsl,flexcan
2024-07-04 10:07 UTC (3+ messages)
[PATCH can-next v2 00/15] can: kvaser_usb: Add hardware timestamp support to all devices
2024-07-02 19:37 UTC (20+ messages)
` [PATCH can-next v2 01/15] can: kvaser_usb: Add helper functions to convert device timestamp into ktime
` [PATCH can-next v2 02/15] can: kvaser_usb: hydra: kvaser_usb_hydra_ktime_from_rx_cmd: Drop {rx_} in function name
` [PATCH can-next v2 03/15] can: kvaser_usb: hydra: Add struct for Tx ACK commands
` [PATCH can-next v2 04/15] can: kvaser_usb: hydra: Set hardware timestamp on transmitted packets
` [PATCH can-next v2 05/15] can: kvaser_usb: leaf: Add struct for Tx ACK commands
` [PATCH can-next v2 06/15] can: kvaser_usb: leaf: Assign correct timestamp_freq for kvaser_usb_leaf_imx_dev_cfg_{16,24,32}mhz
` [PATCH can-next v2 07/15] can: kvaser_usb: leaf: Replace kvaser_usb_leaf_m32c_dev_cfg with kvaser_usb_leaf_m32c_dev_cfg_{16,24,32}mhz
` [PATCH can-next v2 08/15] can: kvaser_usb: leaf: kvaser_usb_leaf_tx_acknowledge: Rename local variable
` [PATCH can-next v2 09/15] can: kvaser_usb: leaf: Add hardware timestamp support to leaf based devices
` [PATCH can-next v2 10/15] can: kvaser_usb: leaf: Add structs for Tx ACK and clock overflow commands
` [PATCH can-next v2 11/15] can: kvaser_usb: leaf: Store MSB of timestamp
` [PATCH can-next v2 12/15] can: kvaser_usb: leaf: Add hardware timestamp support to usbcan devices
` [PATCH can-next v2 13/15] can: kvaser_usb: Remove KVASER_USB_QUIRK_HAS_HARDWARE_TIMESTAMP
` [PATCH can-next v2 14/15] can: kvaser_usb: Remove struct variables kvaser_usb_{ethtool,netdev}_ops
` [PATCH can-next v2 15/15] can: kvaser_usb: Rename kvaser_usb_{ethtool,netdev}_ops_hwts to kvaser_usb_{ethtool,netdev}_ops
[PATCH net-next 0/14] pull-request: can-next 2024-06-29
2024-07-02 3:20 UTC (16+ messages)
` [PATCH net-next 01/14] can: rcar_canfd: Simplify clock handling
` [PATCH net-next 02/14] can: rcar_canfd: Improve printing of global operational state
` [PATCH net-next 03/14] can: rcar_canfd: Remove superfluous parentheses in address calculations
` [PATCH net-next 04/14] can: m_can: Constify struct m_can_ops
` [PATCH net-next 05/14] can: gs_usb: add VID/PID for Xylanta SAINT3 product family
` [PATCH net-next 06/14] can: mcp251xfd: properly indent labels
` [PATCH net-next 07/14] can: mcp251xfd: update errata references
` [PATCH net-next 08/14] can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into mcp251xfd_chip_start/stop()
` [PATCH net-next 09/14] can: mcp251xfd: clarify the meaning of timestamp
` [PATCH net-next 10/14] can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate function
` [PATCH net-next 11/14] can: mcp251xfd: rx: prepare to workaround broken RX FIFO head index erratum
` [PATCH net-next 12/14] can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 of mcp2518fd
` [PATCH net-next 13/14] can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratum
` [PATCH net-next 14/14] can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fd
[PATCH net 0/1] pull-request: can 2024-07-01
2024-07-02 3:10 UTC (3+ messages)
` [PATCH net] can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct
[PATCH can-next 00/15] can: kvaser_usb: Add hardware timestamp support to all devices
2024-07-01 16:00 UTC (23+ messages)
` [PATCH can-next 01/15] can: kvaser_usb: hydra: kvaser_usb_hydra_ktime_from_rx_cmd: Drop {rx_} in function name
` [PATCH can-next 02/15] can: kvaser_usb: hydra: Add struct for Tx ACK commands
` [PATCH can-next 03/15] can: kvaser_usb: hydra: Set hardware timestamp on transmitted packets
` [PATCH can-next 04/15] can: kvaser_usb: Add function kvaser_usb_ticks_to_ktime()
` [PATCH can-next 05/15] can: kvaser_usb: leaf: Add struct for Tx ACK commands
` [PATCH can-next 06/15] can: kvaser_usb: leaf: Assign correct timestamp_freq for kvaser_usb_leaf_imx_dev_cfg_{16,24,32}mhz
` [PATCH can-next 07/15] can: kvaser_usb: leaf: Replace kvaser_usb_leaf_m32c_dev_cfg with kvaser_usb_leaf_m32c_dev_cfg_{16,24,32}mhz
` [PATCH can-next 08/15] can: kvaser_usb: leaf: kvaser_usb_leaf_tx_acknowledge: Rename local variable
` [PATCH can-next 09/15] can: kvaser_usb: leaf: Add hardware timestamp support to leaf based devices
` [PATCH can-next 10/15] can: kvaser_usb: leaf: Add structs for Tx ACK and clock overflow commands
` [PATCH can-next 11/15] can: kvaser_usb: leaf: Store MSB of timestamp
` [PATCH can-next 12/15] can: kvaser_usb: leaf: Add hardware timestamp support to usbcan devices
` [PATCH can-next 13/15] can: kvaser_usb: Remove KVASER_USB_QUIRK_HAS_HARDWARE_TIMESTAMP
` [PATCH can-next 14/15] can: kvaser_usb: Remove struct variables kvaser_usb_{ethtool,netdev}_ops
` [PATCH can-next 15/15] can: kvaser_usb: Rename kvaser_usb_{ethtool,netdev}_ops_hwts to kvaser_usb_{ethtool,netdev}_ops
Questions of kref usages for j1939_priv objects
2024-06-30 19:44 UTC
[PATCH 1/1] dt-bindings: can: fsl,flexcan: add can-transceiver for fsl,flexcan
2024-06-28 21:41 UTC (4+ messages)
[PATCH v4 0/9] can: mcp251xfd: workaround for erratum DS80000789E 6 of mcp2518fd
2024-06-28 21:40 UTC (10+ messages)
` [PATCH v4 1/9] can: mcp251xfd: properly indent labels
` [PATCH v4 2/9] can: mcp251xfd: update errata references
` [PATCH v4 3/9] can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into mcp251xfd_chip_start/stop()
` [PATCH v4 4/9] can: mcp251xfd: clarify the meaning of timestamp
` [PATCH v4 5/9] can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate function
` [PATCH v4 6/9] can: mcp251xfd: rx: prepare to workaround broken RX FIFO head index erratum
` [PATCH v4 7/9] can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 of mcp2518fd
` [PATCH v4 8/9] can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratum
` [PATCH v4 9/9] can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fd
[PATCH] can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct
2024-06-28 19:45 UTC
[PATCH] can: gs_usb: add VID/PID for Xylanta SAINT3 product family
2024-06-28 9:07 UTC (2+ messages)
[PATCH v3 0/9] can: mcp251xfd: workaround for erratum DS80000789E 6 of mcp2518fd
2024-06-24 14:45 UTC (3+ messages)
` [PATCH v3 7/9] can: mcp251xfd: rx: add "
` [PATCH v3 9/9] can: mcp251xfd: tef: update "
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).