summaryrefslogtreecommitdiff
path: root/drivers/usb/atm
AgeCommit message (Expand)Author
2017-08-10usb: atm: ueagle-atm: constify attribute_group structures.Arvind Yadav
2017-08-10USB: atm: make atmdev_ops constBhumika Goyal
2017-08-10usb: speedtch: constify usb_device_idArvind Yadav
2017-07-22USB: atm: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman
2017-07-17usb: atm: ueagle-atm: fix spelling mistake: "submition" -> "submission"Colin Ian King
2017-03-16usb: atm: remove unnecessary codeGustavo A. R. Silva
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-08-30usb: atm: usbatm: don't print on ENOMEMWolfram Sang
2016-08-30usb: atm: ueagle-atm: don't print on ENOMEMWolfram Sang
2016-08-30usb: atm: speedtch: don't print on ENOMEMWolfram Sang
2016-08-30usb: atm: cxacru: don't print on ENOMEMWolfram Sang
2016-08-15usb: atm: usbatm: don't print error when allocating urb failsWolfram Sang
2016-08-15usb: atm: ueagle-atm: don't print error when allocating urb failsWolfram Sang
2016-08-15usb: atm: cxacru: don't print error when allocating urb failsWolfram Sang
2016-04-28Use "foo *bar" instead of "foo * bar".Sandhya Bankar
2016-04-28usb: Remove unnecessary space before function pointer arguments.Sandhya Bankar
2016-02-03USB: cxacru: fix an bounds check warningDan Carpenter
2015-07-22USB: atm: cxacru: fix blank line after declarationAaron Raimist
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-06-23module: add per-module param_lockDan Streetman
2015-05-10USB: xusbatm.c: move assignment out of if () blockGreg Kroah-Hartman
2015-05-10USB: usbatm.c: move assignment out of if () blockGreg Kroah-Hartman
2015-05-10USB: speedtch.c: move assignment out of if () blockGreg Kroah-Hartman
2015-03-18ueagle-atm: Delete unnecessary checks before the function call "release_firmw...Markus Elfring
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-08Usb: atm: usbatm: fixed a pointer variable format issueSeth Archer Brown
2013-10-29usbatm: Fix dynamic_debug / ratelimited atm_dbg and atm_rldbg macrosJoe Perches
2013-07-25usb: atm: speedtch: be careful with bIntervalFelipe Balbi
2013-07-23USB: usbatm: remove CONFIG_USB_DEBUG dependancyGreg Kroah-Hartman
2013-07-23USB: usbatm: move the atm_dbg() call to use dynamic debugGreg Kroah-Hartman
2013-07-23USB: usbatm: don't rely on CONFIG_USB_DEBUGGreg Kroah-Hartman
2013-07-23USB: usbatm: remove unneeded trace printk callsGreg Kroah-Hartman
2013-07-23USB: usbatm: remove unused UDSL_ASSERT macroGreg Kroah-Hartman
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook
2013-05-20USB: cxacru: potential underflow in cxacru_cm_get_array()Dan Carpenter
2013-04-19usbatm: fix potential NULL pointer dereferenceWei Yongjun
2013-04-09USB: regroup all depends on USB within an if USB blockFlorian Fainelli
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-13USB: atm: usbatm: fix up debug printing codeGreg Kroah-Hartman
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-08-15USB: atm: ueagle-atm: Declare MODULE_FIRMWARE usageTim Gardner
2012-07-16usb: Use eth_random_addrJoe Perches
2012-05-01USB: xusbatm.c: remove dbg() usageGreg Kroah-Hartman
2012-05-01USB: usbatm.c: remove dbg() usageGreg Kroah-Hartman
2012-05-01USB: speedtch.c: remove dbg() usageGreg Kroah-Hartman
2012-05-01USB: cxacru.c: remove dbg() usageGreg Kroah-Hartman
2012-04-18usb/atm/ueagle-atm: Don't test for NULL ptr before calling release_firmware()Jesper Juhl
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman