aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/most (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-26most: fix control-message timeoutsJohan Hovold1-2/+3
2021-07-21MOST: cdev: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap1-4/+4
2021-04-26Merge tag 'staging-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-0/+756
2021-04-02drivers: most: use LIST_HEAD() for list_headShixin Liu1-2/+1
2021-04-02drivers: most: use DEFINE_SPINLOCK() for spinlockShixin Liu1-2/+1
2021-03-23drivers: most: add ALSA sound driverChristian Gromm3-0/+756
2021-01-26most: core: Constify static attribute_group structsRikard Falkeborn1-3/+3
2020-09-07drivers: most: add character device interface driverChristian Gromm3-0/+553
2020-07-31drivers: most: add USB adapter driverChristian Gromm3-0/+1183
2020-06-25staging: most: avoid null pointer dereference when iface is nullColin Ian King1-3/+1
2020-04-28most: core: use function subsys_initcall()Christian Gromm1-1/+1
2020-03-24staging: most: move core files out of the staging areaChristian Gromm4-0/+2233