summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
AgeCommit message (Expand)AuthorLines
2015-10-29staging: most: remove exclusive wait_queueChristian Gromm-3/+1
2015-10-29staging: most: hdm-dim2: use min_t()Christian Gromm-1/+2
2015-10-24staging: most: hdm-usb: Use setup_timerMuhammad Falak R Wani-3/+2
2015-10-24staging: most: remove comparison to NULLChristian Gromm-1/+1
2015-10-24staging: most: use preferred kzalloc parametersChristian Gromm-1/+1
2015-10-24staging: most: use preferred kernel typesChristian Gromm-3/+3
2015-10-24staging: most: fix logical operator positionChristian Gromm-6/+5
2015-10-24staging: most: remove unnecessary parenthesesChristian Gromm-1/+1
2015-10-24staging: most: use blank line after declarationsChristian Gromm-0/+11
2015-10-24staging: most: use braces on all arms of statementChristian Gromm-13/+15
2015-10-24staging: most: make alignment match open parenthesisChristian Gromm-9/+8
2015-10-24staging: most: remove multiple assignmentChristian Gromm-1/+2
2015-10-24staging: most: removed redundant codeChristian Gromm-38/+0
2015-10-24staging: most: put spaces around operatorChristian Gromm-2/+2
2015-10-24staging: most: remove multiple blank linesChristian Gromm-28/+0
2015-10-16staging: most: fix line-over-80-characters violationsChristian Gromm-4/+8
2015-10-16staging: most: change parameter descriptionChristian Gromm-1/+1
2015-10-16staging: most: replace memcpy by ether_addr_copyChristian Gromm-2/+2
2015-10-16staging: most: fix misplaced constants in comparisonsChristian Gromm-2/+2
2015-10-16staging: most: make hdm-usb follow the coding styleChristian Gromm-6/+8
2015-10-16staging: most: fix checkpatch issues of hdm i2cChristian Gromm-4/+5
2015-10-16staging: most: remove constants from comparisonsChristian Gromm-2/+2
2015-10-16staging: most: correct coding style breachesChristian Gromm-20/+24
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-10-16Staging: most: Remove unnecessary cast on void pointerShraddha Barke-2/+2
2015-10-13Staging: most: Remove exceptional & on function nameShraddha Barke-2/+3
2015-10-12Staging: most: hdm-i2c: Drop owner assignment from i2c driverShraddha Barke-1/+0
2015-10-12Staging: most: Fix typo in staging/mostMasanari Iida-4/+4
2015-10-04Staging: most: Use module_platform_driverShraddha Barke-20/+1
2015-09-29Staging: most: Use module_i2c_driverShraddha Barke-21/+1
2015-09-29staging: most: fix pcm_write input/output errorChristian Gromm-6/+11
2015-09-29staging: most: add poll syscall to AIM cdevChristian Gromm-0/+43
2015-09-29staging: most: remove audio resolution format checkChristian Gromm-2/+1
2015-09-29staging: most: fix style problemsChristian Gromm-3/+3
2015-09-29staging: most: move initialization codeChristian Gromm-18/+10
2015-09-29staging: most: rename functionChristian Gromm-2/+2
2015-09-29staging: most: add missing channel initializationChristian Gromm-0/+2
2015-09-29staging: most: purge unecessary variableChristian Gromm-4/+1
2015-09-29staging: most: squash AIM soundChristian Gromm-14/+0
2015-09-29staging: most: make hardware parameters channel exclusiveChristian Gromm-32/+36
2015-09-29staging: most: include vendor in audio card's shortnameChristian Gromm-1/+1
2015-09-29staging: most: add multi channel support to sound AIMChristian Gromm-2/+25
2015-09-29staging: most: refactor channel structureChristian Gromm-53/+55
2015-09-29staging: most: add fair buffer distributionChristian Gromm-7/+36
2015-09-29staging: most: consolidate codeChristian Gromm-6/+2
2015-09-29staging: most: prevent DMA on stackChristian Gromm-10/+16
2015-09-29staging: most: simplify codeChristian Gromm-9/+8
2015-09-29staging: most: fix MAC address representationChristian Gromm-8/+16
2015-09-29staging: most: fix buffer size for DIM2Christian Gromm-2/+2