index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
class
/
usbtmc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-24
usbtmc: Add, clarify and fix comments
Dave Penkler
1
-2
/
+3
2016-09-28
Revert "usbtmc: convert to devm_kzalloc"
Greg Kroah-Hartman
1
-1
/
+2
2016-08-30
usb: class: usbtmc: don't print on ENOMEM
Wolfram Sang
1
-3
/
+1
2016-08-15
usb: class: usbtmc: don't print error when allocating urb fails
Wolfram Sang
1
-3
/
+1
2016-02-21
usb: usbtmc: Fix disconnect/poll interaction
Dave Penkler
1
-1
/
+2
2016-02-04
Add ioctls to enable and disable local controls on an instrument
Dave Penkler
1
-0
/
+70
2016-02-04
Add ioctl to retrieve USBTMC-USB488 capabilities
Dave Penkler
1
-0
/
+12
2016-02-04
Add support for receiving USBTMC USB488 SRQ notifications via poll/select
Dave Penkler
1
-0
/
+23
2016-02-04
Add support for USBTMC USB488 SRQ notification with fasync
Dave Penkler
1
-0
/
+24
2016-02-04
Implement an ioctl to support the USMTMC-USB488 READ_STATUS_BYTE operation.
Dave Penkler
1
-0
/
+201
2015-06-02
USB: usbtmc: add device quirk for Rigol DS6104
Teunis van Beelen
1
-0
/
+1
2014-11-04
usb: class: usbtmc: delete unnecessary 'out of memory' messages
Peter Chen
1
-3
/
+1
2014-07-10
usb: class: usbtmc.c: Cleaning up uninitialized variables
Rickard Strandqvist
1
-1
/
+1
2014-05-28
USB: usbtmc: fix DMA on stack
Oliver Neukum
1
-1
/
+5
2014-01-09
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-08-26
USB: usbtmc: fix up attribute permissions
Greg Kroah-Hartman
1
-8
/
+8
2013-08-19
Merge 3.11-rc6 into usb-next
Greg Kroah-Hartman
1
-4
/
+4
2013-08-13
USB: usbtmc: fix big-endian probe of Rigol devices
Johan Hovold
1
-4
/
+4
2013-07-25
usbtmc: convert to devm_kzalloc
Andy Shevchenko
1
-2
/
+1
2013-07-25
usbtmc: remove redundant braces
Andy Shevchenko
1
-14
/
+14
2013-07-25
usbtmc: call pr_err instead of plain printk
Andy Shevchenko
1
-5
/
+4
2013-07-25
usbtmc: remove trailing spaces
Andy Shevchenko
1
-3
/
+3
2013-05-17
USB: usbtmc: Change magic number to constant
Alexandre Peixoto Ferreira
1
-5
/
+5
2013-05-17
USB: usbtmc: usbtmc_read sends multiple TMC header based on rigol_quirk
Alexandre Peixoto Ferreira
1
-38
/
+114
2013-05-17
USB: usbtmc: Set rigol_quirk if device is listed
Alexandre Peixoto Ferreira
1
-0
/
+14
2013-05-17
USB: usbtmc: TMC request code segregated from usbtmc_read
Alexandre Peixoto Ferreira
1
-31
/
+54
2013-05-17
USB: usbtmc: Add flag rigol_quirk to usbtmc_device_data
Alexandre Peixoto Ferreira
1
-0
/
+14
2013-04-19
USB: usbtmc: remove unnecessary memory allocation
Ming Lei
1
-22
/
+4
2011-11-18
USB: convert drivers/usb/* to use module_usb_driver()
Greg Kroah-Hartman
1
-16
/
+1
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
1
-3
/
+2
2011-08-08
USB: assign instead of equal in usbtmc.c
Maxim Nikulin
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-03
USB: BKL removal: usbtmc
Oliver Neukum
1
-3
/
+0
2010-03-03
USB: Push BKL on open down into the drivers
Oliver Neukum
1
-0
/
+3
2010-03-03
USB class: make USB device id constant
Németh Márton
1
-1
/
+1
2009-12-11
USB: usbtmc: Use usb_clear_halt() instead of custom code.
Sarah Sharp
1
-28
/
+8
2009-12-11
USB: usbtmc: repeat usb_bulk_msg until whole message is transfered
Andre Herms
1
-4
/
+10
2009-12-11
USB: usbtmc: minor formatting cleanups
Oliver Neukum
1
-2
/
+2
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
1
-1
/
+1
2009-10-10
USB: usbtmc: fix timeout increase
Gergely Imreh
1
-1
/
+1
2009-10-02
const: constify remaining file_operations
Alexey Dobriyan
1
-1
/
+1
2009-09-23
USB: fix USBTMC get_capabilities success handling
Gergely Imreh
1
-5
/
+8
2009-09-23
USB: usbtmc: correct termination condition for reads.
Steve Holland
1
-1
/
+2
2009-09-23
USB: usbtmc: inhibit corruption
Steve Holland
1
-0
/
+4
2009-09-23
USB: usbtmc: Fix short reads in usbtmc_read()
Steve Holland
1
-4
/
+4
2009-09-23
USB: usbtmc: fix printk format warnings
Randy Dunlap
1
-1
/
+1
2009-09-23
USB: usbtmc: sanity checks for DEV_DEP_MSG_IN urbs
Guus Sliepen
1
-4
/
+18
2009-09-23
USB: suspend/resume support for usbtmc
Oliver Neukum
1
-1
/
+14
[next]