summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
AgeCommit message (Expand)AuthorLines
2021-10-20staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski-1/+1
2021-10-13staging: most: dim2: use device release methodNikita Yushchenko-25/+30
2021-10-13staging: most: dim2: do not double-register the same deviceNikita Yushchenko-72/+14
2021-09-28staging: most: dim2: use if statements instead of ?: expressionsNikita Yushchenko-11/+12
2021-09-28staging: most: dim2: force fcnt=3 on Renesas GEN3Nikita Yushchenko-6/+23
2021-07-27staging/most: Remove all strcpy() uses in favor of strscpy()Len Baker-2/+2
2021-05-10staging: most: dim2: hal: Demote non-conformant kernel-doc headersLee Jones-2/+2
2021-05-10staging: most: dim2: hal: Fix one kernel-doc header and demote two non-confor...Lee Jones-3/+3
2021-05-10staging: most: i2c: Fix a little doc-rotLee Jones-6/+6
2021-05-10staging: most: dim2: Provide missing descriptions and fix doc-rotLee Jones-10/+13
2021-05-10staging: most: net: Fix some kernel-doc formatting issuesLee Jones-3/+3
2021-03-23drivers: most: add ALSA sound driverChristian Gromm-766/+0
2021-02-04staging: most: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi-4/+4
2021-02-04staging: most: sound: use non-safe list iterationChristian Gromm-2/+2
2021-02-04staging: most: sound: add sanity check for function argumentChristian Gromm-0/+2
2020-12-28staging: most: net: use DEFINE_MUTEX() for mutex lockZheng Yongjun-2/+1
2020-12-09staging: most: Fix spelling mistake "tranceiver" -> "transceiver"Colin Ian King-1/+1
2020-11-06drivers: staging: most: use swabXX functions of kernelChristian Gromm-12/+2
2020-09-07drivers: most: add character device interface driverChristian Gromm-563/+0
2020-08-18staging: most: dim2: Add missing identifier name to function argumentNĂ­colas F. R. A. Prado-3/+3
2020-08-06Merge tag 'staging-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1275/+29
2020-08-02staging: most: fix up movement of USB driverGreg Kroah-Hartman-1/+0
2020-07-31drivers: most: add USB adapter driverChristian Gromm-1189/+0
2020-07-31staging: most: Use %pM format specifier for MAC addressesAndy Shevchenko-4/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook-1/+1
2020-07-29staging: most: usb: remove NET dependencyChristian Gromm-2/+1
2020-06-25staging: most: sound: remove overcautious argument checkingChristian Gromm-3/+0
2020-06-25staging: most: sound: fix white spacesChristian Gromm-15/+0
2020-06-25staging: most: sound: fix return valuesChristian Gromm-5/+7
2020-06-25staging: most: sound: fix error pathChristian Gromm-1/+3
2020-06-25staging: most: sound: remove noisy log messagesChristian Gromm-20/+4
2020-06-25staging: most: cdev: simplify list iterationChristian Gromm-6/+3
2020-06-25staging: most: cdev: fix return valuesChristian Gromm-3/+3
2020-06-25staging: most: cdev: fix up parenthesizingChristian Gromm-1/+1
2020-06-25staging: most: cdev: remove overcautious parameter checkingChristian Gromm-7/+1
2020-06-25staging: most: cdev: use dev_*() functions to print messagesChristian Gromm-6/+6
2020-06-25staging: most: cdev: remove noisy log messagesChristian Gromm-20/+6
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2020-05-29staging: most: usb: init return value in default path of switch/case expressionChristian Gromm-0/+1
2020-05-27staging: most: usb: use function sysfs_streqChristian Gromm-6/+6
2020-05-27staging: most: usb: add missing put_device callsChristian Gromm-0/+2
2020-05-27staging: most: usb: use correct error codesChristian Gromm-3/+3
2020-05-27staging: most: usb: replace code to calculate array indexChristian Gromm-3/+8
2020-05-27staging: most: usb: don't use error path to exit function on successChristian Gromm-2/+2
2020-05-27staging: most: usb: move allocation of URB out of critical sectionChristian Gromm-7/+5
2020-05-27staging: most: usb: return 0 instead of variableChristian Gromm-2/+2
2020-05-27staging: most: usb: change return value of function drci_rd_regChristian Gromm-5/+7
2020-05-27staging: most: usb: don't use expressions that might fail in a declarationChristian Gromm-3/+6
2020-05-27staging: most: usb: change order of function parametersChristian Gromm-5/+6
2020-05-15staging: most: usb: use macro ATTRIBUTE_GROUPSChristian Gromm-9/+2