summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
Commit message (Expand)AuthorAgeFilesLines
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* staging/most, dim2: convert dim2_tasklet to threaded irqDavidlohr Bueso2022-04-121-20/+9
* Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-282-2/+2
|\
| * staging: most: net: Make use of the helper macro LIST_HEAD()Cai Huoqing2022-02-151-1/+1
| * staging: most: video: Make use of the helper macro LIST_HEAD()Cai Huoqing2022-02-151-1/+1
* | media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab2022-03-181-1/+1
|/
* staging: most: dim2: use consistent routine namingNikita Yushchenko2021-12-281-13/+13
* staging: most: dim2: update renesas compatible stringNikita Yushchenko2021-12-281-1/+1
* staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-201-1/+1
* staging: most: dim2: use device release methodNikita Yushchenko2021-10-131-25/+30
* staging: most: dim2: do not double-register the same deviceNikita Yushchenko2021-10-134-72/+14
* staging: most: dim2: use if statements instead of ?: expressionsNikita Yushchenko2021-09-281-11/+12
* staging: most: dim2: force fcnt=3 on Renesas GEN3Nikita Yushchenko2021-09-281-6/+23
* staging/most: Remove all strcpy() uses in favor of strscpy()Len Baker2021-07-271-2/+2
* staging: most: dim2: hal: Demote non-conformant kernel-doc headersLee Jones2021-05-101-2/+2
* staging: most: dim2: hal: Fix one kernel-doc header and demote two non-confor...Lee Jones2021-05-101-3/+3
* staging: most: i2c: Fix a little doc-rotLee Jones2021-05-101-6/+6
* staging: most: dim2: Provide missing descriptions and fix doc-rotLee Jones2021-05-101-10/+13
* staging: most: net: Fix some kernel-doc formatting issuesLee Jones2021-05-101-3/+3
* drivers: most: add ALSA sound driverChristian Gromm2021-03-235-766/+0
* 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