aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-22usb: change to new flag variablematt mooney1-3/+1
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+22
2010-09-08cxacru: ignore cx82310_eth devicesOndrej Zary1-1/+17
2010-09-03USB: cxacru: Use a bulk/int URB to access the command endpointSimon Arlott1-2/+22
2010-08-11param: simple locking for sysfs-writable charp parametersRusty Russell1-0/+2
2010-08-10usb: atm: fixed spacing and indentation coding style issuesNicolas Kaiser2-16/+16
2010-08-10usb: conexant: fixed spacing and brace coding style issuesNicolas Kaiser1-6/+5
2010-08-10usb: throw away custom hex digit methodsAndy Shevchenko1-2/+3
2010-08-10USB: speedtouch: fixed more brace and spacing coding style issuesNicolas Kaiser2-11/+11
2010-08-10USB: speedtouch: fixed brace and spacing coding style issuesNicolas Kaiser2-7/+6
2010-07-09usb/atm/ueagle-atm.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto1-3/+10
2010-07-09usb/atm/speedtch.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto1-5/+5
2010-07-09usb/atm/cxacru.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto1-9/+9
2010-05-25usb: atm: speedtch: use new hex_to_bin() methodAndy Shevchenko1-3/+2
2010-05-20USB: ueagle: fix Coding StylesJavier Blanco de Torres (Neurowork)1-140/+207
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-1/+1
2010-03-02USB: atm: Use FIELD_SIZEOF, trivial cleanup.Thiago Farina1-1/+1
2010-03-02USB: cxacru: increment driver versionSimon Arlott1-1/+2
2010-03-02USB: cxacru: remove cxacru-cf.bin loaderSimon Arlott1-28/+3
2010-03-02USB: cxacru: add write-only sysfs attribute for modem configurationSimon Arlott1-1/+75
2010-03-02USB: cxacru: firmware writes on OHCI are slow, log progressSimon Arlott1-2/+6
2010-03-02USB: cxacru: document how to interact with the flash memorySimon Arlott1-0/+20
2010-03-02USB: cxacru: check device isn't being removed during sysfs callsSimon Arlott3-20/+44