summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* staging: most: core: remove noisy log messagesChristian Gromm2020-01-151-8/+0
* staging: most: core: use dev_* function for loggingChristian Gromm2020-01-151-31/+30
* staging: most: core: fix date in file commentChristian Gromm2020-01-151-1/+1
* staging: most: use angle brackets in include pathChristian Gromm2019-12-176-6/+6
* staging: most: configfs: reduce array sizeChristian Gromm2019-12-171-7/+9
* staging: most: configfs: use strlcpyChristian Gromm2019-12-171-4/+6
* staging: most: rename enum mbo_status_flagsChristian Gromm2019-12-171-2/+2
* staging: most: rename struct core_componentChristian Gromm2019-12-177-36/+36
* staging: most: rename core.h to most.hChristian Gromm2019-12-1710-9/+9
* staging: most: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-101-1/+0
* staging: most: Use managed buffer allocationTakashi Iwai2019-12-101-43/+1
* staging: most: fix improper SPDX-License comment styleChristian Gromm2019-12-101-1/+1
* Merge tag 'staging-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-278-140/+105
|\
| * staging: most: core: remove sysfs attr remove_linkChristian Gromm2019-11-201-86/+0
| * staging: most: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-4/+4
| * staging: most: core: add comments to mutex and spinlock definitionsChristian Gromm2019-11-131-2/+2
| * staging: most: block module removal while having active configfs itemsChristian Gromm2019-11-116-3/+40