summaryrefslogtreecommitdiff
path: root/drivers/staging/most
AgeCommit message (Expand)AuthorFilesLines
2023-07-27staging: Explicitly include correct DT includesRob Herring1-1/+1
2023-05-28staging: most: Switch i2c driver back to use .probe()Uwe Kleine-König1-1/+1
2023-04-03staging: most: dim2: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-25staging: most: fix line ending with '(' in dim2/Khadija Kamran1-3/+2
2023-03-25staging: most: fix line ending with '(' in video/Khadija Kamran1-2/+1
2023-03-25staging: most: remove extra blank lineKhadija Kamran1-1/+0
2023-03-22staging: most: define iface_to_hdm as an inline functionMenna Mahmoud1-1/+4
2023-03-22staging: most: use inline functions for to_hdmMenna Mahmoud1-1/+4
2023-03-08staging: most: dim2: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2022-11-22staging: most: i2c: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2022-10-22staging: most: dim2: correct misleading struct type nameDeepak R Varma3-7/+7
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-04-12staging/most, dim2: convert dim2_tasklet to threaded irqDavidlohr Bueso1-20/+9
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab1-1/+1
2022-02-15staging: most: net: Make use of the helper macro LIST_HEAD()Cai Huoqing1-1/+1
2022-02-15staging: most: video: Make use of the helper macro LIST_HEAD()Cai Huoqing1-1/+1
2021-12-28staging: most: dim2: use consistent routine namingNikita Yushchenko1-13/+13
2021-12-28staging: most: dim2: update renesas compatible stringNikita Yushchenko1-1/+1
2021-10-20staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-13staging: most: dim2: use device release methodNikita Yushchenko1-25/+30
2021-10-13staging: most: dim2: do not double-register the same deviceNikita Yushchenko4-72/+14
2021-09-28staging: most: dim2: use if statements instead of ?: expressionsNikita Yushchenko1-11/+12
2021-09-28staging: most: dim2: force fcnt=3 on Renesas GEN3Nikita Yushchenko1-6/+23
2021-07-27staging/most: Remove all strcpy() uses in favor of strscpy()Len Baker1-2/+2
2021-05-10staging: most: dim2: hal: Demote non-conformant kernel-doc headersLee Jones1-2/+2
2021-05-10staging: most: dim2: hal: Fix one kernel-doc header and demote two non-confor...Lee Jones1-3/+3
2021-05-10staging: most: i2c: Fix a little doc-rotLee Jones1-6/+6
2021-05-10staging: most: dim2: Provide missing descriptions and fix doc-rotLee Jones1-10/+13
2021-05-10staging: most: net: Fix some kernel-doc formatting issuesLee Jones1-3/+3
2021-03-23drivers: most: add ALSA sound driverChristian Gromm5-766/+0
2021-02-04staging: most: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi2-4/+4
2021-02-04staging: most: sound: use non-safe list iterationChristian Gromm1-2/+2
2021-02-04staging: most: sound: add sanity check for function argumentChristian Gromm1-0/+2
2020-12-28staging: most: net: use DEFINE_MUTEX() for mutex lockZheng Yongjun1-2/+1
2020-12-09staging: most: Fix spelling mistake "tranceiver" -> "transceiver"Colin Ian King1-1/+1
2020-11-06drivers: staging: most: use swabXX functions of kernelChristian Gromm1-12/+2
2020-09-07drivers: most: add character device interface driverChristian Gromm5-563/+0
2020-08-18staging: most: dim2: Add missing identifier name to function argumentNícolas F. R. A. Prado1-3/+3
2020-08-07Merge tag 'staging-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-1275/+29
2020-08-02staging: most: fix up movement of USB driverGreg Kroah-Hartman1-1/+0
2020-07-31drivers: most: add USB adapter driverChristian Gromm4-1189/+0
2020-07-31staging: most: Use %pM format specifier for MAC addressesAndy Shevchenko1-4/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-07-29staging: most: usb: remove NET dependencyChristian Gromm1-2/+1
2020-06-25staging: most: sound: remove overcautious argument checkingChristian Gromm1-3/+0
2020-06-25staging: most: sound: fix white spacesChristian Gromm1-15/+0
2020-06-25staging: most: sound: fix return valuesChristian Gromm1-5/+7
2020-06-25staging: most: sound: fix error pathChristian Gromm1-1/+3
2020-06-25staging: most: sound: remove noisy log messagesChristian Gromm1-20/+4