aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm/ueagle-atm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-27usb/atm: fix repeated words in commentsJilin Yuan1-1/+1
2020-07-09usb: atm: ueagle-atm: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-2/+2
2020-02-12USB: atm: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-12-10USB: atm: ueagle-atm: add missing endpoint checkJohan Hovold1-6/+12
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
2018-01-24USB: atm: fix up some remaining DEVICE_ATTR() usageGreg Kroah-Hartman1-2/+2
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-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-08-10usb: atm: ueagle-atm: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-17usb: atm: ueagle-atm: fix spelling mistake: "submition" -> "submission"Colin Ian King1-1/+1
2016-08-30usb: atm: ueagle-atm: don't print on ENOMEMWolfram Sang1-7/+2
2016-08-15usb: atm: ueagle-atm: don't print error when allocating urb failsWolfram Sang1-3/+1
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
2015-06-23module: add per-module param_lockDan Streetman1-2/+2
2015-03-18ueagle-atm: Delete unnecessary checks before the function call "release_firmware"Markus Elfring1-2/+2
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-15USB: atm: ueagle-atm: Declare MODULE_FIRMWARE usageTim Gardner1-13/+66
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 Russell1-1/+1
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-30/+1
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-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-01-22USB: ueagle-atm: use system_wq instead of dedicated workqueuesTejun Heo1-14/+5
2010-12-28ueagle-atm: fix PHY signal initialization raceDan Williams1-3/+19
2010-11-15USB: atm: ueagle-atm: fix up some permissions on the sysfs filesGreg Kroah-Hartman1-4/+3
2010-08-11param: simple locking for sysfs-writable charp parametersRusty Russell1-0/+2
2010-08-10usb: throw away custom hex digit methodsAndy Shevchenko1-2/+3
2010-07-09usb/atm/ueagle-atm.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto1-3/+10
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 Heo1-0/+1
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-03-30trivial: Fix misspelling of firmwareNick Andrew1-1/+1
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-07-10ueagle-atm: treat firmware data as constDavid Woodhouse1-9/+11
2008-04-29usb: use get/put_unaligned_* helpersHarvey Harrison1-25/+23
2008-04-28drivers/usb annotations and fixesAl Viro1-3/+3
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-02-01USB: Spelling fixesJoe Perches1-1/+1
2008-02-01USB: Add missing "space" to printk messagesJoe Perches1-2/+2
2007-10-12UEAGLE: CosmeticStanislaw Gruszka1-4/+3
2007-10-12UEAGLE: Do not sleep when device is disconnectedStanislaw Gruszka1-8/+19