summaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm
Commit message (Expand)AuthorAgeFilesLines
* usb: ueagle-atm: Use wait_event_freezable_timeout() in uea_wait()Kevin Hao2024-01-041-2/+1
* usb: atm: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()Lee Jones2023-12-041-8/+8
* usb: atm: Use size_add() in call to struct_size()Gustavo A. R. Silva2023-10-021-1/+2
* usb: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-1/+1
* usb/atm: fix repeated words in commentsJilin Yuan2022-07-271-1/+1
* usb: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-231-1/+1
* exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2021-12-131-1/+1
* usb: atm: Use struct_size() helperGustavo A. R. Silva2021-10-051-1/+3
* usb: atm: cxacru: Fix typo in commentzuoqilin2021-05-211-1/+1
* drivers: usb: atm: use pr_err() and pr_warn() instead of raw printk()Enrico Weigelt, metux IT consult2020-12-092-2/+2
* drivers: usb: atm: use atm_info() instead of atm_printk(KERN_INFO ...Enrico Weigelt, metux IT consult2020-12-091-3/+3
* drivers: usb: atm: reduce noiseEnrico Weigelt, metux IT consult2020-12-091-3/+0
* usb: atm: Replace in_interrupt() usage in commentThomas Gleixner2020-10-281-1/+1
* usb: atm: don't use snprintf() for sysfs attrsAlex Dewar2020-08-251-14/+13
* usb: atm: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-6/+8
* usb: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-2/+2
* usb: atm: ueagle-atm: Demote obvious misuse of kerneldoc to standard comment ...Lee Jones2020-07-091-2/+2
* USB: atm: Use the correct style for SPDX License IdentifierNishad Kamdar2020-03-171-1/+1
* USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-231-1/+1
* USB: atm: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
* Merge tag 'usb-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-12-141-6/+12
|\
| * USB: atm: ueagle-atm: add missing endpoint checkJohan Hovold2019-12-101-6/+12
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* USB: atm: cxacru: convert to use dev_groupsGreg Kroah-Hartman2019-08-091-25/+33
* USB: ueagle-atm: convert to use dev_groupsGreg Kroah-Hartman2019-08-091-12/+4
* USB: atm: ueagle-atm.c: remove redundant license textGreg Kroah-Hartman2019-06-031-45/+1
* USB: atm: ueagle-atm.c: fix SPDX tag to be BSD2Greg Kroah-Hartman2019-06-031-1/+1
* usb: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2019-05-211-1/+0
* USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman2019-01-221-0/+1
* USB: atm: fix up some remaining DEVICE_ATTR() usageGreg Kroah-Hartman2018-01-242-12/+10
* USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman2018-01-241-4/+4
* USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman2018-01-241-3/+3
* usb: usbatm: Convert timers to use timer_setup()Kees Cook2017-11-213-20/+29
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-136-85/+13
|\
| * USB: atm: Remove redundant license textGreg Kroah-Hartman2017-11-045-75/+0
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-046-0/+6
| * usb: atm: cxacru: mark expected switch fall-throughsGustavo A. R. Silva2017-10-271-0/+2
| * drivers: usb: speedtch: use setup_timer() helper.Allen Pais2017-10-041-7/+4
| * drivers: usb: atm: cxacru: use setup_timer() helper.Allen Pais2017-10-041-3/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* usb: atm: ueagle-atm: constify attribute_group structures.Arvind Yadav2017-08-101-1/+1
* USB: atm: make atmdev_ops constBhumika Goyal2017-08-101-1/+1
* usb: speedtch: constify usb_device_idArvind Yadav2017-08-101-1/+1
* USB: atm: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2017-07-224-9/+2
* usb: atm: ueagle-atm: fix spelling mistake: "submition" -> "submission"Colin Ian King2017-07-171-1/+1
* usb: atm: remove unnecessary codeGustavo A. R. Silva2017-03-161-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* usb: atm: usbatm: don't print on ENOMEMWolfram Sang2016-08-301-6/+1
* usb: atm: ueagle-atm: don't print on ENOMEMWolfram Sang2016-08-301-7/+2