summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
Commit message (Expand)AuthorAgeFilesLines
* staging: most: Add dependency to HAS_IOMEMChristian Gromm2015-09-171-0/+1
* Staging: most: MOST and MOSTCORE should depend on HAS_DMAGeert Uytterhoeven2015-09-132-0/+2
* staging: most: fix HDM_USB dependencies and build errorsRandy Dunlap2015-09-131-1/+1
* Staging: most: aim-cdev/cdev.c. Fix "missing static keyword" warningsAdrian Remonda2015-08-141-9/+9
* Staging: most: hdm-usb/hdm_usb.c. Fix "missing static keyword" warningsAdrian Remonda2015-08-141-8/+8
* Staging: most: mostcore/core.c. Fix "Using plain integer as NULL pointer" war...Adrian Remonda2015-08-141-1/+1
* Staging: most: mostcore/core.c. Fix "missing static keyword" warningsAdrian Remonda2015-08-141-7/+8
* staging: most: Remove unnecessary externsJoe Perches2015-08-141-4/+4
* staging/most: fix return value for DIM_GetChannelStateTomas Melin2015-08-141-1/+1
* staging: most: fix hdm-dim2 build errorRandy Dunlap2015-08-031-1/+2
* staging: most: fix aim-sound build errorsRandy Dunlap2015-08-031-0/+1
* Staging: most: avoid possible integer overflowChristian Gromm2015-08-031-1/+1
* linux-next: drivers: staging: most: Fix return valueMichael Hornung2015-07-311-1/+1
* Staging: most: replace pr_*() functions by dev_*()Christian Gromm2015-07-311-57/+59
* Staging: most: fix doing DMA on stackChristian Gromm2015-07-311-13/+23
* Staging: most: replace min() by min_t()Christian Gromm2015-07-311-2/+2
* Staging: most: fix double unlockChristian Gromm2015-07-311-0/+1
* staging: most: fix aim-network build errorsRandy Dunlap2015-07-291-1/+2
* Staging: most: fix passing a potential null pointerChristian Gromm2015-07-291-1/+2
* Staging: most: fix dereferencing freed memoryChristian Gromm2015-07-291-1/+1
* Staging: most: fix snprintf() is printing too muchChristian Gromm2015-07-291-1/+1
* staging: most: core.c: remove semicolon at the end of define statementChaehyun Lim2015-07-291-1/+1
* Staging: most: add MOST driver's documentationChristian Gromm2015-07-242-0/+361
* Staging: most: add MOST driver's hdm-usb moduleChristian Gromm2015-07-245-0/+1463
* Staging: most: add MOST driver's hdm-i2c moduleChristian Gromm2015-07-245-0/+469
* Staging: most: add MOST driver's hdm-dim2 moduleChristian Gromm2015-07-2412-0/+2454
* Staging: most: add MOST driver's aim-v4l2 moduleChristian Gromm2015-07-245-0/+655
* Staging: most: add MOST driver's aim-sound moduleChristian Gromm2015-07-245-0/+777
* Staging: most: add MOST driver's aim-network moduleChristian Gromm2015-07-246-0/+609
* Staging: most: add MOST driver's aim-cdev moduleChristian Gromm2015-07-245-0/+546
* Staging: most: add MOST driver's core moduleChristian Gromm2015-07-247-0/+2288