aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/mostcore (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-29staging: most: Eliminate usage of symbolic permissionsJason Litzinger1-10/+8
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-09-22staging: most: replace MOST_CH_ISOC_AVP with MOST_CH_ISOCAndrey Shvetsov2-4/+4
2016-09-22staging: most: clean up configuration stringsChristian Gromm1-7/+14
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 Gromm2-8/+5
2016-09-13staging: most: core: constify structure memberAndrey Shvetsov1-1/+1
2016-09-13staging: most: core: show all linked channelsChristian Gromm1-1/+17
2016-08-21staging: most: hdm-usb: fix race between enqueue and most_stop_enqueueChristian Gromm1-16/+37
2016-08-15staging: most: core: rename device struct of core moduleChristian Gromm1-9/+6
2016-08-15staging: most: core: remove debug printChristian Gromm1-3/+1
2016-02-25Staging: most: Do not print message if kzalloc() failed.Sandhya Bankar1-1/+0
2016-02-11staging: most: return proper errorSudip Mukherjee1-8/+19
2016-02-07staging: most: replace multiple if..else with table lookupHari Prasath Gujulan Elango1-17/+24
2016-02-07staging: most: fix error comparisonSudip Mukherjee1-1/+1
2016-02-07staging: most: fix retrieval of buffer availabilityChristian Gromm2-2/+8
2016-02-07staging: most: remove redundant mutexesChristian Gromm1-9/+0
2016-02-07staging: most: remove code to destroy channelChristian Gromm1-13/+0
2016-02-07staging: most: remove reference counterChristian Gromm1-12/+1
2016-02-07staging: most: remove tainted flagChristian Gromm1-32/+1
2016-02-07staging: most: move channel disconnect to function most_deregister_interfaceChristian Gromm1-13/+11
2016-02-07staging: most: move mutexChristian Gromm1-2/+1
2016-02-07staging: most: move initialization of pointerChristian Gromm1-2/+5
2016-02-07staging: most: move call to disconnect_channel callbackChristian Gromm1-2/+2
2016-02-07staging: most: add missing call to ida_simple_removeChristian Gromm1-0/+2
2016-02-07staging: most: remove function destroy_most_c_objChristian Gromm1-24/+14
2015-11-15staging: most: Delete an unnecessary check before the function call "module_put"Markus Elfring1-2/+1
2015-11-15staging: most: remove multiple blank linesChaehyun Lim1-2/+0
2015-10-24staging: most: use preferred kernel typesChristian Gromm1-1/+1
2015-10-24staging: most: fix logical operator positionChristian Gromm1-2/+2
2015-10-24staging: most: use blank line after declarationsChristian Gromm1-0/+6
2015-10-24staging: most: use braces on all arms of statementChristian Gromm1-8/+8
2015-10-24staging: most: make alignment match open parenthesisChristian Gromm1-2/+2
2015-10-24staging: most: remove multiple blank linesChristian Gromm1-6/+0
2015-10-16staging: most: fix line-over-80-characters violationsChristian Gromm1-2/+4
2015-10-16staging: most: change parameter descriptionChristian Gromm1-1/+1
2015-10-16staging: most: fix misplaced constants in comparisonsChristian Gromm1-2/+2
2015-10-13Staging: most: Remove exceptional & on function nameShraddha Barke1-1/+2
2015-09-29staging: most: add poll syscall to AIM cdevChristian Gromm2-0/+17
2015-09-29staging: most: refactor channel structureChristian Gromm1-53/+55
2015-09-29staging: most: add fair buffer distributionChristian Gromm2-2/+29
2015-09-29staging: most: fix channel operation in multi-aim contextChristian Gromm2-26/+53
2015-09-29staging: most: remove aim resetChristian Gromm1-5/+0
2015-09-29Merge 4.3-rc3 into staging-nextGreg Kroah-Hartman1-0/+1
2015-09-13Staging: most: MOST and MOSTCORE should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2015-09-12staging: most: style of bool comparisonSudip Mukherjee1-2/+2
2015-09-12staging: most: remove unneeded NULL checkSudip Mukherjee1-4/+2