summaryrefslogtreecommitdiffstats
path: root/drivers/char/xillybus
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+7
2025-11-26char: xillybus: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari-3/+3
2025-04-17char: xillybus: Use to_delayed_work()Chen Ni-2/+1
2024-11-05char: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-08-16char: xillybus: Check USB endpoints when probing deviceEli Billauer-2/+20
2024-08-16char: xillybus: Refine workqueue handlingEli Billauer-3/+5
2024-08-13char: xillybus: Don't destroy workqueue from work item running on itEli Billauer-5/+11
2024-03-07char: xillybus: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-08-04char: xillybus: make XILLYBUS_OF depend on HAS_IOMEMBaoquan He-1/+1
2023-06-23char: xillybus: make xillybus_class a static const structureIvan Orlov-13/+8
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2022-11-23char: xillybus: Fix trivial bug with mutexEli Billauer-3/+4
2022-11-11char: xillybus: Prevent use-after-free due to race conditionEli Billauer-3/+19
2022-04-24char: xillybus: fix a refcount leak in cleanup_dev()Hangyu Hua-0/+1
2022-04-24char: xillybus: replace usage of found with dedicated list iterator variableJakob Koschel-14/+12
2021-10-19char: xillybus: fix msg_ep UAF in xillyusb_probe()Ziyang Xuan-0/+1
2021-10-05char: xillybus: Eliminate redundant wrappers to DMA related callsEli Billauer-242/+86
2021-09-14char: xillybus: Simplify 'xillybus_init_endpoint()'Christophe JAILLET-7/+4
2021-09-14char: xillybus: Remove usage of remaining deprecated pci_ APIChristophe JAILLET-12/+7
2021-09-14char: xillybus: Remove usage of 'pci_unmap_single()'Christophe JAILLET-8/+4
2021-09-14char: xillybus: Remove usage of the deprecated 'pci-dma-compat.h' APIChristophe JAILLET-5/+4
2021-06-03char: xillybus: Fix spelling mistake "overflew" -> "overflowed"Colin Ian King-1/+1
2021-06-03char: xillybus: Remove unneeded MODULE_VERSION() usageEli Billauer-5/+0
2021-05-27char: xillybus: Add driver for XillyUSB (Xillybus variant for USB)Eli Billauer-0/+2275
2021-05-27char: xillybus: Move class-related functions to new xillybus_class.cEli Billauer-169/+324
2019-11-05char: xillybus: use devm_platform_ioremap_resource() to simplify codeYueHaibing-4/+1
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 402Thomas Gleixner-16/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2018-03-14PCI: Add Altera vendor IDJohannes Thumshirn-1/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-6/+6
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-10/+6
2018-01-09char: xillybus: remove direct dependency on DT functionsRob Herring-10/+6
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-2/+2
2016-08-31char: xillybus: Fix spelling mistake and commentEli Billauer-2/+2
2016-04-30char: xillybus: use devm_add_action_or_resetSudip Mukherjee-19/+2
2016-03-05char: xillybus: Fix internal data structure initializationEli Billauer-1/+3
2015-08-05char: xillybus: Allow 64-bit DMA on PCIe interfaceEli Billauer-4/+6
2015-05-24xillybus: XILLYBUS_OF should depend on HAS_DMAGeert Uytterhoeven-1/+1
2015-04-03char: xillybus: Don't return -EFAULT on user-triggered flushEli Billauer-0/+2
2015-03-16char: constify of_device_id arrayFabian Frederick-1/+1
2014-10-20char: xillybus: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-09-23xillybus: Move out of stagingEli Billauer-0/+2718