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
2018-12-05
staging: octeon-usb: use a helper function to set the DMA mask
Aaro Koskinen
1
-2
/
+4
2018-09-14
staging: octeon-hcd: remove unnecessary unlikely()
Igor Stoppa
1
-1
/
+1
2018-08-27
Staging: octeon-usb: Replaces CVMX_WAIT_FOR_FIELD32 macro with a function
Georgios Tsotsos
1
-27
/
+29
2018-07-27
Staging: octeon-usb: Adding SPDX license identifier
Georgios Tsotsos
3
-0
/
+3
2017-11-28
staging: octeon-usb: use __delay() instead of cvmx_wait()
Aaro Koskinen
1
-3
/
+3
2017-05-15
staging: octeon-usb: use correct function for hcd cleanup
Anton Bondarenko
1
-3
/
+3
2016-09-22
staging: octeon-usb: Remove unnecessary assignment
Rehas Sachdeva
1
-1
/
+0
2016-08-30
staging: octeon-usb: correct driver name in Kconfig help text
Randy Dunlap
1
-1
/
+1
2016-02-25
staging: octeon-usb: update TODO
Aaro Koskinen
1
-5
/
+2
2016-02-25
staging: octeon-usb: avoid an overlong line
Aaro Koskinen
1
-2
/
+2
2016-02-25
staging: octeon-usb: move next pipe selection into a separate function
Aaro Koskinen
1
-21
/
+28
2016-02-25
staging: octeon-usb: move isoc transfer handling into separate function
Aaro Koskinen
1
-53
/
+53
2016-02-25
staging: octeon-usb: move interrupt transfer handling into separate function
Aaro Koskinen
1
-46
/
+28
2016-02-25
staging: octeon-usb: move bulk transfer handling into separate function
Aaro Koskinen
1
-0
/
+38
2016-02-25
staging: octeon-usb: move control transfer handling into separate function
Aaro Koskinen
1
-86
/
+88
2016-02-25
staging: octeon-usb: fold cvmx_usb_state into octeon_hcd
Aaro Koskinen
1
-137
/
+118
2016-02-25
staging: octeon-usb: rename STATUS_SUCCESS to STATUS_OK
Aaro Koskinen
1
-14
/
+14
2016-02-25
staging: octeon-usb: rename cvmx_usb_perform_complete to cvmx_usb_complete
Aaro Koskinen
1
-47
/
+42
2016-02-25
staging: octeon-usb: rename cvmx_usb_complete to cvmx_usb_status
Aaro Koskinen
1
-53
/
+52
2016-02-25
staging: octeon-usb: simplify if statement
Aaro Koskinen
1
-18
/
+15
2016-02-25
staging: octeon-usb: pass transfer type to find_ready_pipe
Aaro Koskinen
1
-6
/
+7
2016-02-25
staging: octeon-usb: eliminate redundant parameter from find_ready_pipe
Aaro Koskinen
1
-12
/
+6
2016-02-25
staging: octeon-usb: align split lines to match open parenthesis
Aaro Koskinen
1
-89
/
+81
2016-02-25
staging: octeon-usb: use preferred style for NULL comparison
Aaro Koskinen
1
-2
/
+2
2016-02-20
staging: octeon-usb: make driver name to match the file name
Aaro Koskinen
1
-1
/
+1
2016-02-20
staging: octeon-usb: add spaces around operator
Aaro Koskinen
1
-15
/
+15
2016-02-20
staging: octeon-usb: switch to use kernel types
Aaro Koskinen
2
-306
/
+305
2016-02-20
staging: octeon-usb: clean up includes
Aaro Koskinen
1
-18
/
+4
2016-02-20
staging: octeon-usb: delete space after cast
Aaro Koskinen
1
-4
/
+4
2016-02-20
staging: octeon-usb: add missing braces
Aaro Koskinen
1
-5
/
+6
2016-02-20
staging: octeon-usb: delete redundant blank lines
Aaro Koskinen
1
-21
/
+0
2016-02-14
staging: octeon-usb: support official bindings
Aaro Koskinen
1
-4
/
+10
2016-02-11
staging: octeon: Remove unneeded parentheses in assignment
Janani Ravichandran
1
-1
/
+1
2016-02-07
drivers: staging: octeon-usb: octeon-hcd.c: fixed coding style related warnings
Saatvik Arya
1
-1
/
+2
2015-10-24
staging: octeon-usb: Replace kmalloc with kmalloc_array
Cristina Moraru
1
-3
/
+3
2015-09-12
staging: octeon-usb: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-05-08
Staging: fixed multiple spelling errors.
Carlos E. Garcia
2
-3
/
+3
2015-04-28
staging: octeon-usb: fix unaligned isochronous transfers
Johan Hovold
1
-3
/
+9
2015-04-03
staging: octeon-usb: make CVMX_WAIT_FOR_FIELD32 to take condition expression
Aaro Koskinen
1
-5
/
+6
2015-04-03
staging: octeon-usb: assume union type for FIELD32 macros
Aaro Koskinen
1
-43
/
+36
2015-04-03
staging: octeon-usb: octeon_usb_probe: delete unused variable
Aaro Koskinen
1
-1
/
+0
2015-04-03
staging: octeon-usb: make cvmx_fifo_setup void
Aaro Koskinen
1
-1
/
+1
2015-03-24
stating: octeon-usb: cvmx_usb_initialize(): eliminate extra indentation
Aaro Koskinen
1
-84
/
+68
2015-03-24
staging: octeon-usb: try to recover from failed hardware reset
Aaro Koskinen
1
-3
/
+27
2015-03-24
staging: octeon-usb: fail and warn if DMA counters are wrong
Aaro Koskinen
1
-0
/
+11
2015-03-24
staging: octeon-usb: move cvmx_usb_shutdown()
Aaro Koskinen
1
-34
/
+32
2015-03-24
staging: octeon-usb: rewrite port reset
Aaro Koskinen
1
-25
/
+3
2015-03-24
staging: octeon-usb: move fifo setup to controller reset from port reset
Aaro Koskinen
1
-2
/
+2
2015-03-24
staging: octeon-usb: move fifo setup into a separate routine
Aaro Koskinen
1
-54
/
+53
2015-03-24
staging: octeon-usb: use USB stack to turn on power
Aaro Koskinen
1
-10
/
+9
[next]