aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/aim-cdev (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-08staging: most: destroy cdev when channel gets disconnectedAndrey Shvetsov1-6/+10
2016-09-23staging: most: aim-cdev: make syscall write accept buffers of arbitrary sizeChristian Gromm1-15/+22
2016-09-22staging: most: make function most_submit_mbo return voidChristian Gromm1-4/+1
2016-08-22staging: most: aim-cdev: destroy ida struct in case of exceptionChristian Gromm1-1/+3
2016-08-21staging: most: aim-cdev: report error returned by alloc_chrdev_regionChristian Gromm1-2/+3
2016-08-21staging: most: aim-cdev: fix reported error codesChristian Gromm1-8/+11
2016-02-11staging: most: return error valueSudip Mukherjee1-2/+2
2016-02-07staging: most: remove 2nd forward declaration of struct most_aimChristian Gromm1-2/+0
2016-02-07staging: most: rearrange function aim_writeChristian Gromm1-18/+14
2016-02-07staging: most: remove stacked_mboChristian Gromm1-13/+3
2016-02-07staging: most: change type of access_refChristian Gromm1-9/+8
2016-02-07staging: most: fix race conditionsChristian Gromm1-35/+54
2016-02-07staging: most: rename variable channelChristian Gromm1-108/+108
2016-02-07staging: most: fix retrieval of buffer availabilityChristian Gromm1-6/+6
2016-02-07staging: most: encapsulate shared codeChristian Gromm1-26/+29
2016-02-07staging: most: remove redundant call to wake_up_interruptibleChristian Gromm1-2/+0
2016-02-07staging: most: fix tracking of MBO offsetChristian Gromm1-3/+2
2016-02-07staging: most: fix mbo leakChristian Gromm1-1/+1
2016-02-07staging: most: use min_tChristian Gromm1-1/+3
2016-02-07staging: most: unify typesChristian Gromm1-5/+3
2016-02-07staging: most: simplify expressionChristian Gromm1-1/+1
2016-02-07staging: most: rename variablesChristian Gromm1-8/+8
2016-02-07staging: most: remove unnecessary keep_mbo variableChristian Gromm1-8/+4
2015-10-29staging: most: remove exclusive wait_queueChristian Gromm1-3/+1
2015-10-24staging: most: fix logical operator positionChristian Gromm1-4/+3
2015-10-24staging: most: use blank line after declarationsChristian Gromm1-0/+1
2015-10-24staging: most: make alignment match open parenthesisChristian Gromm1-1/+1
2015-10-16staging: most: remove constants from comparisonsChristian Gromm1-2/+2
2015-10-16Staging: most: cdev: Remove useless checkShivani Bhardwaj1-2/+1
2015-10-16Staging: 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-12staging: most: remove always true comparisonSudip Mukherjee1-1/+1
2015-09-12staging: most: NULL comparison styleSudip Mukherjee1-6/+6
2015-09-12staging: most: out of memory errorSudip Mukherjee1-1/+0
2015-09-12staging: most: remove multiple blank lineSudip Mukherjee1-1/+0
2015-09-12staging: most: bool comparison styleSudip Mukherjee1-3/+3
2015-08-14Staging: 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