aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-02staging: most: cdev: fix chrdev_region leak in mod_exitSuresh Udipi1-1/+1
2019-04-30staging: most: sound: pass correct device when creating a sound cardChristian Gromm1-1/+1
2019-04-25staging: most: core: replace strcpy() by strscpy()Gustavo A. R. Silva1-1/+1
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman1-1/+1
2019-04-19staging: most: configfs: Make mdev_link_list staticYueHaibing1-1/+1
2019-04-16staging: most: Documentation: update driver documentationChristian Gromm2-51/+284
2019-04-16staging: most: configfs: add code for link removalChristian Gromm1-2/+36
2019-04-16staging: most: configfs: make create attributes write-onlyChristian Gromm1-15/+2
2019-04-16staging: most: allow speculative configurationChristian Gromm4-30/+53
2019-04-16staging: most: core: remove attribute add_linkChristian Gromm1-61/+0
2019-04-16staging: most: usb: remove prefix from description tagChristian Gromm1-1/+1
2019-04-16staging: most: core: make sysfs attributes read-onlyChristian Gromm1-115/+7
2019-04-16staging: most: enable configfs supportChristian Gromm5-3/+19
2019-04-16staging: most: sound: introduce new sound adapter managementChristian Gromm1-18/+23
2019-04-16staging: most: core: add configfs interface functionsChristian Gromm2-1/+157
2019-04-16staging: most: change signature of function probe_channelChristian Gromm6-8/+12
2019-04-16staging: most: add new file configfs.cChristian Gromm1-0/+627
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman7-0/+7
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman8-0/+8
2019-04-02staging: most: core: use device description as nameChristian Gromm1-1/+1
2019-03-18staging: most: Replace '--help--' in Kconfig fileWentao Cai4-4/+4
2019-03-18staging: most: dim2: reg.h: Correct SPDX-License-IdentifierWentao Cai1-1/+1
2019-03-18staging: most: dim2: sysfs.h: Correct SPDX-License-IdentifierWentao Cai1-1/+1
2019-03-18staging: most: dim2: hal.h: Correct SPDX-License-IdentifierWentao Cai1-1/+1
2019-03-18staging: most: dim2: errors.h: Correct SPDX-License-IdentifierWentao Cai1-1/+1
2019-03-18staging: most: usb: Change '--help--' to 'help' in KconfigWentao Cai1-1/+1
2019-02-04staging: most: cdev: add missing check for cdev_add failureColin Ian King1-1/+4
2019-02-04staging: prefix header search paths with $(srctree)/Masahiro Yamada8-8/+8
2018-12-19staging: most: sound: replace snprintf with strscpyColin Ian King1-1/+1
2018-12-17staging: most: Documentation: add information to driver_usage fileChristian Gromm1-3/+13
2018-12-17staging: most: sound: remove channel number from ALSA card's long nameChristian Gromm1-2/+1
2018-12-17staging: most: sound: use static name for ALSA cardChristian Gromm1-2/+2
2018-12-17staging: most: sound: rename variableChristian Gromm1-8/+8
2018-12-17staging: most: sound: correct label nameChristian Gromm1-6/+6
2018-12-17staging: most: sound: create one sound card w/ multiple PCM devices per MOST deviceChristian Gromm1-41/+89
2018-11-09staging: most: use format specifier "%s" in snprintfColin Ian King1-1/+1
2018-10-02staging: most: usb: add release function for DCI deviceChristian Gromm1-1/+8
2018-09-25staging: most: fix label namesChristian Gromm3-41/+41
2018-09-10staging: most: video: fix registration of an empty comp core_componentColin Ian King1-2/+2
2018-09-10staging: most: net: make array 'broadcast' static, shrinks object sizeColin Ian King1-1/+1
2018-08-27staging: most: do not make interface dependent attrs default for all channelsChristian Gromm1-0/+19
2018-08-27staging: most: register channel device after init of struct membersChristian Gromm1-4/+4
2018-08-18Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+1
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai1-1/+0
2018-06-28staging: most: fix sparse warning Using plain integer as NULL pointerMarcin Ciupak1-1/+1
2018-05-14staging: most: video: fix build warningsGreg Kroah-Hartman1-9/+0
2018-05-11staging: most: video: remove debugging codeAbdun Nihaal1-23/+0
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