aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-21usb: atm: cxacru: Fix typo in commentzuoqilin1-1/+1
2020-12-09drivers: usb: atm: use pr_err() and pr_warn() instead of raw printk()Enrico Weigelt, metux IT consult2-2/+2
2020-12-09drivers: usb: atm: use atm_info() instead of atm_printk(KERN_INFO ...Enrico Weigelt, metux IT consult1-3/+3
2020-12-09drivers: usb: atm: reduce noiseEnrico Weigelt, metux IT consult1-3/+0
2020-10-28usb: atm: Replace in_interrupt() usage in commentThomas Gleixner1-1/+1
2020-08-25usb: atm: don't use snprintf() for sysfs attrsAlex Dewar1-14/+13
2020-08-18usb: atm: convert tasklets to use new tasklet_setup() APIAllen Pais1-6/+8
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-09usb: atm: ueagle-atm: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-2/+2
2020-03-17USB: atm: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-12USB: atm: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-12-14Merge tag 'usb-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-6/+12
2019-12-10USB: atm: ueagle-atm: add missing endpoint checkJohan Hovold1-6/+12
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-08-09USB: atm: cxacru: convert to use dev_groupsGreg Kroah-Hartman1-25/+33
2019-08-09USB: ueagle-atm: convert to use dev_groupsGreg Kroah-Hartman1-12/+4
2019-06-03USB: atm: ueagle-atm.c: remove redundant license textGreg Kroah-Hartman1-45/+1
2019-06-03USB: atm: ueagle-atm.c: fix SPDX tag to be BSD2Greg Kroah-Hartman1-1/+1
2019-05-21usb: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-1/+0
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
2018-01-24USB: atm: fix up some remaining DEVICE_ATTR() usageGreg Kroah-Hartman2-12/+10
2018-01-24USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman1-4/+4
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman1-3/+3
2017-11-21usb: usbatm: Convert timers to use timer_setup()Kees Cook3-20/+29
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds6-85/+13
2017-11-04USB: atm: Remove redundant license textGreg Kroah-Hartman5-75/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman6-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27usb: atm: cxacru: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-10-04drivers: usb: speedtch: use setup_timer() helper.Allen Pais1-7/+4
2017-10-04drivers: usb: atm: cxacru: use setup_timer() helper.Allen Pais1-3/+1
2017-08-10usb: atm: ueagle-atm: constify attribute_group structures.Arvind Yadav1-1/+1
2017-08-10USB: atm: make atmdev_ops constBhumika Goyal1-1/+1
2017-08-10usb: speedtch: constify usb_device_idArvind Yadav1-1/+1
2017-07-22USB: atm: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman4-9/+2
2017-07-17usb: atm: ueagle-atm: fix spelling mistake: "submition" -> "submission"Colin Ian King1-1/+1
2017-03-16usb: atm: remove unnecessary codeGustavo A. R. Silva1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-08-30usb: atm: usbatm: don't print on ENOMEMWolfram Sang1-6/+1
2016-08-30usb: atm: ueagle-atm: don't print on ENOMEMWolfram Sang1-7/+2
2016-08-30usb: atm: speedtch: don't print on ENOMEMWolfram Sang1-1/+0
2016-08-30usb: atm: cxacru: don't print on ENOMEMWolfram Sang1-3/+1
2016-08-15usb: atm: usbatm: don't print error when allocating urb failsWolfram Sang1-1/+0
2016-08-15usb: atm: ueagle-atm: don't print error when allocating urb failsWolfram Sang1-3/+1
2016-08-15usb: atm: cxacru: don't print error when allocating urb failsWolfram Sang1-2/+0
2016-04-28Use "foo *bar" instead of "foo * bar".Sandhya Bankar1-1/+1
2016-04-28usb: Remove unnecessary space before function pointer arguments.Sandhya Bankar1-4/+4
2016-02-03USB: cxacru: fix an bounds check warningDan Carpenter1-0/+2