aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/hdm-usb/hdm_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-27staging: most: usb: rename moduleChristian Gromm1-1300/+0
2017-11-27staging: most: move core filesChristian Gromm1-1/+1
2017-11-27staging: most: Remove redundant license textGreg Kroah-Hartman1-7/+0
2017-11-27staging: most: add SPDX identifiers to all most driver filesGreg Kroah-Hartman1-0/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-08-27staging: most: hdm_usb: Driver registration with module_driver macroAlex Briskin1-19/+1
2017-08-18staging: most: usb: constify usb_device_idArvind Yadav1-1/+1
2017-05-15staging: most: remove dependency on networking-aimAndrey Shvetsov1-3/+12
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-26/+13
2017-04-11docs-rst: fix usb cross-referencesMauro Carvalho Chehab1-1/+1
2017-04-08staging: most: usb: pass correct register tableChristian Gromm1-1/+1
2017-04-08staging: most: usb: fix size overflowAndrey Shvetsov1-7/+3
2017-04-08staging: most: usb: fix calculation of the extra_lenAndrey Shvetsov1-18/+9
2017-01-27staging: most: hdm-usb: fix symbolic permissions warningSebastian Haas1-3/+3
2017-01-16staging: most: hdm-usb: Fix mismatch between types used in sizeof operatorEric Salem1-2/+2
2017-01-05staging: most: change dma_buf variable to __le16Ramiro Oliveira1-1/+1
2016-10-30staging: most: hdm-usb: add commentChristian Gromm1-0/+14
2016-10-27staging: most: hdm-usb: introduce synchronization functionAndrey Shvetsov1-14/+14
2016-10-27staging: most: hdm-usb: do h/w specific synchronization at configuration timeAndrey Shvetsov1-8/+9
2016-10-16staging: most: hdm-usb: fix mbo buffer leakAndrey Shvetsov1-60/+25
2016-10-16staging: most: hdm-usb: remove filtering of networking stateAndrey Shvetsov1-72/+32
2016-09-22staging: most: replace MOST_CH_ISOC_AVP with MOST_CH_ISOCAndrey Shvetsov1-4/+4
2016-09-20staging: most: hdm-usb: convert pr_warn() to dev_warn()Eva Rachel Retuya1-2/+2
2016-09-20staging: most: hdm-usb: rename channel related spinlockChristian Gromm1-6/+6
2016-09-20staging: most: hdm-usb: remove calls to usb_unachor_urbChristian Gromm1-2/+0
2016-09-20staging: most: hdm-usb: remove redundant spinlocksChristian Gromm1-13/+0
2016-09-20staging: most: hdm-usb: remove proprietary urb anchoringChristian Gromm1-54/+21
2016-09-12staging: most: hdm-usb: remove repeated access to structureChristian Gromm1-8/+12
2016-09-12staging: most: hdm-usb: remove reference to read function in write only macroAndrey Shvetsov1-1/+1
2016-09-12staging: most: hdm-usb: initialize variables by declarationAndrey Shvetsov1-6/+5
2016-09-12staging: most: hdm-usb: unify variable namesChristian Gromm1-3/+3
2016-09-12staging: most: hdm-usb: unify returned errorsAndrey Shvetsov1-1/+1
2016-09-12staging: most: hdm-usb: replace if-else branches with lookup tableChristian Gromm1-46/+47
2016-09-12staging: most: hdm-usb: use defined error codesChristian Gromm1-5/+5
2016-09-12staging: most: hdm-usb: extend DCI accessChristian Gromm1-5/+33
2016-08-21staging: most: hdm-usb: add support for new USB gadgetChristian Gromm1-1/+4
2016-08-21staging: most: hdm-usb: remove unnecessary status assignmentChristian Gromm1-2/+0
2016-08-21staging: most: hdm-usb: init variables at declaration timeChristian Gromm1-49/+23
2016-08-21staging: most: hdm-usb: remove redundant parenthesisChristian Gromm1-26/+25
2016-08-21staging: most: hdm-usb: remove completion objectChristian Gromm1-10/+1
2016-08-21staging: most: hdm-usb: synchronize release of struct buf_anchorChristian Gromm1-2/+12
2016-08-21staging: most: hdm-usb: assign spinlock to local variableChristian Gromm1-12/+19
2016-08-21staging: most: hdm-usb: fix race between enqueue and most_stop_enqueueChristian Gromm1-2/+1
2016-08-21staging: most: hdm-usb: simplify initialization of mbo->status.Christian Gromm1-9/+5
2016-08-21staging: most: hdm-usb: remove redundant conditionsChristian Gromm1-6/+2
2016-08-21staging: most: hdm-usb: make use of is_channel_healthy flagChristian Gromm1-0/+3
2016-08-21staging: most: hdm-usb: rename ID_INIC for consistencyChristian Gromm1-3/+3
2016-08-21staging: most: hdm-usb: add USB product idChristian Gromm1-1/+4
2016-08-21staging: most: hdm-usb: stop core from submitting buffers in case of broken pipeChristian Gromm1-2/+2
2016-08-21staging: most: hdm-usb: fix clear halt processingChristian Gromm1-33/+29