summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
Commit message (Expand)AuthorAgeFilesLines
* staging: most: sound: remove overcautious argument checkingChristian Gromm2020-06-251-3/+0
* staging: most: sound: fix white spacesChristian Gromm2020-06-251-15/+0
* staging: most: sound: fix return valuesChristian Gromm2020-06-251-5/+7
* staging: most: sound: fix error pathChristian Gromm2020-06-251-1/+3
* staging: most: sound: remove noisy log messagesChristian Gromm2020-06-251-20/+4
* staging: most: cdev: simplify list iterationChristian Gromm2020-06-251-6/+3
* staging: most: cdev: fix return valuesChristian Gromm2020-06-251-3/+3
* staging: most: cdev: fix up parenthesizingChristian Gromm2020-06-251-1/+1
* staging: most: cdev: remove overcautious parameter checkingChristian Gromm2020-06-251-7/+1
* staging: most: cdev: use dev_*() functions to print messagesChristian Gromm2020-06-251-6/+6
* staging: most: cdev: remove noisy log messagesChristian Gromm2020-06-251-20/+6
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-2/+2
* staging: most: usb: init return value in default path of switch/case expressionChristian Gromm2020-05-291-0/+1
* staging: most: usb: use function sysfs_streqChristian Gromm2020-05-271-6/+6
* staging: most: usb: add missing put_device callsChristian Gromm2020-05-271-0/+2
* staging: most: usb: use correct error codesChristian Gromm2020-05-271-3/+3
* staging: most: usb: replace code to calculate array indexChristian Gromm2020-05-271-3/+8
* staging: most: usb: don't use error path to exit function on successChristian Gromm2020-05-271-2/+2
* staging: most: usb: move allocation of URB out of critical sectionChristian Gromm2020-05-271-7/+5
* staging: most: usb: return 0 instead of variableChristian Gromm2020-05-271-2/+2
* staging: most: usb: change return value of function drci_rd_regChristian Gromm2020-05-271-5/+7
* staging: most: usb: don't use expressions that might fail in a declarationChristian Gromm2020-05-271-3/+6
* staging: most: usb: change order of function parametersChristian Gromm2020-05-271-5/+6
* staging: most: usb: use macro ATTRIBUTE_GROUPSChristian Gromm2020-05-151-9/+2
* staging: most: fix typo in KconfigChristian Gromm2020-05-151-1/+1
* staging: most: usb: use dev_dbg functionChristian Gromm2020-05-151-11/+11
* staging: most: usb: check number of reported endpointsChristian Gromm2020-05-151-7/+6
* staging: most: usb: remove reference to USB error codesChristian Gromm2020-05-151-97/+0
* staging: most: usb: use dev_*() functions to print messagesChristian Gromm2020-05-151-8/+8
* staging: most: usb: sanity check channel before using it as an index into arraysColin Ian King2020-05-131-5/+6
* staging: most: usb: add PM functionsChristian Gromm2020-05-131-0/+28
* staging: most: usb: consolidate codeChristian Gromm2020-05-051-4/+2
* staging: most: usb: drop unlikely macrosChristian Gromm2020-05-051-5/+5
* staging: most: usb: use EINVAL error codeChristian Gromm2020-05-051-5/+5
* staging: most: usb: remove overcautious parameter checkingChristian Gromm2020-05-051-8/+3
* Merge tag 'staging-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-03-3014-3090/+10
|\
| * staging: most: Documentation: move ABI description files out of staging areaChristian Gromm2020-03-242-491/+0
| * staging: most: Documentation: update ABI descriptionChristian Gromm2020-03-242-29/+3
| * staging: most: move core files out of the staging areaChristian Gromm2020-03-2412-2573/+10
| * staging: most: core: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-3/+3
* | media: staging/most: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-2/+2
|/
* staging: most: usb: check for NULL deviceChristian Gromm2020-01-241-1/+2
* staging: next: configfs: fix release linkChristian Gromm2020-01-241-7/+19
* staging: most: core: fix logging messagesChristian Gromm2020-01-241-15/+13
* staging: most: core: remove container structChristian Gromm2020-01-241-34/+32
* staging: most: remove struct device core driverChristian Gromm2020-01-242-34/+19
* staging: most: core: drop device referenceChristian Gromm2020-01-241-0/+1
* staging: most: remove device from interface structureChristian Gromm2020-01-244-33/+38
* staging: most: net: fix buffer overflowAndrey Shvetsov2020-01-221-0/+10
* staging: most: remove header include path to drivers/stagingMasahiro Yamada2020-01-1617-17/+15