messages from 2025-05-12 08:48:56 to 2025-06-04 04:14:47 UTC [more...]
[PATCH v12 0/7] Add Nuvoton NCT6694 MFD drivers
2025-06-04 4:14 UTC (3+ messages)
` [PATCH v12 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v12 2/7] gpio: Add Nuvoton NCT6694 GPIO support
[PATCH 0/9] can: rcar_canfd: Add support for Transceiver Delay Compensation
2025-06-02 14:38 UTC (20+ messages)
` [PATCH 1/9] can: rcar_canfd: Consistently use ndev for net_device pointers
` [PATCH 2/9] can: rcar_canfd: Use ndev parameter in rcar_canfd_set_bittiming()
` [PATCH 3/9] can: rcar_canfd: Add helper variable ndev to rcar_canfd_rx_pkt()
` [PATCH 4/9] can: rcar_canfd: Add helper variable dev to rcar_canfd_reset_controller()
` [PATCH 5/9] can: rcar_canfd: Simplify data access in rcar_canfd_{ge,pu}t_data()
` [PATCH 6/9] can: rcar_canfd: Repurpose f_dcfg base for other registers
` [PATCH 7/9] can: rcar_canfd: Share config code in rcar_canfd_set_bittiming()
` [PATCH 8/9] can: rcar_canfd: Return early in rcar_canfd_set_bittiming() when not FD
` [PATCH 9/9] can: rcar_canfd: Add support for Transceiver Delay Compensation
[PATCH v6 0/6] add the netlink interface for CAN-FD Transmitter Delay Compensation (TDC)
2025-06-02 12:56 UTC (6+ messages)
` [PATCH v6 4/6] can: netlink: add "
[PATCH v2] documentation: networking: can: Document alloc_candev_mqs()
2025-06-02 11:59 UTC
[PATCH 01/11] can: dev: add struct data_bittiming_params to group FD parameters
2025-05-29 12:49 UTC (19+ messages)
` [PATCH 02/11] can: netlink: replace tabulation by space in assignment
` [PATCH 03/11] can: bittiming: rename CAN_CTRLMODE_TDC_MASK into CAN_CTRLMODE_FD_TDC_MASK
` [PATCH 04/11] can: bittiming: rename can_tdc_is_enabled() into can_fd_tdc_is_enabled()
` [PATCH 05/11] can: netlink: can_changelink(): rename tdc_mask into fd_tdc_flag_provided
` [PATCH 06/11] can: netlink: add CAN XL support
` [PATCH 07/11] can: canxl: support Remote Request Substitution bit access
` [PATCH 08/11] can: canxl: support CAN XL transceiver switching in data phase
` [PATCH 09/11] can: canxl: support CAN XL error signalling switching
` [PATCH 10/11] can: canxl: add PWM config support
` [PATCH 11/11] can: add CAN XL dummy driver DO NOT MERGE
[PATCH net 0/1] pull-request: can 2025-05-29
2025-05-29 11:00 UTC (3+ messages)
` [PATCH net] can: kvaser_pciefd: refine error prone echo_skb_max handling logic
[mkl-can-next:b4/can-xl 6/11] drivers/net/can/xilinx_can.c:518:7: error: call to undeclared function 'can_tdc_is_enabled'; ISO C99 and later do not support implicit function declarations
2025-05-29 6:36 UTC (2+ messages)
Fw: [Bug 220168] New: flexcan-core.c
2025-05-29 0:54 UTC (3+ messages)
Fw: [Bug 220170] New: flexcan-core.c overflow when writing TDCOFF
2025-05-28 21:48 UTC
[PATCH v2] can: kvaser_pciefd: refine error prone echo_skb_max handling logic
2025-05-28 19:27 UTC
[PATCH] can: kvaser_pciefd: refine error prone echo_skb_max handling logic
2025-05-28 19:00 UTC (3+ messages)
RE: CAN XL netlink AIP status
2025-05-28 16:14 UTC (5+ messages)
` Latest patches - "
` TR: can: canxl: about CAN_CTRLMODE_XL_ERR_SIGNAL
[PATCH v6 0/4] rockchip: add can for RK3576 Soc
2025-05-28 7:21 UTC (10+ messages)
` [PATCH v6 1/4] dt-bindings: can: rockchip_canfd: add rk3576 CAN-FD controller
` [PATCH v6 2/4] net: can: rockchip: Refactor the rkcanfd_devtype_data structure
` [PATCH v6 3/4] net: can: rockchip: add can for RK3576 Soc
` [PATCH v6 4/4] net: can: rockchip: support dma for rk3576 rx
[PATCH 1/5] iplink_can: add CAN XL support RFC based on Vincent cleanups
2025-05-27 19:56 UTC (5+ messages)
` [PATCH 2/5] iplink_can: canxl: support Remote Request Substitution bit access
` [PATCH 3/5] iplink_can: canxl: support CAN XL transceiver switching in data phase
` [PATCH 4/5] iplink_can: canxl: support CAN XL error signalling switching
` [PATCH 5/5] iplink_can: canxl: add PWM config support
[PATCH net-next 0/22] pull-request: can-next 2025-05-22
2025-05-26 16:30 UTC (24+ messages)
` [PATCH net-next 01/22] dt-bindings: can: renesas,rcar-canfd: Simplify the conditional schema
` [PATCH net-next 02/22] dt-bindings: can: renesas,rcar-canfd: Document RZ/G3E support
` [PATCH net-next 03/22] can: rcar_canfd: Use of_get_available_child_by_name()
` [PATCH net-next 04/22] can: rcar_canfd: Drop RCANFD_GAFLCFG_GETRNC macro
` [PATCH net-next 05/22] can: rcar_canfd: Update RCANFD_GERFL_ERR macro
` [PATCH net-next 06/22] can: rcar_canfd: Drop the mask operation in RCANFD_GAFLCFG_SETRNC macro
` [PATCH net-next 07/22] can: rcar_canfd: Add rcar_canfd_setrnc()
` [PATCH net-next 08/22] can: rcar_canfd: Update RCANFD_GAFLCFG macro
` [PATCH net-next 09/22] can: rcar_canfd: Add rnc_field_width variable to struct rcar_canfd_hw_info
` [PATCH net-next 10/22] can: rcar_canfd: Add max_aflpn "
` [PATCH net-next 11/22] can: rcar_canfd: Add max_cftml "
` [PATCH net-next 12/22] can: rcar_canfd: Add {nom,data}_bittiming variables "
` [PATCH net-next 13/22] can: rcar_canfd: Add ch_interface_mode variable "
` [PATCH net-next 14/22] can: rcar_canfd: Add shared_can_regs "
` [PATCH net-next 15/22] can: rcar_canfd: Add struct rcanfd_regs "
` [PATCH net-next 16/22] can: rcar_canfd: Add sh "
` [PATCH net-next 17/22] can: rcar_canfd: Add external_clk "
` [PATCH net-next 18/22] can: rcar_canfd: Enhance multi_channel_irqs handling
` [PATCH net-next 19/22] can: rcar_canfd: Add RZ/G3E support
` [PATCH net-next 20/22] can: dev: add struct data_bittiming_params to group FD parameters
` [PATCH net-next 21/22] selftests: can: Import tst-filter from can-tests
` [PATCH net-next 22/22] selftests: can: test_raw_filter.sh: add support of physical interfaces
[PATCH v11 0/7] Add Nuvoton NCT6694 MFD drivers
2025-05-26 4:09 UTC (15+ messages)
` [PATCH v11 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v11 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v11 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH v11 4/7] can: Add Nuvoton NCT6694 CANFD support
` [PATCH v11 5/7] watchdog: Add Nuvoton NCT6694 WDT support
` [PATCH v11 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
` [PATCH v11 7/7] rtc: Add Nuvoton NCT6694 RTC support
[PATCH v5 0/4] rockchip: add can for RK3576 Soc
2025-05-24 13:55 UTC (11+ messages)
` [PATCH v5 1/4] dt-bindings: can: rockchip_canfd: add rk3576 CAN-FD controller
` [PATCH v5 2/4] net: can: rockchip: Refactor the rkcanfd_devtype_data structure
` [PATCH v5 3/4] net: can: rockchip: add can for RK3576 Soc
` [PATCH v5 4/4] net: can: rockchip: support dma for rk3576 rx
[PATCH v4 0/3] rockchip: add can for RK3576 Soc
2025-05-22 9:25 UTC (10+ messages)
` [PATCH v4 1/3] dt-bindings: can: rockchip_canfd: add rk3576 CAN-FD controller
` [PATCH v4 2/3] net: can: rockchip: add can for RK3576 Soc
` [PATCH v4 3/3] arm64: dts: rockchip: rk3576: add can dts nodes
[PATCH net 0/4] pull-request: can 2025-05-22
2025-05-22 11:00 UTC (6+ messages)
` [PATCH net 1/4] can: kvaser_pciefd: Force IRQ edge in case of nested IRQ
` [PATCH net 2/4] can: kvaser_pciefd: Fix echo_skb race
` [PATCH net 3/4] can: kvaser_pciefd: Continue parsing DMA buf after dropped RX
` [PATCH net 4/4] can: slcan: allow reception of short error messages
[PATCH v3 1/3] dt-bindings: can: rockchip_canfd: add rk3576 CAN-FD controller
2025-05-22 9:02 UTC (8+ messages)
` [PATCH v3 2/3] net: can: rockchip: add can for RK3576 Soc
` [PATCH v3 3/3] arm64: dts: rockchip: rk3576: add can dts nodes
[PATCH net 0/n] pull-request: can 2025-05-21
2025-05-22 8:28 UTC (7+ messages)
` [PATCH net 1/4] can: kvaser_pciefd: Force IRQ edge in case of nested IRQ
` [PATCH net 2/4] can: kvaser_pciefd: Fix echo_skb race
` [PATCH net 3/4] can: kvaser_pciefd: Continue parsing DMA buf after dropped RX
` [PATCH net 4/4] can: slcan: allow reception of short error messages
[PATCH] documentation: networking: can: Document alloc_candev_mqs()
2025-05-22 7:33 UTC (4+ messages)
[PATCH v3] selftests: can: Import tst-filter from can-tests
2025-05-21 14:18 UTC (3+ messages)
` [PATCH] selftests: can: test_raw_filter.sh: add support of physical interfaces
[PATCH v2] can: dev: add struct data_bittiming_params to group FD parameters
2025-05-21 12:14 UTC (3+ messages)
[PATCH v2] selftests: can: Import tst-filter from can-tests
2025-05-21 11:39 UTC (3+ messages)
[PATCH v4] can: slcan: allow reception of short error messages
2025-05-20 16:08 UTC (2+ messages)
[PATCH net 0/3] pull-request: can 2025-05-20
2025-05-20 14:10 UTC (5+ messages)
` [PATCH net 1/3] dt-bindings: can: microchip,mcp2510: Fix $id path
` [PATCH net 2/3] can: bcm: add locking for bcm_op runtime updates
` [PATCH net 3/3] can: bcm: add missing rcu read protection for procfs content
[PATCH AUTOSEL 6.14 624/642] can: fix missing decrement of j1939_proto.inuse_idx
2025-05-20 14:08 UTC (3+ messages)
[PATCH v2 0/3] can: kvaser_pciefd: Fix ISR race conditions
2025-05-20 11:45 UTC (6+ messages)
` [PATCH v2 1/3] can: kvaser_pciefd: Force IRQ edge in case of nested IRQ
` [PATCH v2 2/3] can: kvaser_pciefd: Fix echo_skb race conditions
` [PATCH v2 3/3] can: kvaser_pciefd: Continue parsing DMA buf after dropped RX
[PATCH v3 0/3] can: kvaser_pciefd: Fix ISR race conditions
2025-05-20 11:43 UTC (4+ messages)
` [PATCH v3 1/3] can: kvaser_pciefd: Force IRQ edge in case of nested IRQ
` [PATCH v3 2/3] can: kvaser_pciefd: Fix echo_skb race
` [PATCH v3 3/3] can: kvaser_pciefd: Continue parsing DMA buf after dropped RX
[PATCH v3] can: slcan: allow reception of short error messages
2025-05-20 7:14 UTC (2+ messages)
[PATCH 1/2] can: bcm: add locking for bcm_op runtime updates
2025-05-19 15:08 UTC (4+ messages)
` [PATCH 2/2] can: bcm: add missing rcu read protection for procfs content
[PATCH v2] can: slcan: allow reception of short error messages
2025-05-15 6:16 UTC (2+ messages)
[PATCH] can: slcan: allow reception of short error messages
2025-05-14 8:39 UTC (2+ messages)
[PATCH v10 0/7] Add Nuvoton NCT6694 MFD drivers
2025-05-12 8:48 UTC (8+ messages)
` [PATCH v10 1/7] mfd: Add core driver for Nuvoton NCT6694
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