summaryrefslogtreecommitdiff
path: root/drivers/staging/most/mostcore
AgeCommit message (Expand)AuthorFilesLines
2016-02-26Staging: most: Do not print message if kzalloc() failed.Sandhya Bankar1-1/+0
2016-02-12staging: most: return proper errorSudip Mukherjee1-8/+19
2016-02-08staging: most: replace multiple if..else with table lookupHari Prasath Gujulan Elango1-17/+24
2016-02-08staging: most: fix error comparisonSudip Mukherjee1-1/+1
2016-02-08staging: most: fix retrieval of buffer availabilityChristian Gromm2-2/+8
2016-02-08staging: most: remove redundant mutexesChristian Gromm1-9/+0
2016-02-08staging: most: remove code to destroy channelChristian Gromm1-13/+0
2016-02-08staging: most: remove reference counterChristian Gromm1-12/+1
2016-02-08staging: most: remove tainted flagChristian Gromm1-32/+1
2016-02-08staging: most: move channel disconnect to function most_deregister_interfaceChristian Gromm1-13/+11
2016-02-08staging: most: move mutexChristian Gromm1-2/+1
2016-02-08staging: most: move initialization of pointerChristian Gromm1-2/+5
2016-02-08staging: most: move call to disconnect_channel callbackChristian Gromm1-2/+2
2016-02-08staging: most: add missing call to ida_simple_removeChristian Gromm1-0/+2
2016-02-08staging: most: remove function destroy_most_c_objChristian Gromm1-24/+14
2015-11-16staging: most: Delete an unnecessary check before the function call "module_put"Markus Elfring1-2/+1
2015-11-16staging: most: remove multiple blank linesChaehyun Lim1-2/+0
2015-10-25staging: most: use preferred kernel typesChristian Gromm1-1/+1
2015-10-25staging: most: fix logical operator positionChristian Gromm1-2/+2
2015-10-25staging: most: use blank line after declarationsChristian Gromm1-0/+6
2015-10-25staging: most: use braces on all arms of statementChristian Gromm1-8/+8
2015-10-25staging: most: make alignment match open parenthesisChristian Gromm1-2/+2
2015-10-25staging: most: remove multiple blank linesChristian Gromm1-6/+0
2015-10-17staging: most: fix line-over-80-characters violationsChristian Gromm1-2/+4
2015-10-17staging: most: change parameter descriptionChristian Gromm1-1/+1
2015-10-17staging: 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-13staging: most: style of bool comparisonSudip Mukherjee1-2/+2
2015-09-13staging: most: remove unneeded NULL checkSudip Mukherjee1-4/+2
2015-08-15Staging: most: mostcore/core.c. Fix "Using plain integer as NULL pointer" war...Adrian Remonda1-1/+1
2015-08-15Staging: most: mostcore/core.c. Fix "missing static keyword" warningsAdrian Remonda1-7/+8
2015-08-04Staging: most: avoid possible integer overflowChristian Gromm1-1/+1
2015-08-01Staging: most: replace min() by min_t()Christian Gromm1-2/+2
2015-07-29Staging: most: fix snprintf() is printing too muchChristian Gromm1-1/+1
2015-07-29staging: most: core.c: remove semicolon at the end of define statementChaehyun Lim1-1/+1
2015-07-24Staging: most: add MOST driver's core moduleChristian Gromm4-0/+2263