Sign in
android-kvm
/
linux
/
1384ab4fee12c4c4f8bd37bc9f8686881587b286
/
drivers
/
staging
/
octeon-usb
/
octeon-hcd.c
414b804
drivers: staging: octeon-usb: fixed codestyle check warning
by Naveen Panwar
· 4 years, 6 months ago
5979afa
staging: Replace zero-length array with flexible-array member
by Gustavo A. R. Silva
· 5 years ago
96b06c0
Revert "staging: octeon-usb: delete the octeon usb host controller driver"
by Chris Packham
· 5 years ago
95ace52
staging: octeon-usb: delete the octeon usb host controller driver
by Greg Kroah-Hartman
· 5 years ago
f3a54e1
staging: octeon-usb: Fix line ending with a '('
by Frank A. Cancio Bello
· 5 years ago
7b81cb6
usb: add a HCD_DMA flag instead of guestimating DMA capabilities
by Christoph Hellwig
· 6 years ago
8fe0260
staging: octeon-usb: Remove return variable
by Nishka Dasgupta
· 6 years ago
b92f5d8
staging: octeon-usb: remove unnecessary variable frame_number
by Himadri Pandya
· 6 years ago
b5630e3
staging: octeon-usb: use a helper function to set the DMA mask
by Aaro Koskinen
· 6 years ago
009e451
staging: octeon-hcd: remove unnecessary unlikely()
by Igor Stoppa
· 6 years ago
3e195a8
Staging: octeon-usb: Replaces CVMX_WAIT_FOR_FIELD32 macro with a function
by Georgios Tsotsos
· 7 years ago
4e336df
Staging: octeon-usb: Adding SPDX license identifier
by Georgios Tsotsos
· 7 years ago
0590cdf
staging: octeon-usb: use __delay() instead of cvmx_wait()
by Aaro Koskinen
· 7 years ago
9bbf84e
staging: octeon-usb: use correct function for hcd cleanup
by Anton Bondarenko
· 8 years ago
efb35d1
staging: octeon-usb: Remove unnecessary assignment
by Rehas Sachdeva
· 8 years ago
a00265d
staging: octeon-usb: avoid an overlong line
by Aaro Koskinen
· 9 years ago
d073749
staging: octeon-usb: move next pipe selection into a separate function
by Aaro Koskinen
· 9 years ago
dd58899
staging: octeon-usb: move isoc transfer handling into separate function
by Aaro Koskinen
· 9 years ago
dfce626
staging: octeon-usb: move interrupt transfer handling into separate function
by Aaro Koskinen
· 9 years ago
8ed3094
staging: octeon-usb: move bulk transfer handling into separate function
by Aaro Koskinen
· 9 years ago
81a71ba
staging: octeon-usb: move control transfer handling into separate function
by Aaro Koskinen
· 9 years ago
8b07d2f
staging: octeon-usb: fold cvmx_usb_state into octeon_hcd
by Aaro Koskinen
· 9 years ago
b186eb6
staging: octeon-usb: rename STATUS_SUCCESS to STATUS_OK
by Aaro Koskinen
· 9 years ago
e6bff5a
staging: octeon-usb: rename cvmx_usb_perform_complete to cvmx_usb_complete
by Aaro Koskinen
· 9 years ago
add3ea3
staging: octeon-usb: rename cvmx_usb_complete to cvmx_usb_status
by Aaro Koskinen
· 9 years ago
284ea26
staging: octeon-usb: simplify if statement
by Aaro Koskinen
· 9 years ago
25adcca
staging: octeon-usb: pass transfer type to find_ready_pipe
by Aaro Koskinen
· 9 years ago
38492cc
staging: octeon-usb: eliminate redundant parameter from find_ready_pipe
by Aaro Koskinen
· 9 years ago
68ea338
staging: octeon-usb: align split lines to match open parenthesis
by Aaro Koskinen
· 9 years ago
a2fcca4
staging: octeon-usb: use preferred style for NULL comparison
by Aaro Koskinen
· 9 years ago
a89e28e
staging: octeon-usb: make driver name to match the file name
by Aaro Koskinen
· 9 years ago
3c98ef9
staging: octeon-usb: add spaces around operator
by Aaro Koskinen
· 9 years ago
cce6600
staging: octeon-usb: switch to use kernel types
by Aaro Koskinen
· 9 years ago
4666573
staging: octeon-usb: clean up includes
by Aaro Koskinen
· 9 years ago
ec7c4d7
staging: octeon-usb: delete space after cast
by Aaro Koskinen
· 9 years ago
6de14f1
staging: octeon-usb: add missing braces
by Aaro Koskinen
· 9 years ago
c9d1961
staging: octeon-usb: delete redundant blank lines
by Aaro Koskinen
· 9 years ago
bb77855
staging: octeon-usb: support official bindings
by Aaro Koskinen
· 9 years ago
1d5047c
staging: octeon: Remove unneeded parentheses in assignment
by Janani Ravichandran
· 9 years ago
edb0d9d
drivers: staging: octeon-usb: octeon-hcd.c: fixed coding style related warnings
by Saatvik Arya
· 9 years ago
73eee56
staging: octeon-usb: Replace kmalloc with kmalloc_array
by Cristina Moraru
· 9 years ago
1972308b
staging: octeon-usb: Fix module autoload for OF platform driver
by Luis de Bethencourt
· 9 years ago
69e98df
Staging: fixed multiple spelling errors.
by Carlos E. Garcia
· 10 years ago
b97c3c1
staging: octeon-usb: fix unaligned isochronous transfers
by Johan Hovold
· 10 years ago
203d776
staging: octeon-usb: make CVMX_WAIT_FOR_FIELD32 to take condition expression
by Aaro Koskinen
· 10 years ago
6068e81
staging: octeon-usb: assume union type for FIELD32 macros
by Aaro Koskinen
· 10 years ago
9a02e8d
staging: octeon-usb: octeon_usb_probe: delete unused variable
by Aaro Koskinen
· 10 years ago
a3d3390
staging: octeon-usb: make cvmx_fifo_setup void
by Aaro Koskinen
· 10 years ago
edc16d8
stating: octeon-usb: cvmx_usb_initialize(): eliminate extra indentation
by Aaro Koskinen
· 10 years ago
6ad9c95
staging: octeon-usb: try to recover from failed hardware reset
by Aaro Koskinen
· 10 years ago
f3b8edc
staging: octeon-usb: fail and warn if DMA counters are wrong
by Aaro Koskinen
· 10 years ago
eb04114
staging: octeon-usb: move cvmx_usb_shutdown()
by Aaro Koskinen
· 10 years ago
b0c8c72b
staging: octeon-usb: rewrite port reset
by Aaro Koskinen
· 10 years ago
164814b
staging: octeon-usb: move fifo setup to controller reset from port reset
by Aaro Koskinen
· 10 years ago
2263251
staging: octeon-usb: move fifo setup into a separate routine
by Aaro Koskinen
· 10 years ago
0ed64a4
staging: octeon-usb: use USB stack to turn on power
by Aaro Koskinen
· 10 years ago
c8eedbd
staging: octeon-usb: don't poll interrupts early
by Aaro Koskinen
· 10 years ago
b5e79e6
staging: octeon-usb: refactor usbn block init
by Aaro Koskinen
· 10 years ago
532edc9
staging: octeon-usb: never retry after xacterr
by Aaro Koskinen
· 10 years ago
d712648
staging: octeon-usb: program DMA engine based on transfer direction
by Aaro Koskinen
· 10 years ago
31170da
staging: octeon-usb: delete redundant field from octeon_temp_buffer
by Aaro Koskinen
· 10 years ago
3f9697b
staging: octeon-usb: remove useless prefix from pipe flags
by Aaro Koskinen
· 10 years ago
68d435d
staging: octeon-usb: remove useless prefix from internal routines
by Aaro Koskinen
· 10 years ago
c4bdbdd
staging: octeon-usb: eliminate 64-bit register access wrappers
by Aaro Koskinen
· 10 years ago
607078f
staging: octeon-usb: remove internal function parameter sanity checks
by Aaro Koskinen
· 10 years ago
8779457
Staging: octeon: constify of_device_id array
by Fabian Frederick
· 10 years ago
1cf3273
Staging: octeon-usb: Fixed a typo
by Gustavo A. R. Silva
· 10 years ago
dab363f
Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 10 years ago
ba0b8e4
staging: octeon-usb: eliminate cvmx_dprintf() usage
by Aaro Koskinen
· 10 years ago
2e6ac45
staging: octeon-usb: move helper functions
by Aaro Koskinen
· 10 years ago
a4d9e08
staging: octeon-usb: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
9109fcf
staging: octeon-usb: fix checkpatch.pl warnings
by Aleh Suprunovich
· 10 years ago
dea7503a
staging: octeon-usb: use DIV_ROUND_UP
by Tapasweni Pathak
· 10 years ago
c9a114e
staging: octeon-usb: Removed unnessecary else after return
by Sarah Khan
· 10 years ago
15ef0cc
Staging: octeon-hcd: removed dummy label
by Nitin Kuppelur
· 10 years ago
9f87b44
Staging: octeon-hcd: removed unwanted return from void
by Nitin Kuppelur
· 10 years ago
96ee2cc
staging: octeon-usb: use USB_DIR_IN
by Aaro Koskinen
· 10 years ago
e301dfb
staging: octeon-usb: use generic control packet header
by Aaro Koskinen
· 10 years ago
e587338
staging: octeon-usb: fix endianness bug
by Aaro Koskinen
· 11 years ago
8dcf4ec
staging: octeon-usb: return transferred bytes only on success
by Aaro Koskinen
· 11 years ago
d8c39d3
staging: octeon-usb: don't retry on data toggle error
by Aaro Koskinen
· 11 years ago
e5b9089
staging: octeon-usb: use usb_hcd_link_urb_to_ep()
by Aaro Koskinen
· 11 years ago
cdd15d8
staging: octeon-usb: drop dequeue tasklet
by Aaro Koskinen
· 11 years ago
f8628a4
staging: Convert __FUNCTION__ to __func__
by Joe Perches
· 11 years ago
e725cef
staging: octeon-usb: Fix lines with more than 80 chars in octeon-hcd.c
by Paul Davies C
· 11 years ago
f510643
staging: octeon-usb: Add blank line after all declarations in octeon-hcd.c
by Paul Davies C
· 11 years ago
20f6b82
staging: octeon-usb: use generic prefetch
by Aaro Koskinen
· 11 years ago
a457014
staging: octeon-usb: delete redudant prefetches
by Aaro Koskinen
· 11 years ago
8522851
Staging:Octeon-usb:octeon-hcd.c return value
by Paul McQuade
· 11 years ago
120ee59
staging: octeon-usb: prevent memory corruption
by Aaro Koskinen
· 11 years ago
b49f113
Staging: octeon-usb: Remove unnecessary brackets
by Raluca Oncioiu
· 11 years ago
1da69aa
Staging: octeon-usb: Break up long lines
by Raluca Oncioiu
· 11 years ago
b91619c
staging: octeon-usb: Probe via device tree populated platform device.
by David Daney
· 11 years ago
3c9740a
usb: hcd: move controller wakeup setting initialization to individual driver
by Peter Chen
· 11 years ago
5669601
staging: octeon-usb: use list.h for transactions
by Aaro Koskinen
· 11 years ago
4a23ee1
staging: octeon-usb: use list.h for pipes
by Aaro Koskinen
· 11 years ago
f011fef
staging: octeon-usb: use list_for_each_entry_safe()
by Aaro Koskinen
· 11 years ago
244544a
staging: octeon-usb: use list_del_init()
by Aaro Koskinen
· 11 years ago
d2695a8
staging: octeon-usb: use dynamic allocation for pipes
by Aaro Koskinen
· 11 years ago
a2dfef0
staging: octeon-usb: use dynamic allocation for transactions
by Aaro Koskinen
· 11 years ago
Next »