aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-25staging: most: sound: remove overcautious argument checkingChristian Gromm1-3/+0
2020-06-25staging: most: sound: fix white spacesChristian Gromm1-15/+0
2020-06-25staging: most: sound: fix return valuesChristian Gromm1-5/+7
2020-06-25staging: most: sound: fix error pathChristian Gromm1-1/+3
2020-06-25staging: most: sound: remove noisy log messagesChristian Gromm1-20/+4
2020-06-25staging: most: cdev: simplify list iterationChristian Gromm1-6/+3
2020-06-25staging: most: cdev: fix return valuesChristian Gromm1-3/+3
2020-06-25staging: most: cdev: fix up parenthesizingChristian Gromm1-1/+1
2020-06-25staging: most: cdev: remove overcautious parameter checkingChristian Gromm1-7/+1
2020-06-25staging: most: cdev: use dev_*() functions to print messagesChristian Gromm1-6/+6
2020-06-25staging: most: cdev: remove noisy log messagesChristian Gromm1-20/+6
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-2/+2
2020-05-29staging: most: usb: init return value in default path of switch/case expressionChristian Gromm1-0/+1
2020-05-27staging: most: usb: use function sysfs_streqChristian Gromm1-6/+6
2020-05-27staging: most: usb: add missing put_device callsChristian Gromm1-0/+2
2020-05-27staging: most: usb: use correct error codesChristian Gromm1-3/+3
2020-05-27staging: most: usb: replace code to calculate array indexChristian Gromm1-3/+8
2020-05-27staging: most: usb: don't use error path to exit function on successChristian Gromm1-2/+2
2020-05-27staging: most: usb: move allocation of URB out of critical sectionChristian Gromm1-7/+5
2020-05-27staging: most: usb: return 0 instead of variableChristian Gromm1-2/+2
2020-05-27staging: most: usb: change return value of function drci_rd_regChristian Gromm1-5/+7
2020-05-27staging: most: usb: don't use expressions that might fail in a declarationChristian Gromm1-3/+6
2020-05-27staging: most: usb: change order of function parametersChristian Gromm1-5/+6
2020-05-15staging: most: usb: use macro ATTRIBUTE_GROUPSChristian Gromm1-9/+2
2020-05-15staging: most: fix typo in KconfigChristian Gromm1-1/+1
2020-05-15staging: most: usb: use dev_dbg functionChristian Gromm1-11/+11
2020-05-15staging: most: usb: check number of reported endpointsChristian Gromm1-7/+6
2020-05-15staging: most: usb: remove reference to USB error codesChristian Gromm1-97/+0
2020-05-15staging: most: usb: use dev_*() functions to print messagesChristian Gromm1-8/+8
2020-05-13staging: most: usb: sanity check channel before using it as an index into arraysColin Ian King1-5/+6
2020-05-13staging: most: usb: add PM functionsChristian Gromm1-0/+28
2020-05-05staging: most: usb: consolidate codeChristian Gromm1-4/+2
2020-05-05staging: most: usb: drop unlikely macrosChristian Gromm1-5/+5
2020-05-05staging: most: usb: use EINVAL error codeChristian Gromm1-5/+5
2020-05-05staging: most: usb: remove overcautious parameter checkingChristian Gromm1-8/+3
2020-03-30Merge tag 'staging-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds14-3090/+10
2020-03-24staging: most: Documentation: move ABI description files out of staging areaChristian Gromm2-491/+0
2020-03-24staging: most: Documentation: update ABI descriptionChristian Gromm2-29/+3
2020-03-24staging: most: move core files out of the staging areaChristian Gromm12-2573/+10
2020-03-12staging: most: core: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-3/+3
2020-02-24media: staging/most: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-2/+2
2020-01-24staging: most: usb: check for NULL deviceChristian Gromm1-1/+2
2020-01-24staging: next: configfs: fix release linkChristian Gromm1-7/+19
2020-01-24staging: most: core: fix logging messagesChristian Gromm1-15/+13
2020-01-24staging: most: core: remove container structChristian Gromm1-34/+32
2020-01-24staging: most: remove struct device core driverChristian Gromm2-34/+19
2020-01-24staging: most: core: drop device referenceChristian Gromm1-0/+1
2020-01-24staging: most: remove device from interface structureChristian Gromm4-33/+38
2020-01-22staging: most: net: fix buffer overflowAndrey Shvetsov1-0/+10
2020-01-16staging: most: remove header include path to drivers/stagingMasahiro Yamada17-17/+15