Linux CAN drivers development
 help / color / mirror / Atom feed
 messages from 2024-12-04 07:57:30 to 2025-01-02 18:58:30 UTC [more...]

[RFC PATCH 0/6] can: esd: add CAN-FD for esd GmbH PCIe/402 CAN interface family
 2025-01-02 18:58 UTC  (5+ messages)
` [RFC PATCH 2/6] can: esd_402_pci: Add support to control TDC mode and settings
` [RFC PATCH 3/6] can: esd_402_pci: Add support for esdACC CAN-FD versions below 0.72
` [RFC PATCH 5/6] can: esd_402_pci: add request to provide a common BRP
` [RFC PATCH 6/6] !!! DO NOT MERGE !!! can: netlink: Reject bitrate if CAN_CTRLMODE_FD_COMMON_BRP is not obeyed

[PATCH v4 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-01-02  9:03 UTC  (19+ messages)
` [PATCH v4 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v4 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v4 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH v4 4/7] can: Add Nuvoton NCT6694 CAN support
` [PATCH v4 5/7] watchdog: Add Nuvoton NCT6694 WDT support
` [PATCH v4 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
` [PATCH v4 7/7] rtc: Add Nuvoton NCT6694 RTC support

[PATCH] phy: can-transceiver: Drop unnecessary "mux-states" property presence check
 2024-12-31 16:32 UTC 

[PATCH] dt-bindings: can: st,stm32-bxcan: fix st,gcan property type
 2024-12-31  8:42 UTC  (2+ messages)

[PATCH 1/4] can: kvaser_usb: Update stats and state even if alloc_can_err_skb() fails
 2024-12-30 14:26 UTC  (4+ messages)
` [PATCH 2/4] can: kvaser_usb: Add support for CAN_CTRLMODE_BERR_REPORTING
` [PATCH 3/4] can: kvaser_pciefd: Update stats and state even if alloc_can_err_skb() fails
` [PATCH 4/4] can: kvaser_pciefd: Add support for CAN_CTRLMODE_BERR_REPORTING

[PATCH v3 0/7] Add Nuvoton NCT6694 MFD drivers
 2024-12-26  9:25 UTC  (39+ messages)
` [PATCH v3 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v3 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v3 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH v3 4/7] can: Add Nuvoton NCT6694 CAN support
` [PATCH v3 5/7] watchdog: Add Nuvoton NCT6694 WDT support
` [PATCH v3 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
` [PATCH v3 7/7] rtc: Add Nuvoton NCT6694 RTC support

[PATCH v6 0/7] can: m_can: Add am62 wakeup support
 2024-12-25 19:50 UTC  (10+ messages)
` [PATCH v6 1/7] dt-bindings: can: m_can: Add wakeup properties
` [PATCH v6 2/7] can: m_can: Map WoL to device_set_wakeup_enable
` [PATCH v6 3/7] can: m_can: Return ERR_PTR on error in allocation
` [PATCH v6 4/7] can: m_can: Support pinctrl wakeup state
` [PATCH v6 5/7] arm64: dts: ti: k3-am62: Mark mcu_mcan0/1 as wakeup-source
` [PATCH v6 6/7] arm64: dts: ti: k3-am62a-mcu: "
` [PATCH v6 7/7] arm64: dts: ti: k3-am62p-mcu: "

[PATCH 0/3] broadcom, ethernet/marvell,cx231xx,can/dev: Remove unused values and dead code
 2024-12-22 17:27 UTC  (13+ messages)
` [PATCH 1/3] drivers/firmware/broadcom, ethernet/marvell: Remove unused values
` [PATCH 2/3] usb/cx231xx: Remove unused value
` [PATCH 3/3] net/can/dev: Remove dead code
` [PATCH v2 0/3] broadcom, ethernet/marvell,cx231xx,can/dev: Remove unused values and "
  ` [PATCH v2 1/3] drivers/firmware/broadcom, ethernet/marvell: Remove unused values
  ` [PATCH v2 2/3] usb/cx231xx: Remove unused value
  ` [PATCH v2 3/3] net/can/dev: Remove dead code

[PATCH v2 0/2] rockchip: add can for RK3576 Soc
 2024-12-20 12:06 UTC  (4+ messages)
` [PATCH v2 1/2] net: can: "
` [PATCH v2 2/2] arm64: dts: rockchip: rk3576: add can dts nodes

[PATCH] Assign em_canid.c additionally to CAN maintainers
 2024-12-19 19:08 UTC 

[PATCH net 0/2] pull-request: can 2024-12-18
 2024-12-19  8:03 UTC  (7+ messages)
` [PATCH net 1/2] can: m_can: set init flag earlier in probe
` [PATCH net 2/2] can: m_can: fix missed interrupts with m_can_pci

[PATCH net-next v6 00/11] net: Improve netns handling in rtnetlink
 2024-12-19  5:54 UTC  (14+ messages)
` [PATCH net-next v6 01/11] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v6 02/11] rtnetlink: Pack newlink() params into struct
` [PATCH net-next v6 03/11] net: Use link netns in newlink() of rtnl_link_ops
` [PATCH net-next v6 04/11] ieee802154: 6lowpan: "
` [PATCH net-next v6 05/11] net: ip_tunnel: "
` [PATCH net-next v6 06/11] net: ipv6: "
` [PATCH net-next v6 07/11] net: xfrm: "
` [PATCH net-next v6 08/11] rtnetlink: Remove "net" from newlink params
` [PATCH net-next v6 09/11] rtnetlink: Create link directly in target net namespace
` [PATCH net-next v6 10/11] selftests: net: Add python context manager for netns entering
` [PATCH net-next v6 11/11] selftests: net: Add test cases for link and peer netns

[PATCH v4 1/2] can: m_can: set init flag earlier in probe
 2024-12-18 12:20 UTC  (5+ messages)

net: m_can: missing mutexes in tx_work_queue and isr-handler
 2024-12-18 12:07 UTC  (4+ messages)
  ` AW: "

[PATCH net-next v7 0/4] Add support for SO_PRIORITY cmsg
 2024-12-18 11:57 UTC  (8+ messages)
` [PATCH net-next v7 1/4] sock: Introduce sk_set_prio_allowed helper function
` [PATCH net-next v7 2/4] sock: support SO_PRIORITY cmsg
` [PATCH net-next v7 3/4] selftests: net: test SO_PRIORITY ancillary data with cmsg_sender
` [PATCH net-next v7 4/4] sock: Introduce SO_RCVPRIORITY socket option

[RFC PATCH 00/14] can: netlink: add CAN XL
 2024-12-18  9:13 UTC  (25+ messages)
` [RFC PATCH 12/14] can: netlink: add CAN XL support

[PATCH] net: Convert proto_ops::getname to sockaddr_storage
 2024-12-17 14:38 UTC  (3+ messages)

[PATCH] can: m_can: m_can_dev_setup(): set CCCR_INIT bit earlier
 2024-12-17 13:14 UTC  (3+ messages)

[PATCH 0/2] rockchip: add can for RK3576 Soc
 2024-12-17  8:43 UTC  (4+ messages)
` [PATCH 1/2] net: can: "
` [PATCH 2/2] arm64: dts: rockchip: rk3576: add can dts nodes

I urge you to understand my viewpoint accurately
 2024-12-13  4:24 UTC 

[PATCH net-next v5 0/5] net: Improve netns handling in RTNL and ip_tunnel
 2024-12-12 13:06 UTC  (10+ messages)
` [PATCH net-next v5 1/5] net: ip_tunnel: Build flow in underlay net namespace
` [PATCH net-next v5 2/5] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v5 3/5] rtnetlink: Decouple net namespaces in rtnl_newlink_create()
` [PATCH net-next v5 4/5] selftests: net: Add python context manager for netns entering
` [PATCH net-next v5 5/5] selftests: net: Add two test cases for link netns

[PATCH can-next v2] can: mcp251xfd: ACPI support
 2024-12-11  9:30 UTC  (11+ messages)

ACPI compatible mcp251xfd driver
 2024-12-10 10:20 UTC  (4+ messages)

[PATCH] can: mcp251xfd: ACPI support
 2024-12-09 16:36 UTC 

[RFC PATCH v3 0/6] Add helpers for stats and error frames
 2024-12-08 16:59 UTC  (2+ messages)

[PATCH] net: simplify resource acquisition + ioremap
 2024-12-07  1:40 UTC  (2+ messages)

[syzbot] Monthly can report (Dec 2024)
 2024-12-05 17:40 UTC 

[PATCH v4 0/3] add FlexCAN support for S32G2/S32G3 SoCs
 2024-12-04 17:57 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: can: fsl,flexcan: add S32G2/S32G3 SoC support
` [PATCH v4 3/3] can: flexcan: add NXP "

[RFC PATCH 0/1] can: esd_usb: Fix device probe routine
 2024-12-04 16:06 UTC  (2+ messages)
` [RFC PATCH 1/1] can: esd_usb: Fix not detecting version reply in "

[RFC PATCH v2 1/4] can xl dummy driver from Vincent
 2024-12-04  7:57 UTC  (4+ messages)
` [RFC PATCH v2 2/4] add CAN XL support RFC based on Vicents cleanups
` [RFC PATCH v2 3/4] can: canxl: support Remote Request Substitution bit access
` [RFC PATCH v2 4/4] can: canxl: support CAN XL transceiver switching in data phase

[RFC PATCH v2 1/3] iplink_can: add CAN XL support RFC based on Vincent cleanups
 2024-12-04  7:57 UTC  (3+ messages)
` [RFC PATCH v2 2/3] iplink_can: canxl: support Remote Request Substitution bit access
` [RFC PATCH v2 3/3] iplink_can: canxl: support CAN XL transceiver switching in data phase


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