summaryrefslogtreecommitdiff
path: root/drivers/staging/most/aim-cdev
AgeCommit message (Expand)AuthorFilesLines
2016-02-12staging: most: return error valueSudip Mukherjee1-2/+2
2016-02-08staging: most: remove 2nd forward declaration of struct most_aimChristian Gromm1-2/+0
2016-02-08staging: most: rearrange function aim_writeChristian Gromm1-18/+14
2016-02-08staging: most: remove stacked_mboChristian Gromm1-13/+3
2016-02-08staging: most: change type of access_refChristian Gromm1-9/+8
2016-02-08staging: most: fix race conditionsChristian Gromm1-35/+54
2016-02-08staging: most: rename variable channelChristian Gromm1-108/+108
2016-02-08staging: most: fix retrieval of buffer availabilityChristian Gromm1-6/+6
2016-02-08staging: most: encapsulate shared codeChristian Gromm1-26/+29
2016-02-08staging: most: remove redundant call to wake_up_interruptibleChristian Gromm1-2/+0
2016-02-08staging: most: fix tracking of MBO offsetChristian Gromm1-3/+2
2016-02-08staging: most: fix mbo leakChristian Gromm1-1/+1
2016-02-08staging: most: use min_tChristian Gromm1-1/+3
2016-02-08staging: most: unify typesChristian Gromm1-5/+3
2016-02-08staging: most: simplify expressionChristian Gromm1-1/+1
2016-02-08staging: most: rename variablesChristian Gromm1-8/+8
2016-02-08staging: most: remove unnecessary keep_mbo variableChristian Gromm1-8/+4
2015-10-29staging: most: remove exclusive wait_queueChristian Gromm1-3/+1
2015-10-25staging: most: fix logical operator positionChristian Gromm1-4/+3
2015-10-25staging: most: use blank line after declarationsChristian Gromm1-0/+1
2015-10-25staging: most: make alignment match open parenthesisChristian Gromm1-1/+1
2015-10-17staging: most: remove constants from comparisonsChristian Gromm1-2/+2
2015-10-17Staging: most: cdev: Remove useless checkShivani Bhardwaj1-2/+1
2015-10-17Staging: most: fix style issue in aim-cdev/cdev.cGavin Thomas Claugus1-1/+2
2015-09-29staging: most: add poll syscall to AIM cdevChristian Gromm1-0/+26
2015-09-29staging: most: add fair buffer distributionChristian Gromm1-2/+3
2015-09-29staging: most: fix channel operation in multi-aim contextChristian Gromm1-2/+3
2015-09-13staging: most: remove always true comparisonSudip Mukherjee1-1/+1
2015-09-13staging: most: NULL comparison styleSudip Mukherjee1-6/+6
2015-09-13staging: most: out of memory errorSudip Mukherjee1-1/+0
2015-09-13staging: most: remove multiple blank lineSudip Mukherjee1-1/+0
2015-09-13staging: most: bool comparison styleSudip Mukherjee1-3/+3
2015-08-15Staging: most: aim-cdev/cdev.c. Fix "missing static keyword" warningsAdrian Remonda1-9/+9
2015-07-29Staging: most: fix passing a potential null pointerChristian Gromm1-1/+2
2015-07-29Staging: most: fix dereferencing freed memoryChristian Gromm1-1/+1
2015-07-24Staging: most: add MOST driver's aim-cdev moduleChristian Gromm3-0/+543