LinuxLists
Users
About
Frank Jungclaus (
[email protected]
)
Number of posts: 67 (0.17 per day)
First post: 2022-06-20 21:33:41
Last post: 2023-07-28 16:30:51
Next Page
Date
List
Subject
2023-07-28 16:30:51
linux-kernel
[PATCH 0/1] can: esd_usb: Add support for esd CAN-USB/3
2023-07-28 15:56:24
linux-kernel
[PATCH 1/1] can: esd_usb: Add support for esd CAN-USB/3
2023-05-23 17:45:45
linux-kernel
[PATCH 0/2] can: esd_usb: More preparation before supporting esd CAN-USB/3 (addendum)
2023-05-23 17:45:40
linux-kernel
[PATCH 1/2] can: esd_usb: Make use of kernel macros BIT() and GENMASK()
2023-05-23 17:35:31
linux-kernel
[PATCH 2/2] can: esd_usb: Use consistent prefix ESD_USB_ for macros
2023-05-19 20:10:08
linux-kernel
[PATCH v2 5/6] can: esd_usb: Replace hardcoded message length given to USB commands
2023-05-19 20:08:23
linux-kernel
[PATCH v2 4/6] can: esd_usb: Prefix all structures with the device name
2023-05-19 20:06:44
linux-kernel
[PATCH v2 6/6] can: esd_usb: Don't bother the user with nonessential log message
2023-05-19 20:05:56
linux-kernel
[PATCH v2 3/6] can: esd_usb: Use consistent prefixes for macros
2023-05-19 19:57:51
linux-kernel
[PATCH v2 1/6] can: esd_usb: Make use of existing kernel macros
2023-05-19 19:57:34
linux-kernel
[PATCH v2 0/6] can: esd_usb: More preparation before supporting esd CAN-USB/3
2023-05-19 19:57:25
linux-kernel
[PATCH v2 2/6] can: esd_usb: Replace initializer macros used for struct can_bittiming_const
2023-05-17 19:37:48
linux-kernel
[PATCH 1/6] can: esd_usb: Make use of existing kernel macros
2023-05-17 19:36:48
linux-kernel
[PATCH 4/6] can: esd_usb: Prefix all structures with the device name
2023-05-17 19:28:38
linux-kernel
[PATCH 6/6] can: esd_usb: Don't bother the user with nonessential log message
2023-05-17 19:28:22
linux-kernel
[PATCH 3/6] can: esd_usb: Use consistent prefixes for macros
2023-05-17 19:27:54
linux-kernel
[PATCH 0/6] *** can: esd_usb: More preparation before supporting esd CAN-USB/3 ***
2023-05-17 19:27:34
linux-kernel
[PATCH 5/6] can: esd_usb: Replace hardcoded message length given to USB commands
2023-05-17 19:27:23
linux-kernel
[PATCH 2/6] can: esd_usb: Replace initializer macros used for struct can_bittiming_const
2023-05-08 19:02:02
linux-kernel
Re: [PATCH 2/2] can: esd_usb: Add support for esd CAN-USB/3
2023-05-04 15:49:53
linux-kernel
[PATCH 1/2] can: esd_usb: Apply some small changes before adding esd CAN-USB/3 support
2023-05-04 15:47:23
linux-kernel
[PATCH 0/2] can: esd_usb: Add support for esd CAN-USB/3 (CAN FD)
2023-05-04 15:45:58
linux-kernel
[PATCH 2/2] can: esd_usb: Add support for esd CAN-USB/3
2023-03-30 18:55:55
linux-kernel
[PATCH] can: esd_usb: Add support for CAN_CTRLMODE_BERR_REPORTING
2023-02-22 16:38:19
linux-kernel
[PATCH] can: esd_usb: Improve code readability by means of replacing struct esd_usb_msg with a union
2023-02-16 19:05:16
linux-kernel
[PATCH v3 1/3] can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bus error
2023-02-16 19:05:12
linux-kernel
[PATCH v3 0/3] can: esd_usb: Some more preparation for supporting esd CAN-USB/3
2023-02-16 19:05:10
linux-kernel
[PATCH v3 3/3] can: esd_usb: Improve readability on decoding ESD_EV_CAN_ERROR_EXT messages
2023-02-16 19:05:10
linux-kernel
[PATCH v3 2/3] can: esd_usb: Make use of can_change_state() and relocate checking skb for NULL
2023-02-16 18:36:33
linux-kernel
Re: [PATCH v2 0/3] can: esd_usb: Some more preparation for supporting esd CAN-USB/3
2023-02-14 16:19:07
linux-kernel
[PATCH v2 3/3] can: esd_usb: Improved decoding for ESD_EV_CAN_ERROR_EXT messages
2023-02-14 16:18:44
linux-kernel
[PATCH v2 2/3] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (2)
2023-02-14 16:03:50
linux-kernel
[PATCH v2 1/3] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (1)
2023-02-14 16:02:49
linux-kernel
[PATCH v2 0/3] can: esd_usb: Some more preparation for supporting esd CAN-USB/3
2023-02-09 19:01:06
linux-kernel
Re: [PATCH 2/3] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (2)
2023-01-23 15:51:46
linux-kernel
Re: [PATCH 3/3] can: esd_usb: Improved decoding for ESD_EV_CAN_ERROR_EXT messages
2023-01-23 15:47:35
linux-kernel
Re: [PATCH 2/3] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (2)
2022-12-21 18:49:55
linux-kernel
Re: [PATCH 2/3] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (2)
2022-12-21 18:11:47
linux-kernel
Re: [PATCH 3/3] can: esd_usb: Improved decoding for ESD_EV_CAN_ERROR_EXT messages
2022-12-21 17:57:03
linux-kernel
Re: [PATCH 1/3] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (1)
2022-12-19 22:11:06
linux-kernel
[PATCH 0/3] can: esd_usb: Some more preparation for supporting esd CAN-USB/3
2022-12-19 22:04:44
linux-kernel
[PATCH 3/3] can: esd_usb: Improved decoding for ESD_EV_CAN_ERROR_EXT messages
2022-12-19 21:34:07
linux-kernel
[PATCH 2/3] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (2)
2022-12-19 21:31:43
linux-kernel
[PATCH 1/3] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (1)
2022-12-02 02:35:14
linux-kernel
[PATCH v2 1/1] can: esd_usb: Allow REC and TEC to return to zero
2022-12-02 02:06:34
linux-kernel
[PATCH v2 0/1] can: esd_usb: Some preparation for supporting esd CAN-USB/3
2022-11-29 17:54:02
linux-kernel
Re: [PATCH RESEND 1/1] can: esd_usb: Allow REC and TEC to return to zero
2022-11-24 20:52:28
linux-kernel
[PATCH RESEND 1/1] can: esd_usb: Allow REC and TEC to return to zero
2022-11-24 20:50:20
linux-kernel
[PATCH RESEND 0/1] can: esd_usb: Some preparation for supporting esd CAN-USB/3
2022-07-12 16:37:23
linux-kernel
Re: [PATCH 4/6] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (3)
2022-07-12 16:34:48
linux-kernel
Re: [PATCH 6/6] can: esd_usb: Improved decoding for ESD_EV_CAN_ERROR_EXT messages