summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/usb
Commit message (Expand)AuthorAgeFilesLines
* drivers: most: add USB adapter driverChristian Gromm2020-07-313-1187/+0
* staging: most: usb: remove NET dependencyChristian Gromm2020-07-291-2/+1
* 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
* staging: most: usb: replace code to calculate array indexChristian Gromm2020-05-271-3/+8
* staging: most: usb: don't use error path to exit function on successChristian Gromm2020-05-271-2/+2
* staging: most: usb: move allocation of URB out of critical sectionChristian Gromm2020-05-271-7/+5
* staging: most: usb: return 0 instead of variableChristian Gromm2020-05-271-2/+2
* staging: most: usb: change return value of function drci_rd_regChristian Gromm2020-05-271-5/+7
* staging: most: usb: don't use expressions that might fail in a declarationChristian Gromm2020-05-271-3/+6
* staging: most: usb: change order of function parametersChristian Gromm2020-05-271-5/+6
* staging: most: usb: use macro ATTRIBUTE_GROUPSChristian Gromm2020-05-151-9/+2
* staging: most: fix typo in KconfigChristian Gromm2020-05-151-1/+1
* staging: most: usb: use dev_dbg functionChristian Gromm2020-05-151-11/+11
* staging: most: usb: check number of reported endpointsChristian Gromm2020-05-151-7/+6
* staging: most: usb: remove reference to USB error codesChristian Gromm2020-05-151-97/+0
* staging: most: usb: use dev_*() functions to print messagesChristian Gromm2020-05-151-8/+8
* staging: most: usb: sanity check channel before using it as an index into arraysColin Ian King2020-05-131-5/+6
* staging: most: usb: add PM functionsChristian Gromm2020-05-131-0/+28
* staging: most: usb: consolidate codeChristian Gromm2020-05-051-4/+2
* staging: most: usb: drop unlikely macrosChristian Gromm2020-05-051-5/+5
* staging: most: usb: use EINVAL error codeChristian Gromm2020-05-051-5/+5
* staging: most: usb: remove overcautious parameter checkingChristian Gromm2020-05-051-8/+3
* staging: most: move core files out of the staging areaChristian Gromm2020-03-241-2/+1
* staging: most: usb: check for NULL deviceChristian Gromm2020-01-241-1/+2
* staging: most: remove device from interface structureChristian Gromm2020-01-241-4/+16
* staging: most: remove header include path to drivers/stagingMasahiro Yamada2020-01-162-2/+2
* staging: most: use angle brackets in include pathChristian Gromm2019-12-171-1/+1
* staging: most: rename core.h to most.hChristian Gromm2019-12-171-1/+1
* staging: most: usb: remove prefix from description tagChristian Gromm2019-04-161-1/+1
* staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: most: usb: Change '--help--' to 'help' in KconfigWentao Cai2019-03-181-1/+1
* staging: prefix header search paths with $(srctree)/Masahiro Yamada2019-02-041-1/+1
* staging: most: usb: add release function for DCI deviceChristian Gromm2018-10-021-1/+8
* staging: most: fix label namesChristian Gromm2018-09-251-23/+23
* staging: most: usb: remove local variableChristian Gromm2018-05-081-5/+4
* staging: most: usb: fix usb_disconnect race conditionChristian Gromm2018-05-081-6/+13
* staging: most: usb: don't set URB_ZERO_PACKET flag for synchronous dataChristian Gromm2018-05-081-1/+2
* staging: most: usb: add ep number to logChristian Gromm2018-05-081-3/+6
* staging: most: sound: call snd_card_new with struct deviceChristian Gromm2018-05-081-0/+1
* staging: most: make interface drivers allocate coherent memoryChristian Gromm2018-05-081-0/+18
* staging: most: Fix identifiers to function parametersRavi Eluri2018-01-081-2/+2
* staging: most: make DEVICE_ATTR structures staticChristian Gromm2017-11-281-15/+15
* staging: most: usb: fix show/store function namesChristian Gromm2017-11-271-17/+17
* staging: most: usb: clear functional stall on OUT endpointChristian Gromm2017-11-271-0/+15
* staging: most: usb: remove pointer initializationChristian Gromm2017-11-271-2/+0
* staging: most: remove proprietary kobjectsChristian Gromm2017-11-271-182/+61