summaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm
AgeCommit message (Expand)AuthorLines
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-07-27usb/atm: fix repeated words in commentsJilin Yuan-1/+1
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol-1/+1
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman-1/+1
2021-10-05usb: atm: Use struct_size() helperGustavo A. R. Silva-1/+3
2021-05-21usb: atm: cxacru: Fix typo in commentzuoqilin-1/+1
2020-12-09drivers: usb: atm: use pr_err() and pr_warn() instead of raw printk()Enrico Weigelt, metux IT consult-2/+2
2020-12-09drivers: usb: atm: use atm_info() instead of atm_printk(KERN_INFO ...Enrico Weigelt, metux IT consult-3/+3
2020-12-09drivers: usb: atm: reduce noiseEnrico Weigelt, metux IT consult-3/+0
2020-10-28usb: atm: Replace in_interrupt() usage in commentThomas Gleixner-1/+1
2020-08-25usb: atm: don't use snprintf() for sysfs attrsAlex Dewar-14/+13
2020-08-18usb: atm: convert tasklets to use new tasklet_setup() APIAllen Pais-6/+8
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-07-09usb: atm: ueagle-atm: Demote obvious misuse of kerneldoc to standard comment ...Lee Jones-2/+2
2020-03-17USB: atm: Use the correct style for SPDX License IdentifierNishad Kamdar-1/+1
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-02-12USB: atm: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2019-12-14Merge tag 'usb-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-6/+12
2019-12-10USB: atm: ueagle-atm: add missing endpoint checkJohan Hovold-6/+12
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya-1/+1
2019-08-09USB: atm: cxacru: convert to use dev_groupsGreg Kroah-Hartman-25/+33
2019-08-09USB: ueagle-atm: convert to use dev_groupsGreg Kroah-Hartman-12/+4
2019-06-03USB: atm: ueagle-atm.c: remove redundant license textGreg Kroah-Hartman-45/+1
2019-06-03USB: atm: ueagle-atm.c: fix SPDX tag to be BSD2Greg Kroah-Hartman-1/+1
2019-05-21usb: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz-1/+0
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman-0/+1
2018-01-24USB: atm: fix up some remaining DEVICE_ATTR() usageGreg Kroah-Hartman-12/+10
2018-01-24USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman-4/+4
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman-3/+3
2017-11-21usb: usbatm: Convert timers to use timer_setup()Kees Cook-20/+29
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-85/+13
2017-11-04USB: atm: Remove redundant license textGreg Kroah-Hartman-75/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-27usb: atm: cxacru: mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2017-10-04drivers: usb: speedtch: use setup_timer() helper.Allen Pais-7/+4
2017-10-04drivers: usb: atm: cxacru: use setup_timer() helper.Allen Pais-3/+1
2017-08-10usb: atm: ueagle-atm: constify attribute_group structures.Arvind Yadav-1/+1
2017-08-10USB: atm: make atmdev_ops constBhumika Goyal-1/+1
2017-08-10usb: speedtch: constify usb_device_idArvind Yadav-1/+1
2017-07-22USB: atm: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman-9/+2
2017-07-17usb: atm: ueagle-atm: fix spelling mistake: "submition" -> "submission"Colin Ian King-1/+1
2017-03-16usb: atm: remove unnecessary codeGustavo A. R. Silva-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-08-30usb: atm: usbatm: don't print on ENOMEMWolfram Sang-6/+1
2016-08-30usb: atm: ueagle-atm: don't print on ENOMEMWolfram Sang-7/+2
2016-08-30usb: atm: speedtch: don't print on ENOMEMWolfram Sang-1/+0
2016-08-30usb: atm: cxacru: don't print on ENOMEMWolfram Sang-3/+1
2016-08-15usb: atm: usbatm: don't print error when allocating urb failsWolfram Sang-1/+0