aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm
AgeCommit message (Expand)AuthorFilesLines
2024-01-04usb: ueagle-atm: Use wait_event_freezable_timeout() in uea_wait()Kevin Hao1-2/+1
2023-12-04usb: atm: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()Lee Jones1-8/+8
2023-10-02usb: atm: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+2
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-27usb/atm: fix repeated words in commentsJilin Yuan1-1/+1
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol1-1/+1
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman1-1/+1
2021-10-05usb: atm: Use struct_size() helperGustavo A. R. Silva1-1/+3
2021-05-21usb: atm: cxacru: Fix typo in commentzuoqilin1-1/+1
2020-12-09drivers: usb: atm: use pr_err() and pr_warn() instead of raw printk()Enrico Weigelt, metux IT consult2-2/+2
2020-12-09drivers: usb: atm: use atm_info() instead of atm_printk(KERN_INFO ...Enrico Weigelt, metux IT consult1-3/+3
2020-12-09drivers: usb: atm: reduce noiseEnrico Weigelt, metux IT consult1-3/+0
2020-10-28usb: atm: Replace in_interrupt() usage in commentThomas Gleixner1-1/+1
2020-08-25usb: atm: don't use snprintf() for sysfs attrsAlex Dewar1-14/+13
2020-08-18usb: atm: convert tasklets to use new tasklet_setup() APIAllen Pais1-6/+8
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-09usb: atm: ueagle-atm: Demote obvious misuse of kerneldoc to standard comment ...Lee Jones1-2/+2
2020-03-17USB: atm: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-12USB: atm: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-12-14Merge tag 'usb-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-6/+12
2019-12-10USB: atm: ueagle-atm: add missing endpoint checkJohan Hovold1-6/+12
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-08-09USB: atm: cxacru: convert to use dev_groupsGreg Kroah-Hartman1-25/+33
2019-08-09USB: ueagle-atm: convert to use dev_groupsGreg Kroah-Hartman1-12/+4
2019-06-03USB: atm: ueagle-atm.c: remove redundant license textGreg Kroah-Hartman1-45/+1
2019-06-03USB: atm: ueagle-atm.c: fix SPDX tag to be BSD2Greg Kroah-Hartman1-1/+1
2019-05-21usb: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-1/+0
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
2018-01-24USB: atm: fix up some remaining DEVICE_ATTR() usageGreg Kroah-Hartman2-12/+10
2018-01-24USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman1-4/+4
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman1-3/+3
2017-11-21usb: usbatm: Convert timers to use timer_setup()Kees Cook3-20/+29
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-85/+13
2017-11-04USB: atm: Remove redundant license textGreg Kroah-Hartman5-75/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman6-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27usb: atm: cxacru: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-10-04drivers: usb: speedtch: use setup_timer() helper.Allen Pais1-7/+4
2017-10-04drivers: usb: atm: cxacru: use setup_timer() helper.Allen Pais1-3/+1
2017-08-10usb: atm: ueagle-atm: constify attribute_group structures.Arvind Yadav1-1/+1
2017-08-10USB: atm: make atmdev_ops constBhumika Goyal1-1/+1
2017-08-10usb: speedtch: constify usb_device_idArvind Yadav1-1/+1
2017-07-22USB: atm: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman4-9/+2
2017-07-17usb: atm: ueagle-atm: fix spelling mistake: "submition" -> "submission"Colin Ian King1-1/+1
2017-03-16usb: atm: remove unnecessary codeGustavo A. R. Silva1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-08-30usb: atm: usbatm: don't print on ENOMEMWolfram Sang1-6/+1
2016-08-30usb: atm: ueagle-atm: don't print on ENOMEMWolfram Sang1-7/+2
2016-08-30usb: atm: speedtch: don't print on ENOMEMWolfram Sang1-1/+0
2016-08-30usb: atm: cxacru: don't print on ENOMEMWolfram Sang1-3/+1
2016-08-15usb: atm: usbatm: don't print error when allocating urb failsWolfram Sang1-1/+0
2016-08-15usb: atm: ueagle-atm: don't print error when allocating urb failsWolfram Sang1-3/+1
2016-08-15usb: atm: cxacru: don't print error when allocating urb failsWolfram Sang1-2/+0
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/kern...Linus 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_firmw...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_dela...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/ne...David 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 imp...Tejun 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
2010-03-02USB: cxacru: check data length is not negativeSimon Arlott1-1/+1
2010-03-02USB: 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-15firmware: atm/ueagle-atm: prepare for FIRMWARE_NAME_MAX removalSamuel Ortiz1-4/+5
2009-05-08USB: cxacru: Fix negative dB outputSimon Arlott1-2/+8
2009-03-30trivial: Fix misspelling of firmwareNick Andrew1-1/+1
2009-03-17USB: atm/cxacru, fix lock imbalanceJiri Slaby1-1/+2
2008-10-27net: convert more to %pMJohannes Berg2-7/+2
2008-10-22USB: Speedtouch: add pre_reset and post_reset routinesAlan Stern1-0/+12
2008-10-17USB: 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-13USB: cxacru: Fix printk format flag in error messageSimon Arlott1-1/+1
2008-07-21USB: AccessRunner: avoid unnecessary memsetChristophe Jaillet1-1/+0
2008-07-21USB: speedtch.c fix sparse shadowed variable warningHarvey Harrison1-1/+0
2008-07-10cxacru: treat firmware data as constDavid Woodhouse1-1/+1
2008-07-10ueagle-atm: treat firmware data as constDavid Woodhouse1-9/+11
2008-05-02USB: Remove redundant dependencies on USB_ATM.Robert P. J. Day1-4/+0
2008-04-29usb: use get/put_unaligned_* helpersHarvey Harrison1-25/+23
2008-04-28drivers/usb annotations and fixesAl Viro2-8/+10
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-1/+1
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-24USB: usbatm: convert heavy init dances to kthread APIPavel Emelyanov2-13/+16
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-02-01USB: Use menuconfig objectsDenis Cheng1-5/+4
2008-02-01USB: Spelling fixesJoe Perches1-1/+1
2008-02-01USB: Add missing "space" to printk messagesJoe Perches1-2/+2
2007-10-14signedness: module_param_array nump argumentAl Viro2-2/+2
2007-10-12USB: cxacru: Use appropriate logging for errorsSimon Arlott1-15/+28
2007-10-12UEAGLE: CosmeticStanislaw Gruszka1-4/+3
2007-10-12UEAGLE: Do not sleep when device is disconnectedStanislaw Gruszka1-8/+19
2007-10-12UEAGLE: Avoid keyboard driver blockingStanislaw Gruszka1-11/+20
2007-10-12UEAGLE: Allow user to choose input interface alternate settingStanislaw Gruszka1-16/+12
2007-10-12UEAGLE: Devolo and Elsa chipsets supportStanislaw Gruszka1-26/+88
2007-10-12UEAGLE: Eagle IV chipset supportStanislaw Gruszka1-213/+978
2007-10-12USB: Remove unneeded pointer intf from speedtch_upload_firmware()Micah Gruber1-2/+1
2007-08-22UEAGLE: Remove sysfs files on error caseStanislaw Gruszka1-1/+4
2007-08-22USB: unkill cxacru atm driverOliver Neukum1-2/+1
2007-07-19USB: atm: usbatm: clean up urb->status usageGreg Kroah-Hartman1-5/+6
2007-07-19USB: atm: ueagle-atm: clean up urb->status usageGreg Kroah-Hartman1-2/+4
2007-07-19USB: atm: speedtch: clean up urb->status usageGreg Kroah-Hartman1-3/+4
2007-07-19USB: atm: cxacru: clean up urb->status usageGreg Kroah-Hartman1-2/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-07-12USB: cxacru: Cleanup sysfs attribute codeSimon Arlott1-42/+31
2007-06-08USB: cxacru: ignore error trying to start ADSL in atm_startSimon Arlott1-6/+1
2007-06-08USB: cxacru: create sysfs attributes in atm_start instead of bindSimon Arlott1-20/+25
2007-05-09usbatm_heavy_init: don't use CLONE_SIGHANDOleg Nesterov1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-27USB: cxacru: ADSL state managementSimon Arlott1-9/+227
2007-04-27usbatm: Detect usb device shutdown and ignore failed urbsSimon Arlott1-0/+3
2007-04-27USB: cxacru: export detailed device info through sysfsSimon Arlott1-5/+176
2007-04-27usbatm: create sysfs link "device" from atm class device to usb interfaceSimon Arlott1-1/+13
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+3
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-5/+5
2007-02-16USB: ueagle-atm.c needs sched.hRandy Dunlap1-0/+1
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell1-1/+1
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+2
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2-9/+5
2006-12-01USB: speedtch: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-2/+2
2006-12-01USB: kmemdup() cleanup in drivers/usb/Eric Sesterhenn1-7/+3
2006-11-22WorkStruct: make allyesconfigDavid Howells3-14/+19
2006-10-17UEAGLE: fix ueagle-atm Oopsmatthieu castet1-21/+11
2006-10-17USB: fix usbatm tiny raceAndrew Morton1-1/+1
2006-10-17cxacru: add the ZTE ZXDSL 852Duncan Sands1-0/+3
2006-10-17speedtch: "extended reach"Duncan Sands1-16/+77
2006-10-17usbatm: fix tiny raceDuncan Sands1-4/+1
2006-10-17UEAGLE : comestic changesmatthieu castet1-18/+24
2006-10-17UEAGLE : use interruptible sleepmatthieu castet1-3/+3
2006-10-17UEAGLE : be suspend friendlymatthieu castet1-0/+3