aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/most
AgeCommit message (Expand)AuthorFilesLines
2021-05-10staging: most: dim2: hal: Demote non-conformant kernel-doc headersGravatar Lee Jones 1-2/+2
2021-05-10staging: most: dim2: hal: Fix one kernel-doc header and demote two non-confor...Gravatar Lee Jones 1-3/+3
2021-05-10staging: most: i2c: Fix a little doc-rotGravatar Lee Jones 1-6/+6
2021-05-10staging: most: dim2: Provide missing descriptions and fix doc-rotGravatar Lee Jones 1-10/+13
2021-05-10staging: most: net: Fix some kernel-doc formatting issuesGravatar Lee Jones 1-3/+3
2021-03-23drivers: most: add ALSA sound driverGravatar Christian Gromm 5-766/+0
2021-02-04staging: most: Switch from strlcpy to strscpyGravatar Kumar Kartikeya Dwivedi 2-4/+4
2021-02-04staging: most: sound: use non-safe list iterationGravatar Christian Gromm 1-2/+2
2021-02-04staging: most: sound: add sanity check for function argumentGravatar Christian Gromm 1-0/+2
2020-12-28staging: most: net: use DEFINE_MUTEX() for mutex lockGravatar Zheng Yongjun 1-2/+1
2020-12-09staging: most: Fix spelling mistake "tranceiver" -> "transceiver"Gravatar Colin Ian King 1-1/+1
2020-11-06drivers: staging: most: use swabXX functions of kernelGravatar Christian Gromm 1-12/+2
2020-09-07drivers: most: add character device interface driverGravatar Christian Gromm 5-563/+0
2020-08-18staging: most: dim2: Add missing identifier name to function argumentGravatar Nícolas F. R. A. Prado 1-3/+3
2020-08-06Merge tag 'staging-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-1275/+29
2020-08-02staging: most: fix up movement of USB driverGravatar Greg Kroah-Hartman 1-1/+0
2020-07-31drivers: most: add USB adapter driverGravatar Christian Gromm 4-1189/+0
2020-07-31staging: most: Use %pM format specifier for MAC addressesGravatar Andy Shevchenko 1-4/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Gravatar Kees Cook 1-1/+1
2020-07-29staging: most: usb: remove NET dependencyGravatar Christian Gromm 1-2/+1
2020-06-25staging: most: sound: remove overcautious argument checkingGravatar Christian Gromm 1-3/+0
2020-06-25staging: most: sound: fix white spacesGravatar Christian Gromm 1-15/+0
2020-06-25staging: most: sound: fix return valuesGravatar Christian Gromm 1-5/+7
2020-06-25staging: most: sound: fix error pathGravatar Christian Gromm 1-1/+3
2020-06-25staging: most: sound: remove noisy log messagesGravatar Christian Gromm 1-20/+4
2020-06-25staging: most: cdev: simplify list iterationGravatar Christian Gromm 1-6/+3
2020-06-25staging: most: cdev: fix return valuesGravatar Christian Gromm 1-3/+3
2020-06-25staging: most: cdev: fix up parenthesizingGravatar Christian Gromm 1-1/+1
2020-06-25staging: most: cdev: remove overcautious parameter checkingGravatar Christian Gromm 1-7/+1
2020-06-25staging: most: cdev: use dev_*() functions to print messagesGravatar Christian Gromm 1-6/+6
2020-06-25staging: most: cdev: remove noisy log messagesGravatar Christian Gromm 1-20/+6
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 2-2/+2
2020-05-29staging: most: usb: init return value in default path of switch/case expressionGravatar Christian Gromm 1-0/+1
2020-05-27staging: most: usb: use function sysfs_streqGravatar Christian Gromm 1-6/+6
2020-05-27staging: most: usb: add missing put_device callsGravatar Christian Gromm 1-0/+2
2020-05-27staging: most: usb: use correct error codesGravatar Christian Gromm 1-3/+3
2020-05-27staging: most: usb: replace code to calculate array indexGravatar Christian Gromm 1-3/+8
2020-05-27staging: most: usb: don't use error path to exit function on successGravatar Christian Gromm 1-2/+2
2020-05-27staging: most: usb: move allocation of URB out of critical sectionGravatar Christian Gromm 1-7/+5
2020-05-27staging: most: usb: return 0 instead of variableGravatar Christian Gromm 1-2/+2
2020-05-27staging: most: usb: change return value of function drci_rd_regGravatar Christian Gromm 1-5/+7
2020-05-27staging: most: usb: don't use expressions that might fail in a declarationGravatar Christian Gromm 1-3/+6
2020-05-27staging: most: usb: change order of function parametersGravatar Christian Gromm 1-5/+6
2020-05-15staging: most: usb: use macro ATTRIBUTE_GROUPSGravatar Christian Gromm 1-9/+2
2020-05-15staging: most: fix typo in KconfigGravatar Christian Gromm 1-1/+1
2020-05-15staging: most: usb: use dev_dbg functionGravatar Christian Gromm 1-11/+11
2020-05-15staging: most: usb: check number of reported endpointsGravatar Christian Gromm 1-7/+6
2020-05-15staging: most: usb: remove reference to USB error codesGravatar Christian Gromm 1-97/+0
2020-05-15staging: most: usb: use dev_*() functions to print messagesGravatar Christian Gromm 1-8/+8
2020-05-13staging: most: usb: sanity check channel before using it as an index into arraysGravatar Colin Ian King 1-5/+6