messages from 2025-09-25 12:13:59 to 2025-10-14 14:10:35 UTC [more...]
[PATCH net 0/10] pull-request: can 2025-10-14
2025-10-14 12:17 UTC (11+ messages)
` [PATCH net 01/10] can: gs_usb: increase max interface to U8_MAX
` [PATCH net 02/10] can: gs_usb: gs_make_candev(): populate net_device->dev_port
` [PATCH net 03/10] can: m_can: m_can_plat_remove(): add missing pm_runtime_disable()
` [PATCH net 04/10] can: m_can: m_can_handle_state_errors(): fix CAN state transition to Error Active
` [PATCH net 05/10] can: m_can: m_can_chip_config(): bring up interface in correct state
` [PATCH net 06/10] can: m_can: fix CAN state in system PM
` [PATCH net 07/10] can: m_can: replace Dong Aisheng's old email address
` [PATCH net 08/10] can: remove false statement about 1:1 mapping between DLC and length
` [PATCH net 09/10] can: add Transmitter Delay Compensation (TDC) documentation
` [PATCH net 10/10] can: j1939: add missing calls in NETDEV_UNREGISTER notification handler
[PATCH v3 0/2] phy: add basic support for NXPs TJA1145 CAN transceiver
2025-10-14 12:19 UTC (9+ messages)
` [PATCH v3 1/2] dt-bindings: phy: add "
` [PATCH v3 2/2] phy: add basic "
[PATCH v5] can: virtio: Initial virtio CAN driver
2025-10-14 10:42 UTC (14+ messages)
[PATCH 0/9] can: netlink: add CAN XL
2025-10-14 2:32 UTC (15+ messages)
` [PATCH 1/9] can: dev: can_dev_dropped_skb: drop CAN FD skbs if FD is off
` [PATCH 2/9] can: netlink: add CAN_CTRLMODE_RESTRICTED
` [PATCH 3/9] can: netlink: add initial CAN XL support
` [PATCH 4/9] can: netlink: add CAN_CTRLMODE_XL_TMS flag
` [PATCH 5/9] can: netlink: add CAN_CTRLMODE_XL_ERR_SIGNAL
` [PATCH 6/9] can: bittiming: add PWM parameters
` [PATCH 7/9] can: bittiming: add PWM validation
` [PATCH 8/9] can: calc_bittiming: add PWM calculation
` [PATCH 9/9] can: netlink: add PWM netlink interface
[PATCH v2 0/2] can: add Transmitter Delay Compensation (TDC) documentation
2025-10-13 12:13 UTC (4+ messages)
` [PATCH v2 1/2] can: remove false statement about 1:1 mapping between DLC and length
` [PATCH v2 2/2] can: add Transmitter Delay Compensation (TDC) documentation
[PATCH] can: add dummy_can driver
2025-10-13 11:14 UTC
[PATCH net 0/9] pull-request: can 2025-10-12
2025-10-13 10:12 UTC (12+ messages)
` [PATCH net 1/9] can: gs_usb: increase max interface to U8_MAX
` [PATCH net 2/9] can: gs_usb: gs_make_candev(): populate net_device->dev_port
` [PATCH net 3/9] can: m_can: m_can_plat_remove(): add missing pm_runtime_disable()
` [PATCH net 4/9] can: m_can: m_can_handle_state_errors(): fix CAN state transition to Error Active
` [PATCH net 5/9] can: m_can: m_can_chip_config(): bring up interface in correct state
` [PATCH net 6/9] can: m_can: fix CAN state in system PM
` [PATCH net 7/9] can: m_can: replace Dong Aisheng's old email address
` [PATCH net 8/9] can: remove false statement about 1:1 mapping between DLC and length
` [PATCH net 9/9] can: add Transmitter Delay Compensation (TDC) documentation
[PATCH 0/2] can: add Transmitter Delay Compensation (TDC) documentation
2025-10-13 9:41 UTC (8+ messages)
` [PATCH 1/2] can: remove false statement about 1:1 mapping between DLC and length
` [PATCH 2/2] can: add Transmitter Delay Compensation (TDC) documentation
Welders ready to work
2025-10-13 7:55 UTC
[PATCH] can: j1939: add missing calls in NETDEV_UNREGISTER notification handler
2025-10-12 14:31 UTC (4+ messages)
[PATCH] can: m_can: replace Dong Aisheng's old email address
2025-10-09 8:27 UTC (3+ messages)
[PATCH v10 0/4] can: m_can: Add am62 wakeup support
2025-10-09 8:21 UTC (7+ messages)
` [PATCH v10 1/4] dt-bindings: can: m_can: Add wakeup properties
` [PATCH v10 2/4] can: m_can: Map WoL to device_set_wakeup_enable
` [PATCH v10 3/4] can: m_can: Return ERR_PTR on error in allocation
` [PATCH v10 4/4] can: m_can: Support pinctrl wakeup state
m_can and old email address
2025-10-09 2:56 UTC (2+ messages)
[PATCH 0/7] can: m_can: various cleanups
2025-10-08 19:07 UTC (8+ messages)
` [PATCH 1/7] can: m_can: m_can_init_ram(): make static
` [PATCH 2/7] can: m_can: hrtimer_callback(): rename to m_can_polling_timer()
` [PATCH 3/7] net: m_can: convert dev_{dbg,info,err} -> netdev_{dbg,info,err}
` [PATCH 4/7] can: m_can: m_can_interrupt_enable(): use m_can_write() instead of open coding it
` [PATCH 5/7] can: m_can: m_can_class_register(): remove error message in case devm_kzalloc() fails
` [PATCH 6/7] can: m_can: m_can_tx_submit(): remove unneeded sanity checks
` [PATCH 7/7] can: m_can: m_can_get_berr_counter(): don't wake up controller if interface is down
[PATCH] can: treewide: remove can_change_mtu()
2025-10-08 18:04 UTC (2+ messages)
[PATCH can-next] can: m_can: add support for optional reset
2025-10-08 10:26 UTC (2+ messages)
[PATCH v4 0/4] can: m_can: fix pm_runtime and CAN state handling
2025-10-08 8:23 UTC (6+ messages)
` [PATCH v4 1/4] can: m_can: m_can_plat_remove(): add missing pm_runtime_disable()
` [PATCH v4 2/4] can: m_can: m_can_handle_state_errors(): fix CAN state transition to Error Active
` [PATCH v4 3/4] can: m_can: m_can_chip_config(): bring up interface in correct state
` [PATCH v4 4/4] can: m_can: fix CAN state in system PM
Exposing CAN hardware from userspace
2025-10-08 6:08 UTC
[PATCH 0/6] phy: phy-can-transceiver: Support TJA1048/TJA1051
2025-10-02 16:24 UTC (3+ messages)
` [PATCH 3/6] phy: phy-can-transceiver: Add dual channel support for TJA1048
[PATCH v6 0/6] can: mcp251xfd: add gpio functionality
2025-10-01 14:11 UTC (10+ messages)
` [PATCH v6 1/6] can: mcp251xfd: move chip sleep mode into runtime pm
` [PATCH v6 2/6] can: mcp251xfd: utilize gather_write function for all non-CRC writes
` [PATCH v6 3/6] can: mcp251xfd: add workaround for errata 5
` [PATCH v6 4/6] can: mcp251xfd: only configure PIN1 when rx_int is set
` [PATCH v6 5/6] can: mcp251xfd: add gpio functionality
` [PATCH v6 6/6] dt-bindings: can: mcp251xfd: add gpio-controller property
[PATCH v7 0/8] phy: phy-can-transceiver: Support TJA1048/TJA1051
2025-10-01 13:22 UTC (9+ messages)
` [PATCH v7 1/8] dt-bindings: phy: ti,tcan104x-can: Document NXP TJA105X/1048
` [PATCH v7 2/8] phy: phy-can-transceiver: Introduce can_transceiver_priv
` [PATCH v7 3/8] phy: phy-can-transceiver: Add dual channel support for TJA1048
` [PATCH v7 4/8] phy: phy-can-transceiver: Drop the gpio desc check
` [PATCH v7 5/8] phy: phy-can-transceiver: Add support for TJA105{1,7}
` [PATCH v7 6/8] arm64: dts: imx95-15x15-evk: Use phys to replace xceiver-supply
` [PATCH v7 7/8] arm64: dts: imx8mp-evk: "
` [PATCH v7 8/8] arm64: dts: imx93-11x11-evk: "
[PATCH] can: peak_usb: align variable declaration and usage
2025-10-01 8:33 UTC (2+ messages)
[PATCH v5] net/can/gs_usb: increase max interface to U8_MAX
2025-09-30 15:40 UTC (2+ messages)
[PATCH] net/can/gs_usb: populate net_device->dev_port
2025-09-30 15:40 UTC (2+ messages)
[PATCH v4] net/can/gs_usb: increase max interface to U8_MAX
2025-09-30 11:36 UTC (3+ messages)
[PATCH v5 0/6] can: mcp251xfd: add gpio functionality
2025-09-30 11:25 UTC (9+ messages)
` [PATCH v5 1/6] can: mcp251xfd: move chip sleep mode into runtime pm
` [PATCH v5 2/6] can: mcp251xfd: utilize gather_write function for all non-CRC writes
` [PATCH v5 3/6] can: mcp251xfd: add workaround for errata 5
` [PATCH v5 4/6] can: mcp251xfd: only configure PIN1 when rx_int is set
` [PATCH v5 5/6] can: mcp251xfd: add gpio functionality
` [PATCH v5 6/6] dt-bindings: can: mcp251xfd: add gpio-controller property
[PATCH v3] net/can/gs_usb: increase max interface to U8_MAX
2025-09-30 6:19 UTC (4+ messages)
[PATCH v2] net/can/gs_usb: increase max interface to U8_MAX
2025-09-30 3:09 UTC (2+ messages)
[PATCH] net/can/gs_usb: increase max interface to 255
2025-09-30 3:03 UTC (3+ messages)
Possible race condition of the rockchip_canfd driver
2025-09-29 8:22 UTC (7+ messages)
[PATCH net-next 0/48] pull-request: can-next 2025-09-25
2025-09-26 22:01 UTC (36+ messages)
` [PATCH net-next 01/48] can: m_can: use us_to_ktime() where appropriate
` [PATCH net-next 02/48] MAINTAINERS: update Vincent Mailhol's email address
` [PATCH net-next 03/48] can: dev: sort includes by alphabetical order
` [PATCH net-next 05/48] can: rcar_canfd: Update bit rate constants for RZ/G3E and R-Car Gen4
` [PATCH net-next 06/48] can: rcar_canfd: Update RCANFD_CFG_* macros
` [PATCH net-next 09/48] can: rcar_can: Consistently use ndev for net_device pointers
` [PATCH net-next 10/48] can: rcar_can: Add helper variable dev to rcar_can_probe()
` [PATCH net-next 22/48] can: raw: reorder struct uniqframe's members to optimise packing
` [PATCH net-next 23/48] can: raw: use bitfields to store flags in struct raw_sock
` [PATCH net-next 24/48] can: raw: reorder struct raw_sock's members to optimise packing
` [PATCH net-next 25/48] can: annotate mtu accesses with READ_ONCE()
` [PATCH net-next 26/48] can: dev: turn can_set_static_ctrlmode() into a non-inline function
` [PATCH net-next 27/48] can: populate the minimum and maximum MTU values
` [PATCH net-next 28/48] can: enable CAN XL for virtual CAN devices by default
` [PATCH net-next 29/48] can: dev: move struct data_bittiming_params to linux/can/bittiming.h
` [PATCH net-next 30/48] can: dev: make can_get_relative_tdco() FD agnostic and move it to bittiming.h
` [PATCH net-next 31/48] can: netlink: document which symbols are FD specific
` [PATCH net-next 32/48] can: netlink: refactor can_validate_bittiming()
` [PATCH net-next 33/48] can: netlink: add can_validate_tdc()
` [PATCH net-next 34/48] can: netlink: add can_validate_databittiming()
` [PATCH net-next 35/48] can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logic
` [PATCH net-next 36/48] can: netlink: remove useless check in can_tdc_changelink()
` [PATCH net-next 37/48] can: netlink: make can_tdc_changelink() FD agnostic
` [PATCH net-next 38/48] can: netlink: add can_dtb_changelink()
` [PATCH net-next 39/48] can: netlink: add can_ctrlmode_changelink()
` [PATCH net-next 40/48] can: netlink: make can_tdc_get_size() FD agnostic
` [PATCH net-next 41/48] can: netlink: add can_data_bittiming_get_size()
` [PATCH net-next 42/48] can: netlink: add can_bittiming_fill_info()
` [PATCH net-next 43/48] can: netlink: add can_bittiming_const_fill_info()
` [PATCH net-next 44/48] can: netlink: add can_bitrate_const_fill_info()
` [PATCH net-next 45/48] can: netlink: make can_tdc_fill_info() FD agnostic
` [PATCH net-next 46/48] can: calc_bittiming: make can_calc_tdco() "
` [PATCH net-next 47/48] can: dev: add can_get_ctrlmode_str()
` [PATCH net-next 48/48] can: netlink: add userland error messages
[PATCH v3 0/3] can: esd_usb: Fixes
2025-09-26 19:50 UTC (5+ messages)
` [PATCH v3 3/3] can: esd_usb: Add watermark handling for TX jobs
[PATCH] can: peak_usb: fix shift-out-of-bounds issue for 32-bit architectures
2025-09-26 7:26 UTC (2+ messages)
[PATCH iproute2-next 0/3] iplink_can: fix checkpatch.pl warnings
2025-09-25 16:40 UTC (2+ messages)
[PATCH net-next 0/48] pull-request: can-next 2025-09-24
2025-09-25 12:53 UTC (4+ messages)
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).