summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/aim-cdev
AgeCommit message (Expand)AuthorLines
2017-11-28staging: most: remove legacy foldersChristian Gromm-4/+0
2017-11-27staging: most: cdev: rename moduleChristian Gromm-570/+0
2017-11-27staging: most: move core filesChristian Gromm-2/+2
2017-11-27staging: most: Remove redundant license textGreg Kroah-Hartman-7/+0
2017-11-27staging: most: add SPDX identifiers to all most driver filesGreg Kroah-Hartman-0/+1
2017-04-08staging: most: destroy cdev when channel gets disconnectedAndrey Shvetsov-6/+10
2016-09-23staging: most: aim-cdev: make syscall write accept buffers of arbitrary sizeChristian Gromm-15/+22
2016-09-22staging: most: make function most_submit_mbo return voidChristian Gromm-4/+1
2016-08-22staging: most: aim-cdev: destroy ida struct in case of exceptionChristian Gromm-1/+3
2016-08-21staging: most: aim-cdev: report error returned by alloc_chrdev_regionChristian Gromm-2/+3
2016-08-21staging: most: aim-cdev: fix reported error codesChristian Gromm-8/+11
2016-02-11staging: most: return error valueSudip Mukherjee-2/+2
2016-02-07staging: most: remove 2nd forward declaration of struct most_aimChristian Gromm-2/+0
2016-02-07staging: most: rearrange function aim_writeChristian Gromm-18/+14
2016-02-07staging: most: remove stacked_mboChristian Gromm-13/+3
2016-02-07staging: most: change type of access_refChristian Gromm-9/+8
2016-02-07staging: most: fix race conditionsChristian Gromm-35/+54
2016-02-07staging: most: rename variable channelChristian Gromm-108/+108
2016-02-07staging: most: fix retrieval of buffer availabilityChristian Gromm-6/+6
2016-02-07staging: most: encapsulate shared codeChristian Gromm-26/+29
2016-02-07staging: most: remove redundant call to wake_up_interruptibleChristian Gromm-2/+0
2016-02-07staging: most: fix tracking of MBO offsetChristian Gromm-3/+2
2016-02-07staging: most: fix mbo leakChristian Gromm-1/+1
2016-02-07staging: most: use min_tChristian Gromm-1/+3
2016-02-07staging: most: unify typesChristian Gromm-5/+3
2016-02-07staging: most: simplify expressionChristian Gromm-1/+1
2016-02-07staging: most: rename variablesChristian Gromm-8/+8
2016-02-07staging: most: remove unnecessary keep_mbo variableChristian Gromm-8/+4
2015-10-29staging: most: remove exclusive wait_queueChristian Gromm-3/+1
2015-10-24staging: most: fix logical operator positionChristian Gromm-4/+3
2015-10-24staging: most: use blank line after declarationsChristian Gromm-0/+1
2015-10-24staging: most: make alignment match open parenthesisChristian Gromm-1/+1
2015-10-16staging: most: remove constants from comparisonsChristian Gromm-2/+2
2015-10-16Staging: most: cdev: Remove useless checkShivani Bhardwaj-2/+1
2015-10-16Staging: most: fix style issue in aim-cdev/cdev.cGavin Thomas Claugus-1/+2
2015-09-29staging: most: add poll syscall to AIM cdevChristian Gromm-0/+26
2015-09-29staging: most: add fair buffer distributionChristian Gromm-2/+3
2015-09-29staging: most: fix channel operation in multi-aim contextChristian Gromm-2/+3
2015-09-12staging: most: remove always true comparisonSudip Mukherjee-1/+1
2015-09-12staging: most: NULL comparison styleSudip Mukherjee-6/+6
2015-09-12staging: most: out of memory errorSudip Mukherjee-1/+0
2015-09-12staging: most: remove multiple blank lineSudip Mukherjee-1/+0
2015-09-12staging: most: bool comparison styleSudip Mukherjee-3/+3
2015-08-14Staging: most: aim-cdev/cdev.c. Fix "missing static keyword" warningsAdrian Remonda-9/+9
2015-07-29Staging: most: fix passing a potential null pointerChristian Gromm-1/+2
2015-07-29Staging: most: fix dereferencing freed memoryChristian Gromm-1/+1
2015-07-24Staging: most: add MOST driver's aim-cdev moduleChristian Gromm-0/+543