aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/xillybus
AgeCommit message (Expand)AuthorFilesLines
2024-03-07char: xillybus: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-04char: xillybus: make XILLYBUS_OF depend on HAS_IOMEMBaoquan He1-1/+1
2023-06-23char: xillybus: make xillybus_class a static const structureIvan Orlov1-13/+8
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2022-11-23char: xillybus: Fix trivial bug with mutexEli Billauer1-3/+4
2022-11-11char: xillybus: Prevent use-after-free due to race conditionEli Billauer1-3/+19
2022-04-24char: xillybus: fix a refcount leak in cleanup_dev()Hangyu Hua1-0/+1
2022-04-24char: xillybus: replace usage of found with dedicated list iterator variableJakob Koschel1-14/+12
2021-10-19char: xillybus: fix msg_ep UAF in xillyusb_probe()Ziyang Xuan1-0/+1
2021-10-05char: xillybus: Eliminate redundant wrappers to DMA related callsEli Billauer4-242/+86
2021-09-14char: xillybus: Simplify 'xillybus_init_endpoint()'Christophe JAILLET4-7/+4
2021-09-14char: xillybus: Remove usage of remaining deprecated pci_ APIChristophe JAILLET3-12/+7
2021-09-14char: xillybus: Remove usage of 'pci_unmap_single()'Christophe JAILLET2-8/+4
2021-09-14char: xillybus: Remove usage of the deprecated 'pci-dma-compat.h' APIChristophe JAILLET1-5/+4
2021-06-03char: xillybus: Fix spelling mistake "overflew" -> "overflowed"Colin Ian King1-1/+1
2021-06-03char: xillybus: Remove unneeded MODULE_VERSION() usageEli Billauer5-5/+0
2021-05-27char: xillybus: Add driver for XillyUSB (Xillybus variant for USB)Eli Billauer3-0/+2275
2021-05-27char: xillybus: Move class-related functions to new xillybus_class.cEli Billauer6-169/+324
2019-11-05char: xillybus: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-4/+1
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 402Thomas Gleixner4-16/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-03-14PCI: Add Altera vendor IDJohannes Thumshirn1-1/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-6/+6
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-10/+6
2018-01-09char: xillybus: remove direct dependency on DT functionsRob Herring2-10/+6
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2016-08-31char: xillybus: Fix spelling mistake and commentEli Billauer1-2/+2
2016-04-30char: xillybus: use devm_add_action_or_resetSudip Mukherjee2-19/+2
2016-03-05char: xillybus: Fix internal data structure initializationEli Billauer1-1/+3
2015-08-05char: xillybus: Allow 64-bit DMA on PCIe interfaceEli Billauer1-4/+6
2015-05-24xillybus: XILLYBUS_OF should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2015-04-03char: xillybus: Don't return -EFAULT on user-triggered flushEli Billauer1-0/+2
2015-03-16char: constify of_device_id arrayFabian Frederick1-1/+1
2014-10-20char: xillybus: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-23xillybus: Move out of stagingEli Billauer6-0/+2718