Linux CAN drivers development
 help / color / mirror / Atom feed
 messages from 2025-09-10 11:58:37 to 2025-09-23 05:40:54 UTC [more...]

[PATCH v3 00/20] can: netlink: preparation before introduction of CAN XL step 3/3
 2025-09-23  5:39 UTC  (6+ messages)
` [PATCH v3 01/20] can: dev: move struct data_bittiming_params to linux/can/bittiming.h
` [PATCH v3 02/20] can: dev: make can_get_relative_tdco() FD agnostic and move it to bittiming.h
` [PATCH v3 03/20] can: netlink: document which symbols are FD specific
` [PATCH v3 04/20] can: netlink: refactor can_validate_bittiming()
` [PATCH v3 05/20] can: netlink: add can_validate_tdc()

[PATCH v2 0/4] can: rework the CAN MTU logic (CAN XL preparation step 2/3)
 2025-09-23  5:13 UTC  (6+ messages)
` [PATCH v2 1/4] can: annotate mtu accesses with READ_ONCE()
` [PATCH v2 2/4] can: dev: turn can_set_static_ctrlmode() into a non-inline function
` [PATCH v2 3/4] can: populate the minimum and maximum MTU values
` [PATCH v2 4/4] can: enable CAN XL for virtual CAN devices by default

[PATCH iproute2-next 0/3] iplink_can: fix checkpatch.pl warnings
 2025-09-23  2:07 UTC  (9+ messages)
` [PATCH iproute2-next 1/3] iplink_can: fix coding style for pointer format
` [PATCH iproute2-next 2/3] iplink_can: fix SPDX-License-Identifier tag format
` [PATCH iproute2-next 3/3] iplink_can: factorise the calls to usage()

[PATCH net 0/10] pull-request: can 2025-09-22
 2025-09-23  0:19 UTC  (14+ messages)
` [PATCH net 01/10] can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled
` [PATCH net 02/10] can: rcar_canfd: Fix controller mode setting
` [PATCH net 03/10] can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflow
` [PATCH net 04/10] can: hi311x: "
` [PATCH net 05/10] can: sun4i_can: "
` [PATCH net 06/10] can: mcba_usb: "
` [PATCH net 07/10] can: peak_usb: fix shift-out-of-bounds issue
` [PATCH net 08/10] can: esd_usb: Fix not detecting version reply in probe routine
` [PATCH net 09/10] can: esd_usb: Fix handling of TX context objects
` [PATCH net 10/10] can: esd_usb: Add watermark handling for TX jobs

[PATCH v7 0/4] rockchip: add can for RK3576 Soc
 2025-09-22 20:55 UTC  (8+ messages)
` [PATCH v7 1/4] dt-bindings: can: rockchip_canfd: add rk3576 CAN-FD controller
` [PATCH v7 2/4] net: can: rockchip: Refactor the rkcanfd_devtype_data structure
` [PATCH v7 3/4] net: can: rockchip: add can for RK3576 Soc
` [PATCH v7 4/4] net: can: rockchip: support dma for rk3576 rx

[PATCH v4 0/6] can: mcp251xfd: add gpio functionality
 2025-09-22 15:11 UTC  (15+ messages)
` [PATCH v4 1/6] can: mcp251xfd: move chip sleep mode into runtime pm
` [PATCH v4 2/6] can: mcp251xfd: utilize gather_write function for all non-CRC writes
` [PATCH v4 3/6] can: mcp251xfd: add workaround for errata 5
` [PATCH v4 4/6] can: mcp251xfd: only configure PIN1 when rx_int is set
` [PATCH v4 5/6] can: mcp251xfd: add gpio functionality
` [PATCH v4 6/6] dt-bindings: can: mcp251xfd: add gpio-controller property

[PATCH v2 00/20] can: netlink: preparation before introduction of CAN XL step 2/2
 2025-09-22 13:06 UTC  (6+ messages)
` [PATCH v2 07/20] can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logic

[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
 2025-09-22 10:32 UTC  (16+ messages)
` [PATCH 01/15 6.6.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 02/15 6.6.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 03/15 6.6.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 04/15 6.6.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 05/15 6.6.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 06/15 6.6.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 07/15 6.6.y] minmax: improve macro expansion and type checking
` [PATCH 08/15 6.6.y] minmax: fix up min3() and max3() too
` [PATCH 09/15 6.6.y] minmax.h: add whitespace around operators and after commas
` [PATCH 10/15 6.6.y] minmax.h: update some comments
` [PATCH 11/15 6.6.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 12/15 6.6.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 13/15 6.6.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 14/15 6.6.y] minmax.h: simplify the variants of clamp()
` [PATCH 15/15 6.6.y] minmax.h: remove some #defines that are only expanded once

Possible race condition of the rockchip_canfd driver
 2025-09-22  8:50 UTC  (4+ messages)

[PATCH v6 0/9] phy: phy-can-transceiver: Support TJA1048/TJA1051
 2025-09-22  4:44 UTC  (10+ messages)
` [PATCH v6 2/9] phy: phy-can-transceiver: Introduce can_transceiver_priv
` [PATCH v6 3/9] phy: phy-can-transceiver: Add dual channel support for TJA1048
` [PATCH v6 5/9] phy: phy-can-transceiver: Propagate return value of gpiod_set_value_cansleep

[RFC PATCH v5 1/2] can: skb: enforce CANFD_FDF check in can_is_canfd_skb()
 2025-09-20 17:57 UTC  (19+ messages)
` [RFC PATCH v5 2/2] can: reject CAN FD content when disabled on CAN XL interfaces

[PATCH v2 0/3] can: raw: optimize the sizes of struct uniqframe and struct raw_sock
 2025-09-19 18:57 UTC  (5+ messages)
` [PATCH v2 1/3] can: raw: reorder struct uniqframe's members to optimise packing
` [PATCH v2 2/3] can: raw: use bitfields to store flags in struct raw_sock
` [PATCH v2 3/3] can: raw: reorder struct raw_sock's members to optimise packing

[PATCH v2 0/5] can: esd_usb: Fixes and improvements
 2025-09-19 18:22 UTC  (7+ messages)
` [PATCH v2 3/5] can: esd_usb: Add watermark handling for TX jobs
` [PATCH v2 4/5] can: esd_usb: Rework display of error messages

[PATCH v2 00/11] can: rcar_can: Miscellaneous cleanups and improvements
 2025-09-19 17:26 UTC  (2+ messages)

[PATCH] can: peak_usb: fix shift-out-of-bounds issue for 32-bit architectures
 2025-09-19 17:18 UTC  (2+ messages)

[PATCH] can: rcar_canfd: Fix controller mode setting
 2025-09-19 17:05 UTC  (2+ messages)

[PATCH 0/4] can: populate ndo_change_mtu() to prevent buffer overflow
 2025-09-19 17:04 UTC  (6+ messages)
` [PATCH 1/4] can: etas_es58x: "
` [PATCH 2/4] can: hi311x: "
` [PATCH 3/4] can: sun4i_can: "
` [PATCH 4/4] can: mcba_usb: "

[PATCH RFC 0/5] can: rework the CAN MTU logic
 2025-09-18 12:59 UTC  (6+ messages)
` [PATCH RFC 1/5] can: annotate mtu accesses with READ_ONCE()
` [PATCH RFC 2/5] can: dev: turn can_set_static_ctrlmode() into a non-inline function
` [PATCH RFC 3/5] can: populate the minimum and maximum MTU values
` [PATCH RFC 4/5] can: treewide: remove can_change_mtu()
` [PATCH RFC 5/5] can: enable CAN XL for virtual CAN devices by default

PCAN-USB FD: shift-out-of-bounds
 2025-09-18  9:24 UTC  (3+ messages)

Configure CAN port using NETLINK messages
 2025-09-17  5:29 UTC 

[PATCH 0/3] can: raw: optimize the sizes of struct uniqframe and struct raw_sock
 2025-09-17  4:43 UTC  (11+ messages)
` [PATCH 1/3] can: raw: reorder struct uniqframe's members to optimise packing
` [PATCH 2/3] can: raw: use bitfields to store flags in struct raw_sock
` [PATCH 3/3] can: raw: reorder struct raw_sock's members to optimise packing

[PATCH RESEND v14 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-09-16 14:39 UTC  (13+ messages)
` [PATCH RESEND v14 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH RESEND v14 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH RESEND v14 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH RESEND v14 4/7] can: Add Nuvoton NCT6694 CANFD support
` [PATCH RESEND v14 5/7] watchdog: Add Nuvoton NCT6694 WDT support
` [PATCH RESEND v14 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
` [PATCH RESEND v14 7/7] rtc: Add Nuvoton NCT6694 RTC support
  ` [GIT PULL] Immutable branch between MFD, GPIO, HWMON, I2C, CAN, RTC and Watchdog due for the v6.18 merge window

[PATCH v2 0/7] Add suspend/resume support
 2025-09-15 12:37 UTC  (12+ messages)
` [PATCH v2 1/7] can: rcar_canfd: Invert reset assert order
` [PATCH v2 2/7] can: rcar_canfd: Invert global vs. channel teardown
` [PATCH v2 3/7] can: rcar_canfd: Move enabling of RAM clk from probe()
` [PATCH v2 4/7] can: rcar_canfd: Extract rcar_canfd_global_{,de}init()
` [PATCH v2 5/7] can: rcar_canfd: Invert CAN clock and close_candev() order
` [PATCH v2 6/7] can: rcar_canfd: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
` [PATCH v2 7/7] can: rcar_canfd: Add suspend/resume support

[PATCH v2] can: peak: Modification of references to email accounts being deleted
 2025-09-12 16:32 UTC  (2+ messages)

[PATCH 0/6] can: rcar_canfd: Add suspend/resume support
 2025-09-12  8:56 UTC  (7+ messages)
` [PATCH/RFC 6/6] "

[PATCH v5] can: virtio: Initial virtio CAN driver
 2025-09-11 20:59 UTC  (2+ messages)

[PATCH v2] can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled
 2025-09-11 15:08 UTC 

[PATCH RESEND v14 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-09-11 14:37 UTC  (3+ messages)

[PATCH RESEND v14 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-09-11 14:35 UTC  (5+ messages)

[PATCH v14 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-09-11 14:33 UTC  (2+ messages)

[PATCH net 0/7] pull-request: can 2025-09-10
 2025-09-11  2:40 UTC  (9+ messages)
` [PATCH net 1/7] docs: networking: can: change bcm_msg_head frames member to support flexible array
` [PATCH net 2/7] selftests: can: enable CONFIG_CAN_VCAN as a module
` [PATCH net 3/7] can: j1939: implement NETDEV_UNREGISTER notification handler
` [PATCH net 4/7] can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_local_ecu_get() failed
` [PATCH net 5/7] can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() fails
` [PATCH net 6/7] can: xilinx_can: xcan_write_frame(): fix use-after-free of transmitted SKB
` [PATCH net 7/7] can: rcar_can: rcar_can_resume(): fix s2ram with PSCI

[PATCH 0/2] dt-bindings: phy: ti,tcan104x-can: Document TI TCAN1051
 2025-09-11  1:08 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: freescale: imx8mp-moduline-display-106: Use phys to replace xceiver-supply

[PATCH v4] selftests: can: enable CONFIG_CAN_VCAN as a module
 2025-09-10 16:36 UTC  (2+ messages)

[PATCH v2 0/7] can: m_can: fix pm_runtime and CAN state handling
 2025-09-10 16:04 UTC  (9+ messages)
` [PATCH v2 2/7] can: m_can: only handle active interrupts
` [PATCH v2 7/7] can: m_can: add optional support for reset

[PATCH v3 0/4] R-Car CANFD Improvements
 2025-09-10 12:01 UTC  (7+ messages)
` [PATCH v3 1/4] can: rcar_canfd: Update bit rate constants for RZ/G3E and R-Car Gen4


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox