index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vt6656
/
usbpipe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-04
staging: vt6656: Fix crash when WLAN is turned off
Philipp Hortmann
1
-1
/
+3
2021-08-28
staging: vt6656: Remove filenames in files
Aldas Taraškevičius
1
-2
/
+0
2020-05-27
staging: vt6656: Move vnt_tx_usb_header to vnt_tx_context
Malcolm Priestley
1
-6
/
+15
2020-05-19
staging: vt6656: use usb_anchor for tx queue.
Malcolm Priestley
1
-2
/
+12
2020-05-19
staging: vt6656: vnt_usb_send_context remove variable data.
Malcolm Priestley
1
-0
/
+5
2020-05-19
staging: vt6656: Use sk_buff buffer for tx header
Malcolm Priestley
1
-1
/
+1
2020-05-05
staging: vt6656: Use const for read only data
Oscar Carter
1
-1
/
+1
2020-05-05
staging: vt6656: refactor power save operation
Malcolm Priestley
1
-13
/
+0
2020-05-05
staging: vt6656: Return on isr0 when zero.
Malcolm Priestley
1
-24
/
+23
2020-04-16
staging: vt6656: Power save stop wake_up_count wrap around.
Malcolm Priestley
1
-1
/
+2
2020-03-10
staging: vt6656: struct vnt_rcb remove unused in_use.
Malcolm Priestley
1
-13
/
+3
2020-03-10
staging: vt6656: Remove vnt_interrupt_buffer in_use flag.
Malcolm Priestley
1
-25
/
+3
2020-03-04
staging: vt6656: Move vnt_rx_data to usbpipe.c
Malcolm Priestley
1
-1
/
+101
2020-03-04
staging: vt6656: Delete int.c/h file and move functions to usbpipe
Malcolm Priestley
1
-1
/
+87
2020-03-04
staging: vt6656: Remove function vnt_int_process_data.
Malcolm Priestley
1
-0
/
+2
2020-03-04
staging: vt6656: Remove STATUS enums from TX path
Malcolm Priestley
1
-3
/
+2
2020-01-22
staging: vt6656: Remove memory buffer from vnt_download_firmware.
Malcolm Priestley
1
-1
/
+1
2020-01-03
staging: vt6656: limit reg output to block size
Malcolm Priestley
1
-0
/
+17
2020-01-03
staging: vt6656: Fix non zero logical return of, usb_control_msg
Malcolm Priestley
1
-2
/
+6
2019-07-22
staging: vt6656: change alignment to match parenthesis
Benjamin Sherman
1
-1
/
+1
2019-05-21
staging: vt6656: clean function's error path in usbpipe.c
Quentin Deslandes
1
-50
/
+65
2018-02-16
staging: vt6656: Remove unnecessary 'out of memory' message
Dileep Sankhla
1
-3
/
+0
2017-11-28
staging: vt6656: Remove redundant license text
Greg Kroah-Hartman
1
-11
/
+0
2017-11-28
staging: vt6656: add SPDX identifiers to all vt6656 driver files
Greg Kroah-Hartman
1
-0
/
+1
2017-07-16
staging: vt6656: Align function parameters
Simon Sandström
1
-2
/
+2
2017-04-28
staging: vt6656: use off stack for in buffer USB transfers.
Malcolm Priestley
1
-2
/
+15
2017-04-28
staging: vt6656: use off stack for out buffer USB transfers.
Malcolm Priestley
1
-2
/
+12
2017-03-06
Staging: vt6656: Fix spaces and char limit
Jitendra Kumar Khasdev
1
-2
/
+2
2017-02-16
staging: vt6656: Alignment should match open parenthesis
Arushi Singhal
1
-6
/
+6
2016-08-30
staging: vt6656: usbpipe.c: Fix checkpatch warning
Anson Jacob
1
-2
/
+3
2016-02-20
staging: vt6656: simplify tests of successful urb status
Alison Schofield
1
-3
/
+3
2016-02-14
staging: vt6656: move local var init into declaration
Alison Schofield
1
-9
/
+4
2016-02-11
staging: vt6656: replace explicit NULL comparison with ! operator
Alison Schofield
1
-1
/
+1
2015-11-19
staging: vt6656: remove address from GPL text
Othmar Pasteka
1
-4
/
+0
2015-09-29
staging: vt6656: remove RX complete locking.
Malcolm Priestley
1
-6
/
+0
2015-06-17
staging: vt6656: Boolean tests don't need comparisons.
Abdul Hussain
1
-1
/
+1
2014-08-16
staging: vt6656: remove unnecessary braces
Ragnar B. Johannsson
1
-3
/
+2
2014-07-27
staging: vt6656: remove comments of old functions nolonger present.
Malcolm Priestley
1
-1
/
+0
2014-07-27
staging: vt6656: remove return from all void functions
Malcolm Priestley
1
-6
/
+0
2014-07-24
staging: vt6656: use test_bit to check flags status
Malcolm Priestley
1
-3
/
+3
2014-07-24
staging: vt6656: struct vnt_private merge flag and macros
Malcolm Priestley
1
-3
/
+3
2014-07-24
staging: vt6656: remove macro MP_IS_READY
Malcolm Priestley
1
-1
/
+1
2014-07-24
staging: vt6656: Remove flags fMP_POST_READS and fMP_POST_WRITES
Malcolm Priestley
1
-1
/
+1
2014-07-21
staging: vt6656: usbpipe.c clean up USB_CTL_WAIT
Malcolm Priestley
1
-1
/
+1
2014-07-21
staging: vt6656: usbpipe remove unneeded comments
Malcolm Priestley
1
-6
/
+0
2014-07-21
staging: vt6656: Remove ununsed macro URB_ASYNC_UNLINK
Malcolm Priestley
1
-4
/
+0
2014-07-21
staging: vt6656: remove static declaration vnt_tx_context_complete
Malcolm Priestley
1
-35
/
+32
2014-07-21
staging: vt6656: Remove static declaration vnt_submit_rx_urb_complete
Malcolm Priestley
1
-31
/
+31
2014-07-21
staging: vt6656: Remove static declaration vnt_start_interrupt_urb_complete
Malcolm Priestley
1
-28
/
+27
2014-07-18
staging: vt6656: struct vnt_private pInterruptURB rename to interrupt_urb
Malcolm Priestley
1
-3
/
+3
[next]