aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-09staging: most: dim2_hdm octal permissions fixstephen knipe1-2/+2
2017-02-05staging:most/hdm-i2c: Replace symbolic permissions with octal permissionsZhengyi Shen1-1/+1
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-11-29staging: most: Eliminate usage of symbolic permissionsJason Litzinger1-10/+8
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-27staging: most: aim-networking: keep channels closed if ndo_open failsAndrey Shvetsov1-17/+21
2016-10-16staging: most: hdm-usb: fix mbo buffer leakAndrey Shvetsov1-60/+25
2016-10-16staging: most: hdm-dim2: remove tracing of mac addressAndrey Shvetsov1-4/+1
2016-10-16staging: most: hdm-usb: remove filtering of networking stateAndrey Shvetsov1-72/+32
2016-10-16staging: most: aim-network: avoid calling netdev_info()Andrey Shvetsov1-2/+1
2016-10-16staging: most: aim-network: setup mac address before ifup has finishedAndrey Shvetsov1-6/+30
2016-10-16staging: most: aim-network: fix startup scenario.Andrey Shvetsov1-14/+2
2016-10-16staging: most: core: update examples on how to link channelsAndrey Shvetsov1-3/+3
2016-10-16staging: most: core: remove processing of deprecated namesAndrey Shvetsov1-14/+11
2016-10-16staging: most: core: remove read option from remove_linkAndrey Shvetsov1-11/+1
2016-10-16staging: most: core: remove member add_linkAndrey Shvetsov1-2/+0
2016-10-02Staging: most: hdm-dim2: constify attribute_group structuresBhumika Goyal1-1/+1
2016-09-27Staging: most: aim-v4l2: constify v4l2_file_operations structuresBhumika Goyal1-1/+1
2016-09-27Staging: most: aim-sound: constify snd_pcm_ops structuresBhumika Goyal1-1/+1
2016-09-27staging: most: fix error return code in audio_probe_channel()Wei Yongjun1-1/+2
2016-09-23staging: most: aim-cdev: make syscall write accept buffers of arbitrary sizeChristian Gromm1-15/+22
2016-09-22staging: most: replace MOST_CH_ISOC_AVP with MOST_CH_ISOCAndrey Shvetsov5-11/+11
2016-09-22staging: most: clean up configuration stringsChristian Gromm2-8/+15
2016-09-22staging: most: core: remove trailing zero from text propertyAndrey Shvetsov1-2/+2
2016-09-22staging: most: make function most_submit_mbo return voidChristian Gromm4-17/+7
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-15staging: most: hdm-dim2: monitor atx DBR spaceAndrey Shvetsov4-2/+125
2016-09-15staging: most: hdm-dim2: fix dim2-ip interrupt namesAndrey Shvetsov1-3/+3
2016-09-15staging: most: hdm-dim2: remove clearance of pending MLB interruptAndrey Shvetsov1-4/+0
2016-09-15staging: most: hdm-dim2: delete error code from logging messageAndrey Shvetsov1-2/+1
2016-09-15staging: most: hdm-dim2: rename functionAndrey Shvetsov3-3/+3
2016-09-15staging: most: hdm-dim2: remove structure memberAndrey Shvetsov1-7/+5
2016-09-15staging: most: hdm-dim2: round up DBR memory for async/ctrlAndrey Shvetsov1-1/+3
2016-09-15staging: most: hdm-dim2: double size of DBR bufferAndrey Shvetsov1-2/+3
2016-09-15staging: most: hdm-dim2: relocate variable declarationsAndrey Shvetsov1-11/+8
2016-09-15staging: most: hdm-dim2: remove macro ENABLE_HDM_TESTAndrey Shvetsov1-35/+0
2016-09-15staging: most: hdm-dim2: fix channel configurationAndrey Shvetsov1-3/+3
2016-09-13staging: most: core: constify structure memberAndrey Shvetsov1-1/+1
2016-09-13staging: most: core: show all linked channelsChristian Gromm1-1/+17
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