public inbox for linux-can@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-07-15 02:57:11 to 2025-07-28 08:07:00 UTC [more...]

[PATCH net-next 0/27] pull-request: can-next 2025-07-25
 2025-07-28  8:06 UTC  (30+ messages)
` [PATCH net-next 01/27] can: janz-ican3: use sysfs_emit() in fwinfo_show()
` [PATCH net-next 02/27] can: ti_hecc: fix -Woverflow compiler warning
` [PATCH net-next 03/27] can: ti_hecc: Kconfig: add COMPILE_TEST
` [PATCH net-next 04/27] can: tscan1: "
` [PATCH net-next 05/27] can: tscan1: CAN_TSCAN1 can depend on PC104
` [PATCH net-next 06/27] docs: Fix kernel-doc error in CAN driver
` [PATCH net-next 07/27] can: kvaser_pciefd: Add support to control CAN LEDs on device
` [PATCH net-next 08/27] can: kvaser_pciefd: Add support for ethtool set_phys_id()
` [PATCH net-next 09/27] can: kvaser_pciefd: Add intermediate variable for device struct in probe()
` [PATCH net-next 10/27] can: kvaser_pciefd: Store the different firmware version components in a struct
` [PATCH net-next 11/27] can: kvaser_pciefd: Store device channel index
` [PATCH net-next 12/27] can: kvaser_pciefd: Split driver into C-file and header-file
` [PATCH net-next 13/27] can: kvaser_pciefd: Add devlink support
` [PATCH net-next 14/27] can: kvaser_pciefd: Expose device firmware version via devlink info_get()
` [PATCH net-next 15/27] can: kvaser_pciefd: Add devlink port support
` [PATCH net-next 16/27] Documentation: devlink: add devlink documentation for the kvaser_pciefd driver
` [PATCH net-next 17/27] can: kvaser_usb: Add support to control CAN LEDs on device
` [PATCH net-next 18/27] can: kvaser_usb: Add support for ethtool set_phys_id()
` [PATCH net-next 19/27] can: kvaser_usb: Assign netdev.dev_port based on device channel index
` [PATCH net-next 20/27] can: kvaser_usb: Add intermediate variables
` [PATCH net-next 21/27] can: kvaser_usb: Move comment regarding max_tx_urbs
` [PATCH net-next 22/27] can: kvaser_usb: Store the different firmware version components in a struct
` [PATCH net-next 23/27] can: kvaser_usb: Store additional device information
` [PATCH net-next 24/27] can: kvaser_usb: Add devlink support
` [PATCH net-next 25/27] can: kvaser_usb: Expose device information via devlink info_get()
` [PATCH net-next 26/27] can: kvaser_usb: Add devlink port support
` [PATCH net-next 27/27] Documentation: devlink: add devlink documentation for the kvaser_usb driver

[PATCH v3 00/11] can: kvaser_usb: Simplify identification of physical CAN interfaces
 2025-07-26 20:53 UTC  (14+ 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 v2 00/11] can: kvaser_usb: Simplify identification of physical CAN interfaces
 2025-07-26 19:48 UTC  (19+ 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 net 0/1] pull-request: can 2025-07-25
 2025-07-26  0:10 UTC  (3+ messages)
` [PATCH net] can: peak_usb: fix USB FD devices potential malfunction

[PATCH v4 00/10] can: kvaser_pciefd: Simplify identification of physical CAN interfaces
 2025-07-25 16:16 UTC  (14+ 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 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 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  (6+ messages)
` [PATCH v14 3/7] i2c: Add Nuvoton NCT6694 I2C 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  (4+ messages)
` [PATCH 3/3] can: tscan1: Kconfig: add COMPILE_TEST

[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 v2] can: tcan4x5x: fix reset gpio usage during probe
 2025-07-15 10:02 UTC  (2+ messages)

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


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