summaryrefslogtreecommitdiff
path: root/drivers/usb/atm
AgeCommit message (Expand)Author
2011-07-08drivers: usb: atm: ueagle-atm: Add missing const qualifierChris Forbes
2011-07-08drivers: usb: atm: ueagle-atm: use __packedChris Forbes
2011-07-01drivers/usb/atm: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-22USB: ueagle-atm: use system_wq instead of dedicated workqueuesTejun Heo
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-12-28ueagle-atm: fix PHY signal initialization raceDan Williams
2010-12-24usb: don't use flush_scheduled_work()Tejun Heo
2010-12-24speedtch: don't abuse struct delayed_workTejun Heo
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams
2010-11-15USB: atm: ueagle-atm: fix up some permissions on the sysfs filesGreg Kroah-Hartman
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-22usb: makefile cleanupmatt mooney
2010-10-22usb: change to new flag variablematt mooney
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-08cxacru: ignore cx82310_eth devicesOndrej Zary
2010-09-03USB: cxacru: Use a bulk/int URB to access the command endpointSimon Arlott
2010-08-11param: simple locking for sysfs-writable charp parametersRusty Russell
2010-08-10usb: atm: fixed spacing and indentation coding style issuesNicolas Kaiser
2010-08-10usb: conexant: fixed spacing and brace coding style issuesNicolas Kaiser
2010-08-10usb: throw away custom hex digit methodsAndy Shevchenko
2010-08-10USB: speedtouch: fixed more brace and spacing coding style issuesNicolas Kaiser
2010-08-10USB: speedtouch: fixed brace and spacing coding style issuesNicolas Kaiser
2010-07-09usb/atm/ueagle-atm.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto
2010-07-09usb/atm/speedtch.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto
2010-07-09usb/atm/cxacru.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto
2010-05-25usb: atm: speedtch: use new hex_to_bin() methodAndy Shevchenko
2010-05-20USB: ueagle: fix Coding StylesJavier Blanco de Torres (Neurowork)
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-02USB: atm: Use FIELD_SIZEOF, trivial cleanup.Thiago Farina
2010-03-02USB: cxacru: increment driver versionSimon Arlott
2010-03-02USB: cxacru: remove cxacru-cf.bin loaderSimon Arlott
2010-03-02USB: cxacru: add write-only sysfs attribute for modem configurationSimon Arlott
2010-03-02USB: cxacru: firmware writes on OHCI are slow, log progressSimon Arlott
2010-03-02USB: cxacru: document how to interact with the flash memorySimon Arlott
2010-03-02USB: cxacru: check device isn't being removed during sysfs callsSimon Arlott
2010-03-02USB: cxacru: check data length is not negativeSimon Arlott
2010-03-02USB: cxacru: return an empty value for modulation if there is no connectionSimon Arlott
2009-12-11firmware_class: make request_firmware_nowait more usefulJohannes Berg
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-06-15firmware: atm/ueagle-atm: prepare for FIRMWARE_NAME_MAX removalSamuel Ortiz
2009-05-08USB: cxacru: Fix negative dB outputSimon Arlott
2009-03-30trivial: Fix misspelling of firmwareNick Andrew
2009-03-17USB: atm/cxacru, fix lock imbalanceJiri Slaby
2008-10-27net: convert more to %pMJohannes Berg
2008-10-22USB: Speedtouch: add pre_reset and post_reset routinesAlan Stern
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman
2008-09-23usbatm: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller