summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/hdm-usb/hdm_usb.c
Commit message (Expand)AuthorAgeFilesLines
* staging: most: usb: rename moduleChristian Gromm2017-11-271-1300/+0
* staging: most: move core filesChristian Gromm2017-11-271-1/+1
* staging: most: Remove redundant license textGreg Kroah-Hartman2017-11-271-7/+0
* staging: most: add SPDX identifiers to all most driver filesGreg Kroah-Hartman2017-11-271-0/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* staging: most: hdm_usb: Driver registration with module_driver macroAlex Briskin2017-08-271-19/+1
* staging: most: usb: constify usb_device_idArvind Yadav2017-08-181-1/+1
* staging: most: remove dependency on networking-aimAndrey Shvetsov2017-05-151-3/+12
* Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-051-26/+13
|\
| * staging: most: usb: pass correct register tableChristian Gromm2017-04-081-1/+1
| * staging: most: usb: fix size overflowAndrey Shvetsov2017-04-081-7/+3
| * staging: most: usb: fix calculation of the extra_lenAndrey Shvetsov2017-04-081-18/+9
* | docs-rst: fix usb cross-referencesMauro Carvalho Chehab2017-04-111-1/+1
|/
* staging: most: hdm-usb: fix symbolic permissions warningSebastian Haas2017-01-271-3/+3
* staging: most: hdm-usb: Fix mismatch between types used in sizeof operatorEric Salem2017-01-161-2/+2
* staging: most: change dma_buf variable to __le16Ramiro Oliveira2017-01-051-1/+1
* staging: most: hdm-usb: add commentChristian Gromm2016-10-301-0/+14
* staging: most: hdm-usb: introduce synchronization functionAndrey Shvetsov2016-10-271-14/+14
* staging: most: hdm-usb: do h/w specific synchronization at configuration timeAndrey Shvetsov2016-10-271-8/+9
* staging: most: hdm-usb: fix mbo buffer leakAndrey Shvetsov2016-10-161-60/+25
* staging: most: hdm-usb: remove filtering of networking stateAndrey Shvetsov2016-10-161-72/+32
* staging: most: replace MOST_CH_ISOC_AVP with MOST_CH_ISOCAndrey Shvetsov2016-09-221-4/+4
* staging: most: hdm-usb: convert pr_warn() to dev_warn()Eva Rachel Retuya2016-09-201-2/+2
* staging: most: hdm-usb: rename channel related spinlockChristian Gromm2016-09-201-6/+6
* staging: most: hdm-usb: remove calls to usb_unachor_urbChristian Gromm2016-09-201-2/+0
* staging: most: hdm-usb: remove redundant spinlocksChristian Gromm2016-09-201-13/+0
* staging: most: hdm-usb: remove proprietary urb anchoringChristian Gromm2016-09-201-54/+21
* staging: most: hdm-usb: remove repeated access to structureChristian Gromm2016-09-121-8/+12
* staging: most: hdm-usb: remove reference to read function in write only macroAndrey Shvetsov2016-09-121-1/+1
* staging: most: hdm-usb: initialize variables by declarationAndrey Shvetsov2016-09-121-6/+5
* staging: most: hdm-usb: unify variable namesChristian Gromm2016-09-121-3/+3
* staging: most: hdm-usb: unify returned errorsAndrey Shvetsov2016-09-121-1/+1
* staging: most: hdm-usb: replace if-else branches with lookup tableChristian Gromm2016-09-121-46/+47
* staging: most: hdm-usb: use defined error codesChristian Gromm2016-09-121-5/+5
* staging: most: hdm-usb: extend DCI accessChristian Gromm2016-09-121-5/+33
* staging: most: hdm-usb: add support for new USB gadgetChristian Gromm2016-08-211-1/+4
* staging: most: hdm-usb: remove unnecessary status assignmentChristian Gromm2016-08-211-2/+0
* staging: most: hdm-usb: init variables at declaration timeChristian Gromm2016-08-211-49/+23
* staging: most: hdm-usb: remove redundant parenthesisChristian Gromm2016-08-211-26/+25
* staging: most: hdm-usb: remove completion objectChristian Gromm2016-08-211-10/+1
* staging: most: hdm-usb: synchronize release of struct buf_anchorChristian Gromm2016-08-211-2/+12
* staging: most: hdm-usb: assign spinlock to local variableChristian Gromm2016-08-211-12/+19
* staging: most: hdm-usb: fix race between enqueue and most_stop_enqueueChristian Gromm2016-08-211-2/+1
* staging: most: hdm-usb: simplify initialization of mbo->status.Christian Gromm2016-08-211-9/+5
* staging: most: hdm-usb: remove redundant conditionsChristian Gromm2016-08-211-6/+2
* staging: most: hdm-usb: make use of is_channel_healthy flagChristian Gromm2016-08-211-0/+3
* staging: most: hdm-usb: rename ID_INIC for consistencyChristian Gromm2016-08-211-3/+3
* staging: most: hdm-usb: add USB product idChristian Gromm2016-08-211-1/+4
* staging: most: hdm-usb: stop core from submitting buffers in case of broken pipeChristian Gromm2016-08-211-2/+2
* staging: most: hdm-usb: fix clear halt processingChristian Gromm2016-08-211-33/+29
OpenPOWER on IntegriCloud