summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
AgeCommit message (Expand)Author
2020-12-09staging: most: Fix spelling mistake "tranceiver" -> "transceiver"Colin Ian King
2020-11-06drivers: staging: most: use swabXX functions of kernelChristian Gromm
2020-09-07drivers: most: add character device interface driverChristian Gromm
2020-08-18staging: most: dim2: Add missing identifier name to function argumentNĂ­colas F. R. A. Prado
2020-08-06Merge tag 'staging-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-08-02staging: most: fix up movement of USB driverGreg Kroah-Hartman
2020-07-31drivers: most: add USB adapter driverChristian Gromm
2020-07-31staging: most: Use %pM format specifier for MAC addressesAndy Shevchenko
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2020-07-29staging: most: usb: remove NET dependencyChristian Gromm
2020-06-25staging: most: sound: remove overcautious argument checkingChristian Gromm
2020-06-25staging: most: sound: fix white spacesChristian Gromm
2020-06-25staging: most: sound: fix return valuesChristian Gromm
2020-06-25staging: most: sound: fix error pathChristian Gromm
2020-06-25staging: most: sound: remove noisy log messagesChristian Gromm
2020-06-25staging: most: cdev: simplify list iterationChristian Gromm
2020-06-25staging: most: cdev: fix return valuesChristian Gromm
2020-06-25staging: most: cdev: fix up parenthesizingChristian Gromm
2020-06-25staging: most: cdev: remove overcautious parameter checkingChristian Gromm
2020-06-25staging: most: cdev: use dev_*() functions to print messagesChristian Gromm
2020-06-25staging: most: cdev: remove noisy log messagesChristian Gromm
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-29staging: most: usb: init return value in default path of switch/case expressionChristian Gromm
2020-05-27staging: most: usb: use function sysfs_streqChristian Gromm
2020-05-27staging: most: usb: add missing put_device callsChristian Gromm
2020-05-27staging: most: usb: use correct error codesChristian Gromm
2020-05-27staging: most: usb: replace code to calculate array indexChristian Gromm
2020-05-27staging: most: usb: don't use error path to exit function on successChristian Gromm
2020-05-27staging: most: usb: move allocation of URB out of critical sectionChristian Gromm
2020-05-27staging: most: usb: return 0 instead of variableChristian Gromm
2020-05-27staging: most: usb: change return value of function drci_rd_regChristian Gromm
2020-05-27staging: most: usb: don't use expressions that might fail in a declarationChristian Gromm
2020-05-27staging: most: usb: change order of function parametersChristian Gromm
2020-05-15staging: most: usb: use macro ATTRIBUTE_GROUPSChristian Gromm
2020-05-15staging: most: fix typo in KconfigChristian Gromm
2020-05-15staging: most: usb: use dev_dbg functionChristian Gromm
2020-05-15staging: most: usb: check number of reported endpointsChristian Gromm
2020-05-15staging: most: usb: remove reference to USB error codesChristian Gromm
2020-05-15staging: most: usb: use dev_*() functions to print messagesChristian Gromm
2020-05-13staging: most: usb: sanity check channel before using it as an index into arraysColin Ian King
2020-05-13staging: most: usb: add PM functionsChristian Gromm
2020-05-05staging: most: usb: consolidate codeChristian Gromm
2020-05-05staging: most: usb: drop unlikely macrosChristian Gromm
2020-05-05staging: most: usb: use EINVAL error codeChristian Gromm
2020-05-05staging: most: usb: remove overcautious parameter checkingChristian Gromm
2020-03-30Merge tag 'staging-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-24staging: most: Documentation: move ABI description files out of staging areaChristian Gromm
2020-03-24staging: most: Documentation: update ABI descriptionChristian Gromm
2020-03-24staging: most: move core files out of the staging areaChristian Gromm
2020-03-12staging: most: core: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai