summaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+2
2025-07-24usb: atm: cxacru: Merge cxacru_upload_firmware() into cxacru_heavy_init()Nathan Chancellor-57/+49
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-6/+8
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-7/+7
2025-02-19usb: atm: cxacru: fix a flaw in existing endpoint checksNikita Zhandarovich-6/+7
2024-10-14Merge 6.12-rc3 into usb-nextGreg Kroah-Hartman-2/+2
2024-10-04usb: atm: Correct some typosShen Lichuan-4/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-06-20usb: atm: cxacru: fix endpoint checking in cxacru_bind()Nikita Zhandarovich-0/+14
2024-01-04usb: ueagle-atm: Use wait_event_freezable_timeout() in uea_wait()Kevin Hao-2/+1
2023-12-04usb: atm: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()Lee Jones-8/+8
2023-10-02usb: atm: Use size_add() in call to struct_size()Gustavo A. R. Silva-1/+2
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-07-27usb/atm: fix repeated words in commentsJilin Yuan-1/+1
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol-1/+1
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman-1/+1
2021-10-05usb: atm: Use struct_size() helperGustavo A. R. Silva-1/+3
2021-05-21usb: atm: cxacru: Fix typo in commentzuoqilin-1/+1
2020-12-09drivers: usb: atm: use pr_err() and pr_warn() instead of raw printk()Enrico Weigelt, metux IT consult-2/+2
2020-12-09drivers: usb: atm: use atm_info() instead of atm_printk(KERN_INFO ...Enrico Weigelt, metux IT consult-3/+3
2020-12-09drivers: usb: atm: reduce noiseEnrico Weigelt, metux IT consult-3/+0
2020-10-28usb: atm: Replace in_interrupt() usage in commentThomas Gleixner-1/+1
2020-08-25usb: atm: don't use snprintf() for sysfs attrsAlex Dewar-14/+13
2020-08-18usb: atm: convert tasklets to use new tasklet_setup() APIAllen Pais-6/+8
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-07-09usb: atm: ueagle-atm: Demote obvious misuse of kerneldoc to standard comment ...Lee Jones-2/+2
2020-03-17USB: atm: Use the correct style for SPDX License IdentifierNishad Kamdar-1/+1
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-02-12USB: atm: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2019-12-14Merge tag 'usb-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-6/+12
2019-12-10USB: atm: ueagle-atm: add missing endpoint checkJohan Hovold-6/+12
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya-1/+1
2019-08-09USB: atm: cxacru: convert to use dev_groupsGreg Kroah-Hartman-25/+33
2019-08-09USB: ueagle-atm: convert to use dev_groupsGreg Kroah-Hartman-12/+4
2019-06-03USB: atm: ueagle-atm.c: remove redundant license textGreg Kroah-Hartman-45/+1
2019-06-03USB: atm: ueagle-atm.c: fix SPDX tag to be BSD2Greg Kroah-Hartman-1/+1
2019-05-21usb: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz-1/+0
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman-0/+1
2018-01-24USB: atm: fix up some remaining DEVICE_ATTR() usageGreg Kroah-Hartman-12/+10
2018-01-24USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman-4/+4
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman-3/+3
2017-11-21usb: usbatm: Convert timers to use timer_setup()Kees Cook-20/+29
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-85/+13
2017-11-04USB: atm: Remove redundant license textGreg Kroah-Hartman-75/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-27usb: atm: cxacru: mark expected switch fall-throughsGustavo A. R. Silva-0/+2