index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
most
/
usb
Age
Commit message (
Expand
)
Author
2020-05-29
staging: most: usb: init return value in default path of switch/case expression
Christian Gromm
2020-05-27
staging: most: usb: use function sysfs_streq
Christian Gromm
2020-05-27
staging: most: usb: add missing put_device calls
Christian Gromm
2020-05-27
staging: most: usb: use correct error codes
Christian Gromm
2020-05-27
staging: most: usb: replace code to calculate array index
Christian Gromm
2020-05-27
staging: most: usb: don't use error path to exit function on success
Christian Gromm
2020-05-27
staging: most: usb: move allocation of URB out of critical section
Christian Gromm
2020-05-27
staging: most: usb: return 0 instead of variable
Christian Gromm
2020-05-27
staging: most: usb: change return value of function drci_rd_reg
Christian Gromm
2020-05-27
staging: most: usb: don't use expressions that might fail in a declaration
Christian Gromm
2020-05-27
staging: most: usb: change order of function parameters
Christian Gromm
2020-05-15
staging: most: usb: use macro ATTRIBUTE_GROUPS
Christian Gromm
2020-05-15
staging: most: fix typo in Kconfig
Christian Gromm
2020-05-15
staging: most: usb: use dev_dbg function
Christian Gromm
2020-05-15
staging: most: usb: check number of reported endpoints
Christian Gromm
2020-05-15
staging: most: usb: remove reference to USB error codes
Christian Gromm
2020-05-15
staging: most: usb: use dev_*() functions to print messages
Christian Gromm
2020-05-13
staging: most: usb: sanity check channel before using it as an index into arrays
Colin Ian King
2020-05-13
staging: most: usb: add PM functions
Christian Gromm
2020-05-05
staging: most: usb: consolidate code
Christian Gromm
2020-05-05
staging: most: usb: drop unlikely macros
Christian Gromm
2020-05-05
staging: most: usb: use EINVAL error code
Christian Gromm
2020-05-05
staging: most: usb: remove overcautious parameter checking
Christian Gromm
2020-03-24
staging: most: move core files out of the staging area
Christian Gromm
2020-01-24
staging: most: usb: check for NULL device
Christian Gromm
2020-01-24
staging: most: remove device from interface structure
Christian Gromm
2020-01-16
staging: most: remove header include path to drivers/staging
Masahiro Yamada
2019-12-17
staging: most: use angle brackets in include path
Christian Gromm
2019-12-17
staging: most: rename core.h to most.h
Christian Gromm
2019-04-16
staging: most: usb: remove prefix from description tag
Christian Gromm
2019-04-03
staging: add missing SPDX lines to Makefile files
Greg Kroah-Hartman
2019-04-03
staging: add missing SPDX lines to Kconfig files
Greg Kroah-Hartman
2019-03-18
staging: most: usb: Change '--help--' to 'help' in Kconfig
Wentao Cai
2019-02-04
staging: prefix header search paths with $(srctree)/
Masahiro Yamada
2018-10-02
staging: most: usb: add release function for DCI device
Christian Gromm
2018-09-25
staging: most: fix label names
Christian Gromm
2018-05-08
staging: most: usb: remove local variable
Christian Gromm
2018-05-08
staging: most: usb: fix usb_disconnect race condition
Christian Gromm
2018-05-08
staging: most: usb: don't set URB_ZERO_PACKET flag for synchronous data
Christian Gromm
2018-05-08
staging: most: usb: add ep number to log
Christian Gromm
2018-05-08
staging: most: sound: call snd_card_new with struct device
Christian Gromm
2018-05-08
staging: most: make interface drivers allocate coherent memory
Christian Gromm
2018-01-08
staging: most: Fix identifiers to function parameters
Ravi Eluri
2017-11-28
staging: most: make DEVICE_ATTR structures static
Christian Gromm
2017-11-27
staging: most: usb: fix show/store function names
Christian Gromm
2017-11-27
staging: most: usb: clear functional stall on OUT endpoint
Christian Gromm
2017-11-27
staging: most: usb: remove pointer initialization
Christian Gromm
2017-11-27
staging: most: remove proprietary kobjects
Christian Gromm
2017-11-27
staging: most: usb: rename module
Christian Gromm