messages from 2022-01-19 08:24:56 to 2022-02-17 10:38:33 UTC [more...]
[PATCH net-next 0/8] can: mcp251xfd: add support for multiple
2022-02-17 10:38 UTC
[PATCH net-next] dt-binding: can: m_can: fix indention of table in bosch,mram-cfg description
2022-02-17 10:25 UTC (2+ messages)
[PATCH 6/6] can: peak_usb: add ethtool interface to user defined flashed device number
2022-02-16 9:51 UTC (6+ messages)
can: m_can: m_can_read_fifo, can_fd_dlc2len returns sometimes cf->len=0
2022-02-15 11:19 UTC (5+ messages)
[RFC PATCH v1] can: gs_usb: change active_channels's type from atomic_t to u8
2022-02-15 8:13 UTC (2+ messages)
lack of bus-off recovery in slcan driver
2022-02-14 21:29 UTC (2+ messages)
[PATCH v3 0/4] can: rcar_canfd: Add support for V3U flavor
2022-02-14 7:10 UTC (8+ messages)
` [PATCH v3 1/4] can: rcar_canfd: Add support for r8a779a0 SoC
` [PATCH v3 2/4] arm64: dts: renesas: r8a779a0: Add CANFD device node
` [PATCH v3 3/4] arm64: dts: renesas: r8a779a0-falcon: enable CANFD 0 and 1
` [PATCH v3 4/4] dt-bindings: can: renesas,rcar-canfd: Document r8a779a0 support
[PATCH] can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8
2022-02-14 5:37 UTC (3+ messages)
[PATCH v2 2/2] platform: make platform_get_irq_byname_optional() optional
2022-02-12 20:16 UTC
[PATCH iproute2] iplink_can: print_usage: typo fix, add missing spaces
2022-02-12 16:04 UTC (2+ messages)
[PATCH] can: etas_es58x: use BITS_PER_TYPE() instead of manual calculation
2022-02-12 16:02 UTC (2+ messages)
can-bcm: EINVAL when TX_DELETE a cyclic CAN FD transmit
2022-02-12 14:08 UTC
[PATCH v2] dt-bindings: can: xilinx_can: Convert Xilinx CAN binding to YAML
2022-02-11 17:05 UTC (4+ messages)
[PATCH v2] can, tty: elmcan CAN/ldisc driver for ELM327 based OBD-II adapters
2022-02-11 14:23 UTC (5+ messages)
[PATCH] dt-bindings: can: xilinx_can: Convert Xilinx CAN binding to YAML
2022-02-11 11:18 UTC (3+ messages)
[PATCH] dt-bindings: net: can: fix dtbs warning
2022-02-10 0:28 UTC (2+ messages)
[PATCH] mailmap: update email address of Brian Silverman
2022-02-09 18:43 UTC (2+ messages)
[PATCH net 0/2] pull-request: can 2022-02-09
2022-02-09 12:10 UTC (4+ messages)
` [PATCH net 1/2] can: isotp: fix potential CAN frame reception race in isotp_rcv()
` [PATCH net 2/2] can: isotp: fix error path in isotp_sendmsg() to unlock wait queue
[PATCH net-next] can: gw: use call_rcu() instead of costly synchronize_rcu()
2022-02-09 8:55 UTC (2+ messages)
[PATCH] can: xilinx_can: Add check for NAPI Poll function
2022-02-09 8:43 UTC (7+ messages)
[PATCH net] can: isotp: isotp_rcv_cf(): fix so->rx race problem
2022-02-09 7:54 UTC (17+ messages)
[PATCH] can: isotp: fix potential CAN frame reception race in isotp_rcv()
2022-02-09 7:48 UTC (2+ messages)
[PATCH] can: isotp: fix error path in isotp_sendmsg() to unlock wait queue
2022-02-09 7:46 UTC (2+ messages)
[PATCH net-next 0/4] dt-binding: can: add common CAN controller bindings to existing CAN driver bindings
2022-02-09 3:13 UTC (10+ messages)
` [PATCH net-next 1/4] dt-binding: can: mcp251xfd: include common CAN controller bindings
` [PATCH net-next 2/4] dt-binding: can: sun4i_can: "
` [PATCH net-next 3/4] dt-binding: can: m_can: "
` [PATCH net-next 4/4] dt-binding: can: rcar-can: "
[PATCH 0/5] spi: make remove callback a void function
2022-02-08 13:39 UTC (8+ messages)
` [PATCH 5/5] "
[PATCH 00/15] can: mcp251xfd: add PLL support
2022-02-07 13:10 UTC (16+ messages)
` [PATCH 01/15] can: mcp251xfd: mcp251xfd_reg_invalid(): rename from mcp251xfd_osc_invalid()
` [PATCH 02/15] can: mcp251xfd: mcp251xfd_regmap_crc_read(): ignore CRC error only if solely OSC register is read
` [PATCH 03/15] can: mcp251xfd: mcp251xfd_unregister(): simplify runtime PM handling
` [PATCH 04/15] can: mcp251xfd: mcp251xfd_chip_sleep(): introduce function to bring chip into sleep mode
` [PATCH 05/15] can: mcp251xfd: mcp251xfd_chip_stop(): convert to a void function
` [PATCH 06/15] can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): factor out into separate function
` [PATCH 07/15] can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): improve chip detection and error handling
` [PATCH 08/15] can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): prepare for PLL support
` [PATCH 09/15] can: mcp251xfd: mcp251xfd_chip_softreset_check(): wait for OSC ready before accessing chip
` [PATCH 10/15] can: mcp251xfd: mcp251xfd_chip_timestamp_init(): factor out into separate function
` [PATCH 11/15] can: mcp251xfd: mcp251xfd_chip_wake(): renamed from mcp251xfd_chip_clock_enable()
` [PATCH 12/15] can: mcp251xfd: __mcp251xfd_chip_set_mode(): prepare for PLL support: improve error handling and diagnostics
` [PATCH 13/15] can: mcp251xfd: mcp251xfd_chip_clock_init(): prepare for PLL support, wait for OSC ready
` [PATCH 14/15] can: mcp251xfd: mcp251xfd_register(): prepare to activate PLL after softreset
` [PATCH 15/15] can: mcp251xfd: add support for internal PLL
MCP251xfd PLLEN
2022-02-07 10:35 UTC
[PATCH 0/4] can: esd: add support for esd GmbH PCIe/402 CAN interface
2022-02-02 12:21 UTC (8+ messages)
` [PATCH 2/4] can: esd: add support for esd GmbH PCIe/402 CAN interface family
` [PATCH v6 "
` [PATCH v6 0/4] can: esd: add support for esd GmbH PCIe/402 CAN interface
[bug report] can: etas_es58x: add core support for ETAS ES58X CAN USB interfaces
2022-02-01 14:03 UTC
MCP2518FD : Failed to detect MCP2518FD (osc=0x00000000)
2022-02-01 9:08 UTC (9+ messages)
[PATCH v2 0/5] can: rcar_canfd: Add support for V3U flavor
2022-01-31 11:04 UTC (14+ messages)
` [PATCH v2 2/5] can: rcar_canfd: Add support for r8a779a0 SoC
` [PATCH v2 3/5] arm64: dts: renesas: r8a779a0: Add CANFD device node
` [PATCH v2 4/5] arm64: dts: renesas: r8a779a0-falcon: enable CANFD 0 and 1
` [PATCH v2 5/5] dt-bindings: can: renesas,rcar-canfd: Document r8a779a0 support
[PATCH 0/6] can: peak_usb: add ethtool interface to flashed value
2022-01-29 13:58 UTC (10+ messages)
` [PATCH 1/6] can: peak_usb: rename a callback to a more explicit name
` [PATCH 2/6] can: peak_usb: add callback to read user value of CANFD devices
` [PATCH 3/6] can: peak_usb: correction of a wrong field name
` [PATCH 4/6] can: peak_usb: allow flashing of user defined value
` [PATCH 5/6] can: peak_usb: replace unregister_netdev() with unregister_candev()
` [PATCH 6/6] can: peak_usb: add ethtool interface to user defined flashed device number
[PATCH 4.9] can: bcm: fix UAF of bcm op
2022-01-29 11:41 UTC (2+ messages)
[RFC PATCH v3] can: isotp: fix CAN frame reception race in isotp_rcv()
2022-01-28 8:20 UTC
[RFC][PATCH v2] can: isotp: fix CAN frame reception race in isotp_rcv()
2022-01-28 8:01 UTC (3+ messages)
[PATCH 4.4] can: bcm: fix UAF of bcm op
2022-01-28 4:16 UTC
[PATCH] can: isotp: fix CAN frame reception race in isotp_rcv()
2022-01-27 19:24 UTC
[PATCH 4.14] can: bcm: fix UAF of bcm op
2022-01-27 14:49 UTC (4+ messages)
[PATCH 0/9] dt-binding, bittiming and other cleanups
2022-01-25 8:48 UTC (11+ messages)
` [PATCH 1/9] dt-binding: can: mcp251xfd: include common CAN controller bindings
` [PATCH 2/9] dt-binding: can: sun4i_can: "
` [PATCH 3/9] dt-binding: can: m_can: "
` [PATCH 4/9] dt-binding: can: rcar-can: "
` [PATCH 5/9] can: bittiming: can_validate_bitrate(): simplify bit rate checking
` [PATCH 6/9] can: bittiming: mark function arguments and local variables as const
` [PATCH 7/9] can: drivers: don't print IO remapped address of base registers
` [PATCH 8/9] can: kvaser_usb: kvaser_usb_send_cmd(): remove redundant variable actual_len
` [PATCH 9/9] can: c_can: ethtool: use default drvinfo
[PATCH net 0/5] pull-request: can 2022-01-24
2022-01-24 20:50 UTC (7+ messages)
` [PATCH net 1/5] mailmap: update email address of Brian Silverman
` [PATCH net 2/5] dt-bindings: can: tcan4x5x: fix mram-cfg RX FIFO config
` [PATCH net 3/5] can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if length is 0
` [PATCH net 4/5] can: tcan4x5x: regmap: fix max register value
` [PATCH net 5/5] can: flexcan: mark RX via mailboxes as supported on MCF5441X
[PATCH] drivers: net: remove a dangling pointer in peak_usb_create_dev
2022-01-24 6:04 UTC (9+ messages)
mcf5441x: flexcan FIFO and mailbox mode (was: Re: [PATCH v5 5/5] can: flexcan: add mcf5441x support)
2022-01-21 10:16 UTC (6+ messages)
[PATCH] can: flexcan: mark RX via mailboxes as supported on MCF5441X
2022-01-21 8:44 UTC
[PATCH] dt-bindings: Fix array schemas encoded as matrices
2022-01-20 17:36 UTC (2+ messages)
[PATCH] dt-bindings: Improve phandle-array schemas
2022-01-20 4:38 UTC (11+ messages)
QEMU CAN-FD emulation
2022-01-19 11:14 UTC
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).