summaryrefslogtreecommitdiff
path: root/drivers/usb/atm
AgeCommit message (Expand)AuthorFilesLines
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/gre...Linus 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 <lin...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
2015-07-22USB: atm: cxacru: fix blank line after declarationAaron Raimist1-1/+6
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2015-06-23module: add per-module param_lockDan Streetman1-2/+2
2015-05-10USB: xusbatm.c: move assignment out of if () blockGreg Kroah-Hartman1-2/+4
2015-05-10USB: usbatm.c: move assignment out of if () blockGreg Kroah-Hartman1-2/+4
2015-05-10USB: speedtch.c: move assignment out of if () blockGreg Kroah-Hartman1-6/+12
2015-03-18ueagle-atm: Delete unnecessary checks before the function call "release_firmw...Markus Elfring1-2/+2
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker3-3/+0
2013-12-08Usb: atm: usbatm: fixed a pointer variable format issueSeth Archer Brown1-4/+4
2013-10-29usbatm: Fix dynamic_debug / ratelimited atm_dbg and atm_rldbg macrosJoe Perches1-7/+7
2013-07-25usb: atm: speedtch: be careful with bIntervalFelipe Balbi1-1/+1
2013-07-23USB: usbatm: remove CONFIG_USB_DEBUG dependancyGreg Kroah-Hartman2-7/+3
2013-07-23USB: usbatm: move the atm_dbg() call to use dynamic debugGreg Kroah-Hartman1-11/+5
2013-07-23USB: usbatm: don't rely on CONFIG_USB_DEBUGGreg Kroah-Hartman1-6/+1
2013-07-23USB: usbatm: remove unneeded trace printk callsGreg Kroah-Hartman1-34/+0
2013-07-23USB: usbatm: remove unused UDSL_ASSERT macroGreg Kroah-Hartman2-20/+0
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-2/+3
2013-05-20USB: cxacru: potential underflow in cxacru_cm_get_array()Dan Carpenter1-1/+2
2013-04-19usbatm: fix potential NULL pointer dereferenceWei Yongjun1-3/+3
2013-04-09USB: regroup all depends on USB within an if USB blockFlorian Fainelli1-1/+1
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-2/+2