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