summaryrefslogtreecommitdiff
path: root/drivers/usb/class/usbtmc.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-20usb: usbtmc: Fix ioctl USBTMC_IOCTL_CLEARGuido Kiener1-28/+18
2018-09-20usb: usbtmc: Optimize usbtmc_readGuido Kiener1-100/+88
2018-09-20usb: usbtmc: Optimize usbtmc_writeGuido Kiener1-64/+106
2018-09-20usb: usbtmc: Add ioctl USBTMC_IOCTL_AUTO_ABORTGuido Kiener1-7/+16
2018-09-20usb: usbtmc: add ioctl USBTMC_IOCTL_MSG_IN_ATTRGuido Kiener1-0/+8
2018-09-20usb: usbtmc: Add ioctl USBTMC488_IOCTL_WAIT_SRQGuido Kiener1-0/+57
2018-09-20usb: usbtmc: Fix suspend/resumeGuido Kiener1-1/+15
2018-09-20usb: usbtmc: Add ioctl USBTMC_IOCTL_CLEANUP_IOGuido Kiener1-0/+19
2018-09-20usb: usbtmc: Add ioctl USBTMC_IOCTL_CANCEL_IOGuido Kiener1-0/+4
2018-09-20usb: usbtmc: Add ioctl for vendor specific readGuido Kiener1-1/+335
2018-09-20usb: usbtmc: Add ioctl USBTMC_IOCTL_WRITE_RESULTGuido Kiener1-0/+25
2018-09-20usb: usbtmc: Add ioctl for vendor specific writeGuido Kiener1-2/+374
2018-09-20usb: usbtmc: Add ioctl for generic requests on controlGuido Kiener1-0/+69
2018-07-24usb: usbtmc: Add support for 32 bit compat applicationsGuido Kiener1-0/+4
2018-07-21usb: usbtmc: Add ioctl for termination characterGuido Kiener1-2/+34
2018-07-21usb: usbtmc: Add ioctl for EOM bitGuido Kiener1-1/+27
2018-07-21usb: usbtmc: Add ioctl for triggerGuido Kiener1-0/+49
2018-07-21usb: usbtmc: Add ioctls to set/get usb timeoutGuido Kiener1-6/+59
2018-07-21usb: usbtmc: use consistent timeout errorGuido Kiener1-1/+1
2018-07-21usb: usbtmc: Support Read Status Byte with SRQ per fileGuido Kiener1-31/+105
2018-05-18usb: usbtmc: Remove rigol_quirkGuido Kiener1-69/+12
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-04USB: class: Remove redundant license textGreg Kroah-Hartman1-13/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-27usb: class: usbtmc: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-08-10usb: usbtmc: constify attribute_group structures.Arvind Yadav1-2/+2
2017-03-29USB: usbtmc: refactor endpoint retrievalJohan Hovold1-38/+18
2017-03-17USB: usbtmc: fix probe error pathJohan Hovold1-2/+6
2017-03-17USB: usbtmc: add missing endpoint sanity checkJohan Hovold1-1/+9
2016-10-24usbtmc: Add, clarify and fix commentsDave Penkler1-2/+3
2016-09-28Revert "usbtmc: convert to devm_kzalloc"Greg Kroah-Hartman1-1/+2
2016-08-30usb: class: usbtmc: don't print on ENOMEMWolfram Sang1-3/+1
2016-08-15usb: class: usbtmc: don't print error when allocating urb failsWolfram Sang1-3/+1
2016-02-20usb: usbtmc: Fix disconnect/poll interactionDave Penkler1-1/+2
2016-02-03Add ioctls to enable and disable local controls on an instrumentDave Penkler1-0/+70
2016-02-03Add ioctl to retrieve USBTMC-USB488 capabilitiesDave Penkler1-0/+12
2016-02-03Add support for receiving USBTMC USB488 SRQ notifications via poll/selectDave Penkler1-0/+23
2016-02-03Add support for USBTMC USB488 SRQ notification with fasyncDave Penkler1-0/+24
2016-02-03Implement an ioctl to support the USMTMC-USB488 READ_STATUS_BYTE operation.Dave Penkler1-0/+201
2015-06-02USB: usbtmc: add device quirk for Rigol DS6104Teunis van Beelen1-0/+1
2014-11-03usb: class: usbtmc: delete unnecessary 'out of memory' messagesPeter Chen1-3/+1
2014-07-09usb: class: usbtmc.c: Cleaning up uninitialized variablesRickard Strandqvist1-1/+1
2014-05-27USB: usbtmc: fix DMA on stackOliver Neukum1-1/+5
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-25USB: usbtmc: fix up attribute permissionsGreg Kroah-Hartman1-8/+8
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman1-4/+4
2013-08-12USB: usbtmc: fix big-endian probe of Rigol devicesJohan Hovold1-4/+4
2013-07-25usbtmc: convert to devm_kzallocAndy Shevchenko1-2/+1
2013-07-25usbtmc: remove redundant bracesAndy Shevchenko1-14/+14