aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/ni_usb6501.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-602/+0
2020-07-25staging: comedi: ni: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman1-6/+4
2019-04-19staging: comedi: ni_usb6501: Call mutex_destroy() on private mutexIan Abbott1-3/+1
2019-04-17staging: comedi: ni_usb6501: Fix possible double-free of ->usb_rx_bufIan Abbott1-3/+1
2019-04-17staging: comedi: ni_usb6501: Fix use of uninitialized mutexIan Abbott1-3/+3
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-03-07staging: comedi: Replace "is is" with "is"simran singhal1-1/+1
2016-08-21staging: comedi: drivers: replace le16_to_cpu() with usb_endpoint_maxp()Cheah Kok Cheong1-2/+2
2015-10-04Staging: comedi: Use mutex instead of semaphore in ni_usb6501.cKsenija Stanojevic1-8/+8
2015-08-14staging: comedi: ni_usb6501: fix possible out-of-bounds accessH Hartley Sweeten1-16/+11
2015-01-28staging: comedi: ni_usb6501: include new "comedi_usb.h" headerIan Abbott1-2/+1
2014-11-03staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten1-1/+1
2014-09-19staging: comedi: ni_usb6501: add counter subdeviceLuca Ellero1-1/+166
2014-09-19staging: comedi: ni_usb6501: rename ni6501_send_command()Luca Ellero1-4/+4
2014-09-19staging: comedi: ni_usb6501: remove empty linesLuca Ellero1-15/+0
2014-09-19staging: comedi: ni_usb6501: remove useless checkLuca Ellero1-3/+0
2014-09-19staging: comedi: ni_usb6501: replace spaces with tabsLuca Ellero1-2/+2
2014-09-19staging: comedi: ni_usb6501: cleanup response_sizeLuca Ellero1-2/+1
2014-09-19staging: comedi: ni_usb6501: update commentsLuca Ellero1-4/+27
2014-09-19staging: comedi: ni_usb6501: add counter commandsLuca Ellero1-1/+28
2014-08-16staging: comedi: add NI USB-6501 supportLuca Ellero1-0/+425