aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm/cxacru.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-21usb: atm: cxacru: Fix typo in commentzuoqilin1-1/+1
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-08-25usb: atm: don't use snprintf() for sysfs attrsAlex Dewar1-14/+13
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2019-08-09USB: atm: cxacru: convert to use dev_groupsGreg Kroah-Hartman1-25/+33
2018-01-24USB: atm: fix up some remaining DEVICE_ATTR() usageGreg Kroah-Hartman1-10/+8
2017-11-21usb: usbatm: Convert timers to use timer_setup()Kees Cook1-7/+16
2017-11-04USB: atm: Remove redundant license textGreg Kroah-Hartman1-15/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-27usb: atm: cxacru: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-10-04drivers: usb: atm: cxacru: use setup_timer() helper.Allen Pais1-3/+1
2017-07-22USB: atm: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman1-2/+0
2017-03-16usb: atm: remove unnecessary codeGustavo A. R. Silva1-1/+1
2016-08-30usb: atm: cxacru: don't print on ENOMEMWolfram Sang1-3/+1
2016-08-15usb: atm: cxacru: don't print error when allocating urb failsWolfram Sang1-2/+0
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
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-05-20USB: cxacru: potential underflow in cxacru_cm_get_array()Dan Carpenter1-1/+2
2012-05-01USB: cxacru.c: remove dbg() usageGreg Kroah-Hartman1-17/+17
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo1-1/+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-10usb: conexant: fixed spacing and brace coding style issuesNicolas Kaiser1-6/+5
2010-07-09usb/atm/cxacru.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto1-9/+9
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 Arlott1-20/+28
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-05-08USB: cxacru: Fix negative dB outputSimon Arlott1-2/+8
2009-03-17USB: atm/cxacru, fix lock imbalanceJiri Slaby1-1/+2
2008-10-27net: convert more to %pMJohannes Berg1-3/+1
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-10cxacru: treat firmware data as constDavid Woodhouse1-1/+1
2008-04-28drivers/usb annotations and fixesAl Viro1-5/+7
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-1/+1
2007-10-12USB: cxacru: Use appropriate logging for errorsSimon Arlott1-15/+28
2007-08-22USB: unkill cxacru atm driverOliver Neukum1-2/+1
2007-07-19USB: atm: cxacru: clean up urb->status usageGreg Kroah-Hartman1-2/+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-04-27USB: cxacru: ADSL state managementSimon Arlott1-9/+227
2007-04-27USB: cxacru: export detailed device info through sysfsSimon Arlott1-5/+176
2006-11-22WorkStruct: make allyesconfigDavid Howells1-5/+7
2006-10-17cxacru: add the ZTE ZXDSL 852Duncan Sands1-0/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-01-31[PATCH] USBATM: semaphore to mutex conversionArjan van de Ven1-4/+5
2006-01-31[PATCH] USBATM: allow isochronous transferDuncan Sands1-2/+2
2006-01-31[PATCH] USBATM: kzalloc conversionDuncan Sands1-3/+1
2006-01-31[PATCH] USBATM: remove .ownerDuncan Sands1-1/+0
2006-01-31[PATCH] USBATM: add flags fieldDuncan Sands1-3/+2
2006-01-31[PATCH] USBATM: trivial modificationsDuncan Sands1-35/+34
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-11-29[PATCH] Additional device ID for Conexant AccessRunner USB driverDave Jones1-0/+3
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern1-2/+0
2005-07-12[PATCH] USB ATM: line speed measured in Kb not KibDuncan Sands1-1/+1
2005-06-27[PATCH] USB ATM: driver for the Conexant AccessRunner chipset cxacruDuncan Sands1-0/+878