summaryrefslogtreecommitdiff
path: root/drivers/usb/atm
AgeCommit message (Expand)Author
2018-01-24USB: atm: fix up some remaining DEVICE_ATTR() usageGreg Kroah-Hartman
2018-01-24USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman
2017-11-21usb: usbatm: Convert timers to use timer_setup()Kees Cook
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-04USB: atm: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27usb: atm: cxacru: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-04drivers: usb: speedtch: use setup_timer() helper.Allen Pais
2017-10-04drivers: usb: atm: cxacru: use setup_timer() helper.Allen Pais
2017-08-10usb: atm: ueagle-atm: constify attribute_group structures.Arvind Yadav
2017-08-10USB: atm: make atmdev_ops constBhumika Goyal
2017-08-10usb: speedtch: constify usb_device_idArvind Yadav
2017-07-22USB: atm: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman
2017-07-17usb: atm: ueagle-atm: fix spelling mistake: "submition" -> "submission"Colin Ian King
2017-03-16usb: atm: remove unnecessary codeGustavo A. R. Silva
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-08-30usb: atm: usbatm: don't print on ENOMEMWolfram Sang
2016-08-30usb: atm: ueagle-atm: don't print on ENOMEMWolfram Sang
2016-08-30usb: atm: speedtch: don't print on ENOMEMWolfram Sang
2016-08-30usb: atm: cxacru: don't print on ENOMEMWolfram Sang
2016-08-15usb: atm: usbatm: don't print error when allocating urb failsWolfram Sang
2016-08-15usb: atm: ueagle-atm: don't print error when allocating urb failsWolfram Sang
2016-08-15usb: atm: cxacru: don't print error when allocating urb failsWolfram Sang
2016-04-28Use "foo *bar" instead of "foo * bar".Sandhya Bankar
2016-04-28usb: Remove unnecessary space before function pointer arguments.Sandhya Bankar
2016-02-03USB: cxacru: fix an bounds check warningDan Carpenter
2015-07-22USB: atm: cxacru: fix blank line after declarationAaron Raimist
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-06-23module: add per-module param_lockDan Streetman
2015-05-10USB: xusbatm.c: move assignment out of if () blockGreg Kroah-Hartman
2015-05-10USB: usbatm.c: move assignment out of if () blockGreg Kroah-Hartman
2015-05-10USB: speedtch.c: move assignment out of if () blockGreg Kroah-Hartman
2015-03-18ueagle-atm: Delete unnecessary checks before the function call "release_firmw...Markus Elfring
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-08Usb: atm: usbatm: fixed a pointer variable format issueSeth Archer Brown
2013-10-29usbatm: Fix dynamic_debug / ratelimited atm_dbg and atm_rldbg macrosJoe Perches
2013-07-25usb: atm: speedtch: be careful with bIntervalFelipe Balbi
2013-07-23USB: usbatm: remove CONFIG_USB_DEBUG dependancyGreg Kroah-Hartman
2013-07-23USB: usbatm: move the atm_dbg() call to use dynamic debugGreg Kroah-Hartman
2013-07-23USB: usbatm: don't rely on CONFIG_USB_DEBUGGreg Kroah-Hartman
2013-07-23USB: usbatm: remove unneeded trace printk callsGreg Kroah-Hartman
2013-07-23USB: usbatm: remove unused UDSL_ASSERT macroGreg Kroah-Hartman
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook
2013-05-20USB: cxacru: potential underflow in cxacru_cm_get_array()Dan Carpenter
2013-04-19usbatm: fix potential NULL pointer dereferenceWei Yongjun
2013-04-09USB: regroup all depends on USB within an if USB blockFlorian Fainelli
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds