index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
misc
/
usbtest.c
Age
Commit message (
Expand
)
Author
2012-05-01
usb: usbtest: two super speed fixes for usbtest
Paul Zimmerman
2012-04-18
drivers/usb/misc/usbtest.c: add kfrees
Julia Lawall
2012-04-17
usb: usbtest: avoid integer overflow in alloc_sglist()
Xi Wang
2012-04-17
usb: usbtest: avoid integer overflow in test_ctrl_queue()
Xi Wang
2011-11-26
USB: remove BKL comments
Davidlohr Bueso
2011-09-18
usb: Provide usb_speed_string() function
Michal Nazarewicz
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
2011-08-23
USB: usbtest: use URB_ZERO_PACKET for BULK-OUT transfers
Sebastian Andrzej Siewior
2011-05-23
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2011-05-10
usb: fix warning in usbtest module v2
Greg Dietsche
2011-05-10
treewide: fix a few typos in comments
Justin P. Mattock
2011-05-02
usb/usbtest: fix test10 on superpseed
Sebastian Andrzej Siewior
2011-05-02
usb/usbtest: print super on super speed
Sebastian Andrzej Siewior
2011-04-29
USB: add queued-unlinks test case to usbtest driver
Alan Stern
2011-01-22
USB: usbtest - Add tests to ensure HCDs can accept byte aligned buffers.
Martin Fuzzey
2010-10-22
USB: usbtest - ensure correct isoc data length
Martin Fuzzey
2010-10-22
USB: usbtest fix coding style
Martin Fuzzey
2010-08-10
USB: usbtest: support test device with only one iso-in or iso-out endpoint
Ming Lei
2010-08-10
USB: usbtest: avoid to free coherent buffer in atomic context
Ming Lei
2010-08-10
USB-BKL: Convert usb_driver ioctl to unlocked_ioctl
Andi Kleen
2010-05-20
USB: rename usb_buffer_alloc() and usb_buffer_free() users
Daniel Mack
2010-05-20
USB: remove uses of URB_NO_SETUP_DMA_MAP
Alan Stern
2010-03-02
USB misc: make USB device id constant
Németh Márton
2010-03-02
USB: convert to the runtime PM framework
Alan Stern
2009-12-11
usbtest: make module param pattern writeable
Vikram Pandita
2009-06-15
USB: usbtest fix endless loop in unlink tests.
Martin Fuzzey
2009-01-07
USB: clean up redundant tests on unsigned
roel kluin
2008-10-22
USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negative
roel kluin
2008-07-25
Rename WARN() to WARNING() to clear the namespace
Arjan van de Ven
2008-05-14
usbtest: comment on why this code "expects" negative and positive errnos
Marcin Slusarz
2008-05-02
USB: usbtest displays diagnostics again
David Brownell
2008-04-24
USB: remove unnecessary type casting of urb->context
Ming Lei
2008-04-24
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-24
USB: remove dev->power.power_state
Alan Stern
2008-04-24
USB: use DIV_ROUND_UP
Julia Lawall
2008-04-02
USB: fix bug in sg initialization in usbtest
Alan Stern
2008-02-01
USB: Spelling fixes
Joe Perches
2008-02-01
USB: testing driver: don't free a locked mutex
Andrew Morton
2008-02-01
USB: testing driver: convert dev->sem to mutex
Matthias Kaehlcke
2008-02-01
usb: fix usbtest halt check on big endian systems
Jan Andersson
2007-10-22
[SG] Update drivers to use sg helpers
Jens Axboe
2007-07-19
USB: misc: usbtest: clean up urb->status usage
Greg Kroah-Hartman
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
2006-12-07
[PATCH] slab: remove SLAB_ATOMIC
Christoph Lameter
2006-12-01
USB: usbtest: Use usb_endpoint_* functions
Luiz Fernando N. Capitulino
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-08-11
USB: usbtest.c: unsigned retval makes ctrl_out return 0 in case of error
Orjan Friberg
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-21
[PATCH] usbtest: report errors in iso tests
Alan Stern
2006-06-21
[PATCH] Fix a deadlock in usbtest
Franck Bui-Huu
[next]