summaryrefslogtreecommitdiff
path: root/drivers/usb/atm
AgeCommit message (Expand)AuthorFilesLines
2011-01-08Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-14/+16
2010-12-29ueagle-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_dela...Tejun Heo1-1/+1
2010-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-12/+3
2010-12-11atm: correct sysfs 'device' link creation and parent relationshipsDan Williams1-12/+3
2010-11-16USB: 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-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+22
2010-09-09cxacru: ignore cx82310_eth devicesOndrej Zary1-1/+17
2010-09-04USB: 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-11usb: atm: fixed spacing and indentation coding style issuesNicolas Kaiser2-16/+16
2010-08-11usb: conexant: fixed spacing and brace coding style issuesNicolas Kaiser1-6/+5
2010-08-11usb: throw away custom hex digit methodsAndy Shevchenko1-2/+3
2010-08-11USB: speedtouch: fixed more brace and spacing coding style issuesNicolas Kaiser2-11/+11
2010-08-11USB: 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-21USB: 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 imp...Tejun Heo2-1/+1
2010-03-03USB: atm: Use FIELD_SIZEOF, trivial cleanup.Thiago Farina1-1/+1
2010-03-03USB: cxacru: increment driver versionSimon Arlott1-1/+2
2010-03-03USB: cxacru: remove cxacru-cf.bin loaderSimon Arlott1-28/+3
2010-03-03USB: cxacru: add write-only sysfs attribute for modem configurationSimon Arlott1-1/+75
2010-03-03USB: cxacru: firmware writes on OHCI are slow, log progressSimon Arlott1-2/+6
2010-03-03USB: cxacru: document how to interact with the flash memorySimon Arlott1-0/+20
2010-03-03USB: cxacru: check device isn't being removed during sysfs callsSimon Arlott3-20/+44
2010-03-03USB: cxacru: check data length is not negativeSimon Arlott1-1/+1
2010-03-03USB: cxacru: return an empty value for modulation if there is no connectionSimon Arlott1-2/+2
2009-12-11firmware_class: make request_firmware_nowait more usefulJohannes Berg1-3/+4
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-06-16firmware: atm/ueagle-atm: prepare for FIRMWARE_NAME_MAX removalSamuel Ortiz1-4/+5
2009-05-09USB: cxacru: Fix negative dB outputSimon Arlott1-2/+8
2009-03-30trivial: Fix misspelling of firmwareNick Andrew1-1/+1
2009-03-18USB: atm/cxacru, fix lock imbalanceJiri Slaby1-1/+2
2008-10-28net: convert more to %pMJohannes Berg2-7/+2
2008-10-22USB: Speedtouch: add pre_reset and post_reset routinesAlan Stern1-0/+12
2008-10-18USB: remove warn() macro from usb driversGreg Kroah-Hartman3-8/+14
2008-09-23usbatm: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller1-3/+2
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-08-14USB: cxacru: Fix printk format flag in error messageSimon Arlott1-1/+1
2008-07-22USB: AccessRunner: avoid unnecessary memsetChristophe Jaillet1-1/+0
2008-07-22USB: speedtch.c fix sparse shadowed variable warningHarvey Harrison1-1/+0
2008-07-10cxacru: treat firmware data as constDavid Woodhouse1-1/+1