public inbox for linux-can@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-07-06 13:38:03 to 2025-07-25 12:47:51 UTC [more...]

[PATCH v4 00/10] can: kvaser_pciefd: Simplify identification of physical CAN interfaces
 2025-07-25 12:47 UTC  (12+ messages)
` [PATCH v4 01/10] can: kvaser_pciefd: Add support to control CAN LEDs on device
` [PATCH v4 02/10] can: kvaser_pciefd: Add support for ethtool set_phys_id()
` [PATCH v4 03/10] can: kvaser_pciefd: Add intermediate variable for device struct in probe()
` [PATCH v4 04/10] can: kvaser_pciefd: Store the different firmware version components in a struct
` [PATCH v4 05/10] can: kvaser_pciefd: Store device channel index
` [PATCH v4 06/10] can: kvaser_pciefd: Split driver into C-file and header-file
` [PATCH v4 07/10] can: kvaser_pciefd: Add devlink support
` [PATCH v4 08/10] can: kvaser_pciefd: Expose device firmware version via devlink info_get()
` [PATCH v4 09/10] can: kvaser_pciefd: Add devlink port support
` [PATCH v4 10/10] Documentation: devlink: add devlink documentation for the kvaser_pciefd driver

[PATCH v2 00/11] can: kvaser_usb: Simplify identification of physical CAN interfaces
 2025-07-25 12:45 UTC  (18+ messages)
` [PATCH v2 01/11] can: kvaser_usb: Add support to control CAN LEDs on device
` [PATCH v2 02/11] can: kvaser_usb: Add support for ethtool set_phys_id()
` [PATCH v2 03/11] can: kvaser_usb: Assign netdev.dev_port based on device channel index
` [PATCH v2 04/11] can: kvaser_usb: Add intermediate variables
` [PATCH v2 05/11] can: kvaser_usb: Move comment regarding max_tx_urbs
` [PATCH v2 06/11] can: kvaser_usb: Store the different firmware version components in a struct
` [PATCH v2 07/11] can: kvaser_usb: Store additional device information
` [PATCH v2 08/11] can: kvaser_usb: Add devlink support
` [PATCH v2 09/11] can: kvaser_usb: Expose device information via devlink info_get()
` [PATCH v2 10/11] can: kvaser_usb: Add devlink port support
` [PATCH v2 11/11] Documentation: devlink: add devlink documentation for the kvaser_usb driver

[PATCH v3 00/10] can: kvaser_pciefd: Simplify identification of physical CAN interfaces
 2025-07-25 12:39 UTC  (16+ messages)
` [PATCH v3 01/10] can: kvaser_pciefd: Add support to control CAN LEDs on device
` [PATCH v3 02/10] can: kvaser_pciefd: Add support for ethtool set_phys_id()
` [PATCH v3 03/10] can: kvaser_pciefd: Add intermediate variable for device struct in probe()
` [PATCH v3 04/10] can: kvaser_pciefd: Store the different firmware version components in a struct
` [PATCH v3 05/10] can: kvaser_pciefd: Store device channel index
` [PATCH v3 06/10] can: kvaser_pciefd: Split driver into C-file and header-file
` [PATCH v3 07/10] can: kvaser_pciefd: Add devlink support
` [PATCH v3 08/10] can: kvaser_pciefd: Expose device firmware version via devlink info_get()
` [PATCH v3 09/10] can: kvaser_pciefd: Add devlink port support
` [PATCH v3 10/10] Documentation: devlink: add devlink documentation for the kvaser_pciefd driver

[PATCH v3 00/11] can: kvaser_usb: Simplify identification of physical CAN interfaces
 2025-07-25 12:34 UTC  (12+ messages)
` [PATCH v3 01/11] can: kvaser_usb: Add support to control CAN LEDs on device
` [PATCH v3 02/11] can: kvaser_usb: Add support for ethtool set_phys_id()
` [PATCH v3 03/11] can: kvaser_usb: Assign netdev.dev_port based on device channel index
` [PATCH v3 04/11] can: kvaser_usb: Add intermediate variables
` [PATCH v3 05/11] can: kvaser_usb: Move comment regarding max_tx_urbs
` [PATCH v3 06/11] can: kvaser_usb: Store the different firmware version components in a struct
` [PATCH v3 07/11] can: kvaser_usb: Store additional device information
` [PATCH v3 08/11] can: kvaser_usb: Add devlink support
` [PATCH v3 09/11] can: kvaser_usb: Expose device information via devlink info_get()
` [PATCH v3 10/11] can: kvaser_usb: Add devlink port support
` [PATCH v3 11/11] Documentation: devlink: add devlink documentation for the kvaser_usb driver

[PATCH net 0/1] pull-request: can 2025-07-25
 2025-07-25 10:13 UTC  (2+ messages)
` [PATCH net] can: peak_usb: fix USB FD devices potential malfunction

[PATCH v2] can: peak_usb: fix USB FD devices potential malfunction
 2025-07-25 10:12 UTC  (3+ messages)

[PATCH v2 00/10] can: kvaser_pciefd: Simplify identification of physical CAN interfaces
 2025-07-24  7:54 UTC  (13+ messages)
` [PATCH v2 01/10] can: kvaser_pciefd: Add support to control CAN LEDs on device
` [PATCH v2 02/10] can: kvaser_pciefd: Add support for ethtool set_phys_id()
` [PATCH v2 03/10] can: kvaser_pciefd: Add intermediate variable for device struct in probe()
` [PATCH v2 04/10] can: kvaser_pciefd: Store the different firmware version components in a struct
` [PATCH v2 05/10] can: kvaser_pciefd: Store device channel index
` [PATCH v2 06/10] can: kvaser_pciefd: Split driver into C-file and header-file
` [PATCH v2 07/10] can: kvaser_pciefd: Add devlink support
` [PATCH v2 08/10] can: kvaser_pciefd: Expose device firmware version via devlink info_get()
` [PATCH v2 09/10] can: kvaser_pciefd: Add devlink port support
` [PATCH v2 10/10] Documentation: devlink: add devlink documentation for the kvaser_pciefd driver

[PATCH 0/9] can: kvaser_pciefd: Simplify identification of physical CAN interfaces
 2025-07-24  7:48 UTC  (22+ messages)
` [PATCH 1/9] can: kvaser_pciefd: Add support to control CAN LEDs on device
` [PATCH 2/9] can: kvaser_pciefd: Add support for ethtool set_phys_id()
` [PATCH 3/9] can: kvaser_pciefd: Add intermediate variable for device struct in probe()
` [PATCH 4/9] can: kvaser_pciefd: Store the different firmware version components in a struct
` [PATCH 5/9] can: kvaser_pciefd: Store device channel index
` [PATCH 6/9] can: kvaser_pciefd: Split driver into C-file and header-file
` [PATCH 7/9] can: kvaser_pciefd: Add devlink support
` [PATCH 8/9] can: kvaser_pciefd: Expose device firmware version via devlink info_get()
` [PATCH 9/9] can: kvaser_pciefd: Add devlink port support

[PATCH 0/9] can: kvaser_usb: Simplify identification of physical CAN interfaces
 2025-07-24  6:43 UTC  (12+ messages)
` [PATCH 1/9] can: kvaser_usb: Add support to control CAN LEDs on device
` [PATCH 2/9] can: kvaser_usb: Add support for ethtool set_phys_id()
` [PATCH 3/9] can: kvaser_usb: Add intermediate variables
` [PATCH 4/9] can: kvaser_usb: Move comment regarding max_tx_urbs
` [PATCH 5/9] can: kvaser_usb: Store the different firmware version components in a struct
` [PATCH 6/9] can: kvaser_usb: Store additional device information
` [PATCH 7/9] can: kvaser_usb: Add devlink support
` [PATCH 8/9] can: kvaser_usb: Expose device information via devlink info_get()
` [PATCH 9/9] can: kvaser_usb: Add devlink port support

[PATCH v14 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-07-23 11:40 UTC  (11+ messages)
` [PATCH v14 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v14 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v14 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH v14 4/7] can: Add Nuvoton NCT6694 CANFD support
` [PATCH v14 5/7] watchdog: Add Nuvoton NCT6694 WDT support
` [PATCH v14 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
` [PATCH v14 7/7] rtc: Add Nuvoton NCT6694 RTC support

[PATCH] can: peak_usb: fix USB CANFD devices potential malfunction
 2025-07-23  9:46 UTC  (2+ messages)

[PATCH net 0/1] pull-request: can 2025-07-22
 2025-07-23  1:50 UTC  (3+ messages)
` [PATCH net] can: netlink: can_changelink(): fix NULL pointer deref of struct can_priv::do_set_mode

[PATCH v2] can: tscan1: CAN_TSCAN1 can depend on PC104
 2025-07-22 23:57 UTC  (6+ messages)

[PATCH v3] docs: Fix kernel-doc error in CAN driver
 2025-07-22 19:22 UTC  (8+ messages)

[PATCH v2] docs: Fix kernel-doc indentation errors
 2025-07-22  3:59 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH] can: tscan1: CAN_TSCAN1 can depend on PC104
 2025-07-21  9:29 UTC  (4+ messages)

Wsparcie programistyczne - termin spotkania
 2025-07-21  7:35 UTC 

[PATCH can] can: netlink: can_changelink(): fix NULL pointer deref of struct can_priv::do_set_mode
 2025-07-18 10:19 UTC 

[RFC PATCH] can: gs_usb: fix kernel oops during restart
 2025-07-16  5:55 UTC  (6+ messages)

[PATCH net 0/1] pull-request: can 2025-07-15
 2025-07-15 23:10 UTC  (3+ messages)
` [PATCH net] can: tcan4x5x: fix reset gpio usage during probe

[PATCH v2 0/3] can: Kconfig: add missing COMPILE_TEST
 2025-07-15 11:34 UTC  (5+ messages)
` [PATCH v2 1/3] can: ti_hecc: fix -Woverflow compiler warning
` [PATCH v2 2/3] can: ti_hecc: Kconfig: add COMPILE_TEST
` [PATCH v2 3/3] can: tscan1: "

[PATCH 0/3] can: Kconfig: add missing COMPILE_TEST
 2025-07-15 11:02 UTC  (7+ messages)
` [PATCH 1/3] can: ti_hecc: fix -Woverflow compiler warning
` [PATCH 2/3] can: ti_hecc: Kconfig: add COMPILE_TEST
` [PATCH 3/3] can: tscan1: "

[PATCH can-next/b4 1/2] dummyxl: update config possibilities and rename dummyxl_priv
 2025-07-15 10:58 UTC  (5+ messages)
` [PATCH can-next/b4 2/2] dummyxl: print ctrlmode and PWM values

[PATCH] can: tcan4x5x: fix reset gpio usage during probe
 2025-07-15 10:02 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] can: janz-ican3: use sysfs_emit() in fwinfo_show()
 2025-07-15  9:45 UTC  (2+ messages)

[PATCH net-next 0/2] pull-request: can-next 2025-07-11
 2025-07-15  0:40 UTC  (4+ messages)
` [PATCH net-next 1/2] can: rcar_can: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
` [PATCH net-next 2/2] can: rcar_canfd: Drop unused macros

[PATCH v13 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-07-14  7:37 UTC  (8+ messages)
` [PATCH v13 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v13 3/7] i2c: Add Nuvoton NCT6694 I2C support

[PATCH net 0/1] pull-request: can 2025-07-11
 2025-07-11 14:30 UTC  (3+ messages)
` [PATCH net] can: m_can: m_can_handle_lost_msg(): downgrade msg lost in rx message to debug level

[PATCH v3] can: m_can: downgrade msg lost in rx to debug level
 2025-07-11 10:12 UTC 

[PATCH v2] can: m_can: apply rate-limiting to lost msg in rx
 2025-07-11 10:04 UTC  (4+ messages)

[PATCH v2] can: rcar_canfd: Drop unused macros
 2025-07-11  9:48 UTC  (2+ messages)

[PATCH] can: rcar_can: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
 2025-07-11  9:34 UTC  (2+ messages)

CAN XL status
 2025-07-06 13:37 UTC 


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