summaryrefslogtreecommitdiff
path: root/drivers/staging/most/usb
AgeCommit message (Expand)AuthorFilesLines
2020-05-29staging: most: usb: init return value in default path of switch/case expressionChristian Gromm1-0/+1
2020-05-27staging: most: usb: use function sysfs_streqChristian Gromm1-6/+6
2020-05-27staging: most: usb: add missing put_device callsChristian Gromm1-0/+2
2020-05-27staging: most: usb: use correct error codesChristian Gromm1-3/+3
2020-05-27staging: most: usb: replace code to calculate array indexChristian Gromm1-3/+8
2020-05-27staging: most: usb: don't use error path to exit function on successChristian Gromm1-2/+2
2020-05-27staging: most: usb: move allocation of URB out of critical sectionChristian Gromm1-7/+5
2020-05-27staging: most: usb: return 0 instead of variableChristian Gromm1-2/+2
2020-05-27staging: most: usb: change return value of function drci_rd_regChristian Gromm1-5/+7
2020-05-27staging: most: usb: don't use expressions that might fail in a declarationChristian Gromm1-3/+6
2020-05-27staging: most: usb: change order of function parametersChristian Gromm1-5/+6
2020-05-15staging: most: usb: use macro ATTRIBUTE_GROUPSChristian Gromm1-9/+2
2020-05-15staging: most: fix typo in KconfigChristian Gromm1-1/+1
2020-05-15staging: most: usb: use dev_dbg functionChristian Gromm1-11/+11
2020-05-15staging: most: usb: check number of reported endpointsChristian Gromm1-7/+6
2020-05-15staging: most: usb: remove reference to USB error codesChristian Gromm1-97/+0
2020-05-15staging: most: usb: use dev_*() functions to print messagesChristian Gromm1-8/+8
2020-05-13staging: most: usb: sanity check channel before using it as an index into arraysColin Ian King1-5/+6
2020-05-13staging: most: usb: add PM functionsChristian Gromm1-0/+28
2020-05-05staging: most: usb: consolidate codeChristian Gromm1-4/+2
2020-05-05staging: most: usb: drop unlikely macrosChristian Gromm1-5/+5
2020-05-05staging: most: usb: use EINVAL error codeChristian Gromm1-5/+5
2020-05-05staging: most: usb: remove overcautious parameter checkingChristian Gromm1-8/+3
2020-03-24staging: most: move core files out of the staging areaChristian Gromm1-2/+1
2020-01-24staging: most: usb: check for NULL deviceChristian Gromm1-1/+2
2020-01-24staging: most: remove device from interface structureChristian Gromm1-4/+16
2020-01-16staging: most: remove header include path to drivers/stagingMasahiro Yamada2-2/+2
2019-12-17staging: most: use angle brackets in include pathChristian Gromm1-1/+1
2019-12-17staging: most: rename core.h to most.hChristian Gromm1-1/+1
2019-04-16staging: most: usb: remove prefix from description tagChristian Gromm1-1/+1
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-03-18staging: most: usb: Change '--help--' to 'help' in KconfigWentao Cai1-1/+1
2019-02-04staging: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2018-10-03staging: most: usb: add release function for DCI deviceChristian Gromm1-1/+8
2018-09-25staging: most: fix label namesChristian Gromm1-23/+23
2018-05-08staging: most: usb: remove local variableChristian Gromm1-5/+4
2018-05-08staging: most: usb: fix usb_disconnect race conditionChristian Gromm1-6/+13
2018-05-08staging: most: usb: don't set URB_ZERO_PACKET flag for synchronous dataChristian Gromm1-1/+2
2018-05-08staging: most: usb: add ep number to logChristian Gromm1-3/+6
2018-05-08staging: most: sound: call snd_card_new with struct deviceChristian Gromm1-0/+1
2018-05-08staging: most: make interface drivers allocate coherent memoryChristian Gromm1-0/+18
2018-01-08staging: most: Fix identifiers to function parametersRavi Eluri1-2/+2
2017-11-28staging: most: make DEVICE_ATTR structures staticChristian Gromm1-15/+15
2017-11-27staging: most: usb: fix show/store function namesChristian Gromm1-17/+17
2017-11-27staging: most: usb: clear functional stall on OUT endpointChristian Gromm1-0/+15
2017-11-27staging: most: usb: remove pointer initializationChristian Gromm1-2/+0
2017-11-27staging: most: remove proprietary kobjectsChristian Gromm1-182/+61
2017-11-27staging: most: usb: rename moduleChristian Gromm3-0/+1317