aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon-usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-03-18staging: octeon-usb octeon-hcd: Fix several typos.Laura Lazzati1-4/+4
2019-03-18staging: octeon-usb: remove unnecessary variable frame_numberHimadri Pandya1-3/+1
2019-02-21staging: octeon-usb: fix misspelled "re-enable"Sumit Pundir1-1/+1
2018-12-05staging: octeon-usb: use a helper function to set the DMA maskAaro Koskinen1-2/+4
2018-09-14staging: octeon-hcd: remove unnecessary unlikely()Igor Stoppa1-1/+1
2018-08-27Staging: octeon-usb: Replaces CVMX_WAIT_FOR_FIELD32 macro with a functionGeorgios Tsotsos1-27/+29
2018-07-27Staging: octeon-usb: Adding SPDX license identifierGeorgios Tsotsos3-0/+3
2017-11-28staging: octeon-usb: use __delay() instead of cvmx_wait()Aaro Koskinen1-3/+3
2017-05-15staging: octeon-usb: use correct function for hcd cleanupAnton Bondarenko1-3/+3
2016-09-22staging: octeon-usb: Remove unnecessary assignmentRehas Sachdeva1-1/+0
2016-08-30staging: octeon-usb: correct driver name in Kconfig help textRandy Dunlap1-1/+1
2016-02-25staging: octeon-usb: update TODOAaro Koskinen1-5/+2
2016-02-25staging: octeon-usb: avoid an overlong lineAaro Koskinen1-2/+2
2016-02-25staging: octeon-usb: move next pipe selection into a separate functionAaro Koskinen1-21/+28
2016-02-25staging: octeon-usb: move isoc transfer handling into separate functionAaro Koskinen1-53/+53
2016-02-25staging: octeon-usb: move interrupt transfer handling into separate functionAaro Koskinen1-46/+28
2016-02-25staging: octeon-usb: move bulk transfer handling into separate functionAaro Koskinen1-0/+38
2016-02-25staging: octeon-usb: move control transfer handling into separate functionAaro Koskinen1-86/+88
2016-02-25staging: octeon-usb: fold cvmx_usb_state into octeon_hcdAaro Koskinen1-137/+118
2016-02-25staging: octeon-usb: rename STATUS_SUCCESS to STATUS_OKAaro Koskinen1-14/+14
2016-02-25staging: octeon-usb: rename cvmx_usb_perform_complete to cvmx_usb_completeAaro Koskinen1-47/+42
2016-02-25staging: octeon-usb: rename cvmx_usb_complete to cvmx_usb_statusAaro Koskinen1-53/+52
2016-02-25staging: octeon-usb: simplify if statementAaro Koskinen1-18/+15
2016-02-25staging: octeon-usb: pass transfer type to find_ready_pipeAaro Koskinen1-6/+7
2016-02-25staging: octeon-usb: eliminate redundant parameter from find_ready_pipeAaro Koskinen1-12/+6
2016-02-25staging: octeon-usb: align split lines to match open parenthesisAaro Koskinen1-89/+81
2016-02-25staging: octeon-usb: use preferred style for NULL comparisonAaro Koskinen1-2/+2
2016-02-20staging: octeon-usb: make driver name to match the file nameAaro Koskinen1-1/+1
2016-02-20staging: octeon-usb: add spaces around operatorAaro Koskinen1-15/+15
2016-02-20staging: octeon-usb: switch to use kernel typesAaro Koskinen2-306/+305
2016-02-20staging: octeon-usb: clean up includesAaro Koskinen1-18/+4
2016-02-20staging: octeon-usb: delete space after castAaro Koskinen1-4/+4
2016-02-20staging: octeon-usb: add missing bracesAaro Koskinen1-5/+6
2016-02-20staging: octeon-usb: delete redundant blank linesAaro Koskinen1-21/+0
2016-02-14staging: octeon-usb: support official bindingsAaro Koskinen1-4/+10
2016-02-11staging: octeon: Remove unneeded parentheses in assignmentJanani Ravichandran1-1/+1
2016-02-07drivers: staging: octeon-usb: octeon-hcd.c: fixed coding style related warningsSaatvik Arya1-1/+2
2015-10-24staging: octeon-usb: Replace kmalloc with kmalloc_arrayCristina Moraru1-3/+3
2015-09-12staging: octeon-usb: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-05-08Staging: fixed multiple spelling errors.Carlos E. Garcia2-3/+3
2015-04-28staging: octeon-usb: fix unaligned isochronous transfersJohan Hovold1-3/+9
2015-04-03staging: octeon-usb: make CVMX_WAIT_FOR_FIELD32 to take condition expressionAaro Koskinen1-5/+6
2015-04-03staging: octeon-usb: assume union type for FIELD32 macrosAaro Koskinen1-43/+36
2015-04-03staging: octeon-usb: octeon_usb_probe: delete unused variableAaro Koskinen1-1/+0
2015-04-03staging: octeon-usb: make cvmx_fifo_setup voidAaro Koskinen1-1/+1
2015-03-24stating: octeon-usb: cvmx_usb_initialize(): eliminate extra indentationAaro Koskinen1-84/+68
2015-03-24staging: octeon-usb: try to recover from failed hardware resetAaro Koskinen1-3/+27
2015-03-24staging: octeon-usb: fail and warn if DMA counters are wrongAaro Koskinen1-0/+11
2015-03-24staging: octeon-usb: move cvmx_usb_shutdown()Aaro Koskinen1-34/+32