summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
AgeCommit message (Expand)AuthorLines
2015-09-17staging: most: Add dependency to HAS_IOMEMChristian Gromm-0/+1
2015-09-13Staging: most: MOST and MOSTCORE should depend on HAS_DMAGeert Uytterhoeven-0/+2
2015-09-13staging: most: fix HDM_USB dependencies and build errorsRandy Dunlap-1/+1
2015-08-14Staging: most: aim-cdev/cdev.c. Fix "missing static keyword" warningsAdrian Remonda-9/+9
2015-08-14Staging: most: hdm-usb/hdm_usb.c. Fix "missing static keyword" warningsAdrian Remonda-8/+8
2015-08-14Staging: most: mostcore/core.c. Fix "Using plain integer as NULL pointer" war...Adrian Remonda-1/+1
2015-08-14Staging: most: mostcore/core.c. Fix "missing static keyword" warningsAdrian Remonda-7/+8
2015-08-14staging: most: Remove unnecessary externsJoe Perches-4/+4
2015-08-14staging/most: fix return value for DIM_GetChannelStateTomas Melin-1/+1
2015-08-03staging: most: fix hdm-dim2 build errorRandy Dunlap-1/+2
2015-08-03staging: most: fix aim-sound build errorsRandy Dunlap-0/+1
2015-08-03Staging: most: avoid possible integer overflowChristian Gromm-1/+1
2015-07-31linux-next: drivers: staging: most: Fix return valueMichael Hornung-1/+1
2015-07-31Staging: most: replace pr_*() functions by dev_*()Christian Gromm-57/+59
2015-07-31Staging: most: fix doing DMA on stackChristian Gromm-13/+23
2015-07-31Staging: most: replace min() by min_t()Christian Gromm-2/+2
2015-07-31Staging: most: fix double unlockChristian Gromm-0/+1
2015-07-29staging: most: fix aim-network build errorsRandy Dunlap-1/+2
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-29Staging: most: fix snprintf() is printing too muchChristian Gromm-1/+1
2015-07-29staging: most: core.c: remove semicolon at the end of define statementChaehyun Lim-1/+1
2015-07-24Staging: most: add MOST driver's documentationChristian Gromm-0/+361
2015-07-24Staging: most: add MOST driver's hdm-usb moduleChristian Gromm-0/+1463
2015-07-24Staging: most: add MOST driver's hdm-i2c moduleChristian Gromm-0/+469
2015-07-24Staging: most: add MOST driver's hdm-dim2 moduleChristian Gromm-0/+2454
2015-07-24Staging: most: add MOST driver's aim-v4l2 moduleChristian Gromm-0/+655
2015-07-24Staging: most: add MOST driver's aim-sound moduleChristian Gromm-0/+777
2015-07-24Staging: most: add MOST driver's aim-network moduleChristian Gromm-0/+609
2015-07-24Staging: most: add MOST driver's aim-cdev moduleChristian Gromm-0/+546
2015-07-24Staging: most: add MOST driver's core moduleChristian Gromm-0/+2288