aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-14Staging: most: aim-cdev/cdev.c. Fix "missing static keyword" warningsAdrian Remonda1-9/+9
2015-08-14Staging: most: hdm-usb/hdm_usb.c. Fix "missing static keyword" warningsAdrian Remonda1-8/+8
2015-08-14Staging: most: mostcore/core.c. Fix "Using plain integer as NULL pointer" warningsAdrian Remonda1-1/+1
2015-08-14Staging: most: mostcore/core.c. Fix "missing static keyword" warningsAdrian Remonda1-7/+8
2015-08-14staging: most: Remove unnecessary externsJoe Perches1-4/+4
2015-08-14staging/most: fix return value for DIM_GetChannelStateTomas Melin1-1/+1
2015-08-03staging: most: fix hdm-dim2 build errorRandy Dunlap1-1/+2
2015-08-03staging: most: fix aim-sound build errorsRandy Dunlap1-0/+1
2015-08-03Staging: most: avoid possible integer overflowChristian Gromm1-1/+1
2015-07-31linux-next: drivers: staging: most: Fix return valueMichael Hornung1-1/+1
2015-07-31Staging: most: replace pr_*() functions by dev_*()Christian Gromm1-57/+59
2015-07-31Staging: most: fix doing DMA on stackChristian Gromm1-13/+23
2015-07-31Staging: most: replace min() by min_t()Christian Gromm1-2/+2
2015-07-31Staging: most: fix double unlockChristian Gromm1-0/+1
2015-07-29staging: most: fix aim-network build errorsRandy Dunlap1-1/+2
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-29Staging: most: fix snprintf() is printing too muchChristian Gromm1-1/+1
2015-07-29staging: most: core.c: remove semicolon at the end of define statementChaehyun Lim1-1/+1
2015-07-24Staging: most: add MOST driver's documentationChristian Gromm2-0/+361
2015-07-24Staging: most: add MOST driver's hdm-usb moduleChristian Gromm5-0/+1463
2015-07-24Staging: most: add MOST driver's hdm-i2c moduleChristian Gromm5-0/+469
2015-07-24Staging: most: add MOST driver's hdm-dim2 moduleChristian Gromm12-0/+2454
2015-07-24Staging: most: add MOST driver's aim-v4l2 moduleChristian Gromm5-0/+655
2015-07-24Staging: most: add MOST driver's aim-sound moduleChristian Gromm5-0/+777
2015-07-24Staging: most: add MOST driver's aim-network moduleChristian Gromm6-0/+609
2015-07-24Staging: most: add MOST driver's aim-cdev moduleChristian Gromm5-0/+546
2015-07-24Staging: most: add MOST driver's core moduleChristian Gromm7-0/+2288