summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-8/+1
|\
| * staging: most-core: Use bus_find_device_by_nameSuzuki K Poulose2019-06-241-8/+1
* | staging: most: remove data sanity checkChristian Gromm2019-07-031-14/+0
* | staging/most/video: set device_caps in struct video_deviceHans Verkuil2019-07-011-5/+1
* | staging: most: deregister net and video config subsystems with configFSChristian Gromm2019-06-152-0/+2
* | staging: most: register net and video config subsystems with configFSChristian Gromm2019-06-132-2/+22
* | staging: most: trivial: fix a couple of typosGeorge G. Davis2019-06-062-12/+12
* | staging: most: use help instead of ---help--- in KconfigMoses Christopher2019-05-201-1/+1
|/
* staging: most: cdev: fix chrdev_region leak in mod_exitSuresh Udipi2019-05-021-1/+1
* staging: most: sound: pass correct device when creating a sound cardChristian Gromm2019-04-301-1/+1
* staging: most: core: replace strcpy() by strscpy()Gustavo A. R. Silva2019-04-251-1/+1
* Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2019-04-211-1/+1
|\
| * staging: most: core: use device description as nameChristian Gromm2019-04-021-1/+1
* | staging: most: configfs: Make mdev_link_list staticYueHaibing2019-04-191-1/+1
* | staging: most: Documentation: update driver documentationChristian Gromm2019-04-162-51/+284
* | staging: most: configfs: add code for link removalChristian Gromm2019-04-161-2/+36
* | staging: most: configfs: make create attributes write-onlyChristian Gromm2019-04-161-15/+2
* | staging: most: allow speculative configurationChristian Gromm2019-04-164-30/+53
* | staging: most: core: remove attribute add_linkChristian Gromm2019-04-161-61/+0
* | staging: most: usb: remove prefix from description tagChristian Gromm2019-04-161-1/+1
* | staging: most: core: make sysfs attributes read-onlyChristian Gromm2019-04-161-115/+7
* | staging: most: enable configfs supportChristian Gromm2019-04-165-3/+19
* | staging: most: sound: introduce new sound adapter managementChristian Gromm2019-04-161-18/+23
* | staging: most: core: add configfs interface functionsChristian Gromm2019-04-162-1/+157
* | staging: most: change signature of function probe_channelChristian Gromm2019-04-166-8/+12
* | staging: most: add new file configfs.cChristian Gromm2019-04-161-0/+627
* | staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman2019-04-037-0/+7
* | staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman2019-04-038-0/+8
* | staging: most: Replace '--help--' in Kconfig fileWentao Cai2019-03-184-4/+4
* | staging: most: dim2: reg.h: Correct SPDX-License-IdentifierWentao Cai2019-03-181-1/+1
* | staging: most: dim2: sysfs.h: Correct SPDX-License-IdentifierWentao Cai2019-03-181-1/+1
* | staging: most: dim2: hal.h: Correct SPDX-License-IdentifierWentao Cai2019-03-181-1/+1
* | staging: most: dim2: errors.h: Correct SPDX-License-IdentifierWentao Cai2019-03-181-1/+1
* | staging: most: usb: Change '--help--' to 'help' in KconfigWentao Cai2019-03-181-1/+1
|/
* staging: most: cdev: add missing check for cdev_add failureColin Ian King2019-02-041-1/+4
* staging: prefix header search paths with $(srctree)/Masahiro Yamada2019-02-048-8/+8
* staging: most: sound: replace snprintf with strscpyColin Ian King2018-12-191-1/+1
* staging: most: Documentation: add information to driver_usage fileChristian Gromm2018-12-171-3/+13
* staging: most: sound: remove channel number from ALSA card's long nameChristian Gromm2018-12-171-2/+1
* staging: most: sound: use static name for ALSA cardChristian Gromm2018-12-171-2/+2
* staging: most: sound: rename variableChristian Gromm2018-12-171-8/+8
* staging: most: sound: correct label nameChristian Gromm2018-12-171-6/+6
* staging: most: sound: create one sound card w/ multiple PCM devices per MOST ...Christian Gromm2018-12-171-41/+89
* staging: most: use format specifier "%s" in snprintfColin Ian King2018-11-091-1/+1
* staging: most: usb: add release function for DCI deviceChristian Gromm2018-10-021-1/+8
* staging: most: fix label namesChristian Gromm2018-09-253-41/+41
* staging: most: video: fix registration of an empty comp core_componentColin Ian King2018-09-101-2/+2
* staging: most: net: make array 'broadcast' static, shrinks object sizeColin Ian King2018-09-101-1/+1
* staging: most: do not make interface dependent attrs default for all channelsChristian Gromm2018-08-271-0/+19
* staging: most: register channel device after init of struct membersChristian Gromm2018-08-271-4/+4