summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
Commit message (Expand)AuthorAgeFilesLines
* staging: most: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi2021-02-042-4/+4
* staging: most: sound: use non-safe list iterationChristian Gromm2021-02-041-2/+2
* staging: most: sound: add sanity check for function argumentChristian Gromm2021-02-041-0/+2
* staging: most: net: use DEFINE_MUTEX() for mutex lockZheng Yongjun2020-12-281-2/+1
* staging: most: Fix spelling mistake "tranceiver" -> "transceiver"Colin Ian King2020-12-091-1/+1
* drivers: staging: most: use swabXX functions of kernelChristian Gromm2020-11-061-12/+2
* drivers: most: add character device interface driverChristian Gromm2020-09-075-563/+0
* staging: most: dim2: Add missing identifier name to function argumentNĂ­colas F. R. A. Prado2020-08-181-3/+3
* Merge tag 'staging-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-068-1275/+29
|\
| * staging: most: fix up movement of USB driverGreg Kroah-Hartman2020-08-021-1/+0
| * drivers: most: add USB adapter driverChristian Gromm2020-07-314-1189/+0
| * staging: most: Use %pM format specifier for MAC addressesAndy Shevchenko2020-07-311-4/+2
| * staging: most: usb: remove NET dependencyChristian Gromm2020-07-291-2/+1
| * 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 DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
|/
* 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
|\