summaryrefslogtreecommitdiff
path: root/drivers/usb/atm
Commit message (Expand)AuthorAge
* USB: atm: fix up some remaining DEVICE_ATTR() usageGreg Kroah-Hartman2018-01-24
* USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman2018-01-24
* USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman2018-01-24
* usb: usbatm: Convert timers to use timer_setup()Kees Cook2017-11-21
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-13
|\
| * USB: atm: Remove redundant license textGreg Kroah-Hartman2017-11-04
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-04
| * usb: atm: cxacru: mark expected switch fall-throughsGustavo A. R. Silva2017-10-27
| * drivers: usb: speedtch: use setup_timer() helper.Allen Pais2017-10-04
| * drivers: usb: atm: cxacru: use setup_timer() helper.Allen Pais2017-10-04
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* usb: atm: ueagle-atm: constify attribute_group structures.Arvind Yadav2017-08-10
* USB: atm: make atmdev_ops constBhumika Goyal2017-08-10
* usb: speedtch: constify usb_device_idArvind Yadav2017-08-10
* USB: atm: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2017-07-22
* usb: atm: ueagle-atm: fix spelling mistake: "submition" -> "submission"Colin Ian King2017-07-17
* usb: atm: remove unnecessary codeGustavo A. R. Silva2017-03-16
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* usb: atm: usbatm: don't print on ENOMEMWolfram Sang2016-08-30
* usb: atm: ueagle-atm: don't print on ENOMEMWolfram Sang2016-08-30
* usb: atm: speedtch: don't print on ENOMEMWolfram Sang2016-08-30
* usb: atm: cxacru: don't print on ENOMEMWolfram Sang2016-08-30
* usb: atm: usbatm: don't print error when allocating urb failsWolfram Sang2016-08-15
* usb: atm: ueagle-atm: don't print error when allocating urb failsWolfram Sang2016-08-15
* usb: atm: cxacru: don't print error when allocating urb failsWolfram Sang2016-08-15
* Use "foo *bar" instead of "foo * bar".Sandhya Bankar2016-04-28
* usb: Remove unnecessary space before function pointer arguments.Sandhya Bankar2016-04-28
* USB: cxacru: fix an bounds check warningDan Carpenter2016-02-03
* USB: atm: cxacru: fix blank line after declarationAaron Raimist2015-07-22
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-01
|\
| * module: add per-module param_lockDan Streetman2015-06-23
* | USB: xusbatm.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-10
* | USB: usbatm.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-10
* | USB: speedtch.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-10
|/
* ueagle-atm: Delete unnecessary checks before the function call "release_firmw...Markus Elfring2015-03-18
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-08
* Usb: atm: usbatm: fixed a pointer variable format issueSeth Archer Brown2013-12-08
* usbatm: Fix dynamic_debug / ratelimited atm_dbg and atm_rldbg macrosJoe Perches2013-10-29
* usb: atm: speedtch: be careful with bIntervalFelipe Balbi2013-07-25
* USB: usbatm: remove CONFIG_USB_DEBUG dependancyGreg Kroah-Hartman2013-07-23
* USB: usbatm: move the atm_dbg() call to use dynamic debugGreg Kroah-Hartman2013-07-23
* USB: usbatm: don't rely on CONFIG_USB_DEBUGGreg Kroah-Hartman2013-07-23
* USB: usbatm: remove unneeded trace printk callsGreg Kroah-Hartman2013-07-23
* USB: usbatm: remove unused UDSL_ASSERT macroGreg Kroah-Hartman2013-07-23
* drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-03
* USB: cxacru: potential underflow in cxacru_cm_get_array()Dan Carpenter2013-05-20
* usbatm: fix potential NULL pointer dereferenceWei Yongjun2013-04-19
* USB: regroup all depends on USB within an if USB blockFlorian Fainelli2013-04-09
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-02
|\