summaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb: atm: speedtch: don't print on ENOMEMWolfram Sang2016-08-301-1/+0
* usb: atm: cxacru: don't print on ENOMEMWolfram Sang2016-08-301-3/+1
* usb: atm: usbatm: don't print error when allocating urb failsWolfram Sang2016-08-151-1/+0
* usb: atm: ueagle-atm: don't print error when allocating urb failsWolfram Sang2016-08-151-3/+1
* usb: atm: cxacru: don't print error when allocating urb failsWolfram Sang2016-08-151-2/+0
* Use "foo *bar" instead of "foo * bar".Sandhya Bankar2016-04-281-1/+1
* usb: Remove unnecessary space before function pointer arguments.Sandhya Bankar2016-04-281-4/+4
* USB: cxacru: fix an bounds check warningDan Carpenter2016-02-031-0/+2
* USB: atm: cxacru: fix blank line after declarationAaron Raimist2015-07-221-1/+6