summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/esd_usb.c
Commit message (Expand)AuthorAgeFilesLines
* can: esd_usb: Add support for esd CAN-USB/3Frank Jungclaus2023-08-031-31/+244
* can: esd_usb: Use consistent prefix ESD_USB_ for macrosFrank Jungclaus2023-06-221-7/+6
* can: esd_usb: Make use of kernel macros BIT() and GENMASK()Frank Jungclaus2023-06-221-14/+14
* can: esd_usb: Don't bother the user with nonessential log messageFrank Jungclaus2023-06-221-1/+1
* can: esd_usb: Replace hardcoded message length given to USB commandsFrank Jungclaus2023-06-221-19/+21
* can: esd_usb: Prefix all structures with the device nameFrank Jungclaus2023-06-221-22/+22
* can: esd_usb: Use consistent prefixes for macrosFrank Jungclaus2023-06-221-99/+99
* can: esd_usb: Replace initializer macros used for struct can_bittiming_constFrank Jungclaus2023-06-221-20/+13
* can: esd_usb: Make use of existing kernel macrosFrank Jungclaus2023-05-221-19/+21
* can: esd_usb: Add support for CAN_CTRLMODE_BERR_REPORTINGFrank Jungclaus2023-04-041-15/+20
* can: esd_usb: Improve code readability by means of replacing struct esd_usb_m...Frank Jungclaus2023-03-241-84/+82
* can: esd_usb: Improve readability on decoding ESD_EV_CAN_ERROR_EXT messagesFrank Jungclaus2023-02-161-5/+13
* can: esd_usb: Make use of can_change_state() and relocate checking skb for NULLFrank Jungclaus2023-02-161-25/+25
* can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bu...Frank Jungclaus2023-02-161-1/+3
* can: esd_usb: Allow REC and TEC to return to zeroFrank Jungclaus2022-12-071-0/+6
* can: dev: fix skb drop checkOliver Hartkopp2022-11-071-1/+1
* can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-281-0/+6
* can: esd_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-1/+1
* can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-201-1/+2
* can/esd_usb: Update to copyright, M_AUTHOR and M_DESCRIPTIONFrank Jungclaus2022-06-251-4/+6
* can/esd_usb: Fixed some checkpatch.pl warningsFrank Jungclaus2022-06-251-23/+8
* can/esd_usb: Rename all terms USB2 to USBFrank Jungclaus2022-06-251-104/+109
* can/esd_usb2: Rename esd_usb2.c to esd_usb.cFrank Jungclaus2022-06-251-0/+1154