aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/rusty/linuxLinus 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_firmware"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
2012-09-13USB: atm: usbatm: fix up debug printing codeGreg Kroah-Hartman1-18/+28
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2-2/+2
2012-08-15USB: atm: ueagle-atm: Declare MODULE_FIRMWARE usageTim Gardner1-13/+66
2012-07-16usb: Use eth_random_addrJoe Perches1-2/+2
2012-05-01USB: xusbatm.c: remove dbg() usageGreg Kroah-Hartman1-4/+0
2012-05-01USB: usbatm.c: remove dbg() usageGreg Kroah-Hartman1-21/+9
2012-05-01USB: speedtch.c: remove dbg() usageGreg Kroah-Hartman1-1/+1
2012-05-01USB: cxacru.c: remove dbg() usageGreg Kroah-Hartman1-17/+17
2012-04-18usb/atm/ueagle-atm: Don't test for NULL ptr before calling release_firmware()Jesper Juhl1-10/+5
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-4/+4
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman3-58/+3
2011-07-08drivers: usb: atm: ueagle-atm: Add missing const qualifierChris Forbes1-2/+2
2011-07-08drivers: usb: atm: ueagle-atm: use __packedChris Forbes1-17/+17
2011-07-01drivers/usb/atm: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-01-22USB: ueagle-atm: use system_wq instead of dedicated workqueuesTejun Heo1-14/+5
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-14/+16
2010-12-28ueagle-atm: fix PHY signal initialization raceDan Williams1-3/+19
2010-12-24usb: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-24speedtch: don't abuse struct delayed_workTejun Heo1-12/+14
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()Tejun Heo1-1/+1
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-12/+3
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams1-12/+3
2010-11-15USB: atm: ueagle-atm: fix up some permissions on the sysfs filesGreg Kroah-Hartman1-4/+3
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+17
2010-10-22usb: makefile cleanupmatt mooney1-2/+2