aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-29staging: most: remove macro cpu_to_le16Christian Gromm1-4/+4
2015-09-29staging: most: fix buffer synchronization requestChristian Gromm1-31/+10
2015-09-29staging: most: remove dead codeChristian Gromm1-6/+0
2015-09-29staging: most: remove unnecessary field initializationChristian Gromm1-1/+0
2015-09-29staging: most: fix channel operation in multi-aim contextChristian Gromm6-37/+68
2015-09-29staging: most: fix USB babble on IN pipeChristian Gromm1-1/+2
2015-09-29staging: most: remove shared IRQ requestChristian Gromm1-1/+1
2015-09-29staging: most: fix race condition in AIM networkingChristian Gromm1-0/+3
2015-09-29staging: most: remove aim resetChristian Gromm1-5/+0
2015-09-29staging: most: change structure initializationChristian Gromm2-12/+15
2015-09-29Merge 4.3-rc3 into staging-nextGreg Kroah-Hartman4-1/+4
2015-09-17staging: most: Add dependency to HAS_IOMEMChristian Gromm1-0/+1
2015-09-16Staging: most: aim-network: Replace pr_info with netdev_infoShraddha Barke1-5/+5
2015-09-13Staging: most: MOST and MOSTCORE should depend on HAS_DMAGeert Uytterhoeven2-0/+2
2015-09-13staging: most: fix HDM_USB dependencies and build errorsRandy Dunlap1-1/+1
2015-09-12staging: most: style of bool comparisonSudip Mukherjee2-7/+7
2015-09-12staging: most: remove unneeded NULL checkSudip Mukherjee1-4/+2
2015-09-12staging: most: remove driver ownerSudip Mukherjee1-1/+0
2015-09-12staging: most: return NULL instead of integerSudip Mukherjee1-1/+1
2015-09-12staging: most: remove always true comparisonSudip Mukherjee1-1/+1
2015-09-12Staging: most: Use NULL instead of zeroRonit Halder1-1/+1
2015-09-12staging: most: NULL comparison styleSudip Mukherjee1-6/+6
2015-09-12staging: most: fix MakefileSudip Mukherjee1-1/+0
2015-09-12staging: most: remove unused variableSudip Mukherjee1-3/+0
2015-09-12staging: most: use NULL pointerSudip Mukherjee1-4/+4
2015-09-12staging: most: make functions staticSudip Mukherjee1-2/+3
2015-09-12staging: most: remove unused functionsSudip Mukherjee3-20/+0
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