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