index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
octeon-usb
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-25
staging: octeon-usb: Cocci spatch "noderef"
Thomas Meyer
1
-1
/
+1
2013-07-31
staging: octeon-usb: eliminate remaining typedef unions
Aaro Koskinen
3
-93
/
+68
2013-07-31
staging: octeon-usb: cvmx_usb_control_header_t -> union cvmx_usb_control_header
Aaro Koskinen
2
-17
/
+26
2013-07-31
staging: octeon-usb: cvmx_usb_internal_state_t -> struct cvmx_usb_internal_state
Aaro Koskinen
1
-59
/
+79
2013-07-31
staging: octeon-usb: cvmx_usb_tx_fifo_t -> struct cvmx_usb_tx_fifo
Aaro Koskinen
1
-6
/
+6
2013-07-31
staging: octeon-usb: cvmx_usb_pipe_list_t -> struct cvmx_usb_pipe_list
Aaro Koskinen
1
-10
/
+16
2013-07-31
staging: octeon-usb: cvmx_usb_pipe_t -> struct cvmx_usb_pipe
Aaro Koskinen
1
-45
/
+69
2013-07-31
staging: octeon-usb: cvmx_usb_transaction_t -> struct cvmx_usb_transaction
Aaro Koskinen
1
-36
/
+53
2013-07-31
staging: octeon-usb: cvmx_usb_state_t -> struct cvmx_usb_state
Aaro Koskinen
3
-52
/
+51
2013-07-31
staging: octeon-usb: cvmx_usb_iso_packet_t -> struct cvmx_usb_iso_packet
Aaro Koskinen
3
-15
/
+22
2013-07-31
staging: octeon-usb: cvmx_usb_port_status_t -> struct cvmx_usb_port_status
Aaro Koskinen
3
-20
/
+31
2013-07-31
staging: octeon-usb: cvmx_usb_stage_t -> enum cvmx_usb_stage
Aaro Koskinen
1
-3
/
+3
2013-07-31
staging: octeon-usb: cvmx_usb_transaction_flags_t -> enum cvmx_usb_transactio...
Aaro Koskinen
1
-3
/
+3
2013-07-31
staging: octeon-usb: cvmx_usb_isochronous_flags_t -> enum cvmx_usb_isochronou...
Aaro Koskinen
2
-7
/
+13
2013-07-31
staging: octeon-usb: cvmx_usb_pipe_flags_t -> enum cvmx_usb_pipe_flags
Aaro Koskinen
2
-12
/
+19
2013-07-31
staging: octeon-usb: cvmx_usb_initialize_flags_t -> enum cvmx_usb_initialize_...
Aaro Koskinen
2
-19
/
+32
2013-07-31
staging: octeon-usb: cvmx_usb_callback_t -> enum cvmx_usb_callback
Aaro Koskinen
3
-23
/
+30
2013-07-31
staging: octeon-usb: cvmx_usb_complete_t -> enum cvmx_usb_complete
Aaro Koskinen
3
-24
/
+39
2013-07-31
staging: octeon-usb: cvmx_usb_direction_t -> enum cvmx_usb_direction
Aaro Koskinen
2
-9
/
+11
2013-07-31
staging: octeon-usb: cvmx_usb_transfer_t -> enum cvmx_usb_transfer
Aaro Koskinen
3
-15
/
+23
2013-07-31
staging: octeon-usb: cvmx_usb_speed_t -> enum cvmx_usb_speed
Aaro Koskinen
3
-12
/
+15
2013-07-29
staging: octeon-usb: cvmx-usb: reformat documentation
Aaro Koskinen
1
-53
/
+48
2013-07-29
staging: octeon-usb: cvmx-usb: delete CVS keyword markers
Aaro Koskinen
2
-4
/
+0
2013-07-29
staging: octeon-usb: cvmx-usb: convert @return
Aaro Koskinen
1
-36
/
+36
2013-07-29
staging: octeon-usb: cvmx-usb: convert @param
Aaro Koskinen
1
-134
/
+134
2013-07-29
staging: octeon-usb: cvmx-usb: delete duplicated documentation from .h file
Aaro Koskinen
1
-363
/
+0
2013-07-29
staging: octeon-usb: cvmx-usb: delete @INTERNAL
Aaro Koskinen
1
-22
/
+0
2013-07-29
staging: octeon-usb: cvmx-usb: reformat long comments
Aaro Koskinen
1
-255
/
+462
2013-07-29
staging: octeon-usb: cvmx-usb: fix whitespace issues
Aaro Koskinen
1
-2182
/
+2144
2013-07-29
staging: octeon-usb: cvmx-usb: delete __cvmx_usb_complete_to_string()
Aaro Koskinen
1
-28
/
+0
2013-07-29
staging: octeon-usb: cvmx-usb: replace cvmx_le16_to_cpu with le16_to_cpu
Aaro Koskinen
1
-3
/
+1
2013-07-29
staging: octeon-usb: cvmx-usb: replace cvmx_wait_usec with udelay
Aaro Koskinen
1
-3
/
+2
2013-07-29
staging: octeon-usb: cvmx-usb: replace long udelays with mdelays
Aaro Koskinen
1
-2
/
+2
2013-07-29
staging: octeon-usb: cvmx-usb: eliminate cvmx_likely/unlikely
Aaro Koskinen
1
-48
/
+46
2013-07-29
staging: octeon-usb: cvmx-usb: utilize Linux error codes
Aaro Koskinen
2
-163
/
+117
2013-07-29
staging: octeon-usb: cvmx-usb: delete __cplusplus
Aaro Koskinen
1
-8
/
+0
2013-07-29
staging: octeon-usb: cvmx-usb: delete redundant example code
Aaro Koskinen
1
-208
/
+1
2013-07-29
staging: octeon-usb: cvmx-usb: delete redundant debug flags
Aaro Koskinen
2
-92
/
+2
2013-07-29
staging: octeon-usb: cvmx-usb: delete driver-specific tracing code
Aaro Koskinen
1
-238
/
+87
2013-07-29
staging: octeon-usb: use correct board type for EdgeRouter Lite
Aaro Koskinen
1
-6
/
+1
2013-07-29
staging: octeon-usb: depend on CAVIUM_OCTEON_SOC
Aaro Koskinen
1
-1
/
+1
2013-06-18
staging: octeon-usb: octeon-hcd: eliminate printk()s
Aaro Koskinen
1
-2
/
+1
2013-06-18
staging: octeon-usb: octeon-hcd: delete commented-out code
Aaro Koskinen
1
-1
/
+0
2013-06-18
staging: octeon-usb: octeon-hcd: reformat long comments
Aaro Koskinen
1
-22
/
+52
2013-06-18
staging: octeon-usb: octeon-hcd: use dev_dbg
Aaro Koskinen
1
-88
/
+77
2013-06-17
staging: octeon-usb: octeon-hcd: make internal variable static
Aaro Koskinen
1
-1
/
+1
2013-06-17
staging: octeon-usb: octeon-hcd: fix some includes
Aaro Koskinen
1
-2
/
+2
2013-06-17
staging: octeon-usb: octeon-hcd: add missing braces
Aaro Koskinen
1
-2
/
+2
2013-06-17
staging: octeon-usb: octeon-hcd: use tabs for code indent
Aaro Koskinen
1
-627
/
+627
2013-06-08
staging: octeon-usb: cvmx-usbnx-defs.h: reformat a comment
Aaro Koskinen
1
-1
/
+2
[next]