summaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm/ueagle-atm.c
Commit message (Expand)AuthorAgeFilesLines
* USB: atm: fix up some remaining DEVICE_ATTR() usageGreg Kroah-Hartman2018-01-241-2/+2
* USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman2018-01-241-4/+4
* USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman2018-01-241-3/+3
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: atm: ueagle-atm: constify attribute_group structures.Arvind Yadav2017-08-101-1/+1
* usb: atm: ueagle-atm: fix spelling mistake: "submition" -> "submission"Colin Ian King2017-07-171-1/+1
* usb: atm: ueagle-atm: don't print on ENOMEMWolfram Sang2016-08-301-7/+2
* usb: atm: ueagle-atm: don't print error when allocating urb failsWolfram Sang2016-08-151-3/+1
* Use "foo *bar" instead of "foo * bar".Sandhya Bankar2016-04-281-1/+1
* usb: Remove unnecessary space before function pointer arguments.Sandhya Bankar2016-04-281-4/+4
* module: add per-module param_lockDan Streetman2015-06-231-2/+2
* ueagle-atm: Delete unnecessary checks before the function call "release_firmw...Markus Elfring2015-03-181-2/+2
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\
| * workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
* | USB: atm: ueagle-atm: Declare MODULE_FIRMWARE usageTim Gardner2012-08-151-13/+66
|/
* usb/atm/ueagle-atm: Don't test for NULL ptr before calling release_firmware()Jesper Juhl2012-04-181-10/+5
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-30/+1
* drivers: usb: atm: ueagle-atm: Add missing const qualifierChris Forbes2011-07-081-2/+2
* drivers: usb: atm: ueagle-atm: use __packedChris Forbes2011-07-081-17/+17
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* USB: ueagle-atm: use system_wq instead of dedicated workqueuesTejun Heo2011-01-221-14/+5
* ueagle-atm: fix PHY signal initialization raceDan Williams2010-12-281-3/+19
* USB: atm: ueagle-atm: fix up some permissions on the sysfs filesGreg Kroah-Hartman2010-11-151-4/+3
* param: simple locking for sysfs-writable charp parametersRusty Russell2010-08-111-0/+2
* usb: throw away custom hex digit methodsAndy Shevchenko2010-08-101-2/+3
* usb/atm/ueagle-atm.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto2010-07-091-3/+10
* USB: ueagle: fix Coding StylesJavier Blanco de Torres (Neurowork)2010-05-201-140/+207
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* firmware_class: make request_firmware_nowait more usefulJohannes Berg2009-12-111-3/+4
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* firmware: atm/ueagle-atm: prepare for FIRMWARE_NAME_MAX removalSamuel Ortiz2009-06-151-4/+5
* trivial: Fix misspelling of firmwareNick Andrew2009-03-301-1/+1
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* ueagle-atm: treat firmware data as constDavid Woodhouse2008-07-101-9/+11
* usb: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-25/+23
* drivers/usb annotations and fixesAl Viro2008-04-281-3/+3
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-3/+3
* USB: Spelling fixesJoe Perches2008-02-011-1/+1
* USB: Add missing "space" to printk messagesJoe Perches2008-02-011-2/+2
* UEAGLE: CosmeticStanislaw Gruszka2007-10-121-4/+3
* UEAGLE: Do not sleep when device is disconnectedStanislaw Gruszka2007-10-121-8/+19
* UEAGLE: Avoid keyboard driver blockingStanislaw Gruszka2007-10-121-11/+20
* UEAGLE: Allow user to choose input interface alternate settingStanislaw Gruszka2007-10-121-16/+12
* UEAGLE: Devolo and Elsa chipsets supportStanislaw Gruszka2007-10-121-26/+88
* UEAGLE: Eagle IV chipset supportStanislaw Gruszka2007-10-121-213/+978
* UEAGLE: Remove sysfs files on error caseStanislaw Gruszka2007-08-221-1/+4
* USB: atm: ueagle-atm: clean up urb->status usageGreg Kroah-Hartman2007-07-191-2/+4
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
OpenPOWER on IntegriCloud