summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-03-3014-3090/+10
|\
| * staging: most: Documentation: move ABI description files out of staging areaChristian Gromm2020-03-242-491/+0
| * staging: most: Documentation: update ABI descriptionChristian Gromm2020-03-242-29/+3
| * staging: most: move core files out of the staging areaChristian Gromm2020-03-2412-2573/+10
| * staging: most: core: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-3/+3
* | media: staging/most: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-2/+2
|/
* staging: most: usb: check for NULL deviceChristian Gromm2020-01-241-1/+2
* staging: next: configfs: fix release linkChristian Gromm2020-01-241-7/+19
* staging: most: core: fix logging messagesChristian Gromm2020-01-241-15/+13
* staging: most: core: remove container structChristian Gromm2020-01-241-34/+32
* staging: most: remove struct device core driverChristian Gromm2020-01-242-34/+19
* staging: most: core: drop device referenceChristian Gromm2020-01-241-0/+1
* staging: most: remove device from interface structureChristian Gromm2020-01-244-33/+38
* staging: most: net: fix buffer overflowAndrey Shvetsov2020-01-221-0/+10
* staging: most: remove header include path to drivers/stagingMasahiro Yamada2020-01-1617-17/+15
* staging: most: core: remove noisy log messagesChristian Gromm2020-01-151-8/+0
* staging: most: core: use dev_* function for loggingChristian Gromm2020-01-151-31/+30
* staging: most: core: fix date in file commentChristian Gromm2020-01-151-1/+1
* staging: most: use angle brackets in include pathChristian Gromm2019-12-176-6/+6
* staging: most: configfs: reduce array sizeChristian Gromm2019-12-171-7/+9
* staging: most: configfs: use strlcpyChristian Gromm2019-12-171-4/+6
* staging: most: rename enum mbo_status_flagsChristian Gromm2019-12-171-2/+2
* staging: most: rename struct core_componentChristian Gromm2019-12-177-36/+36
* staging: most: rename core.h to most.hChristian Gromm2019-12-1710-9/+9
* staging: most: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-101-1/+0
* staging: most: Use managed buffer allocationTakashi Iwai2019-12-101-43/+1
* staging: most: fix improper SPDX-License comment styleChristian Gromm2019-12-101-1/+1
* Merge tag 'staging-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-278-140/+105
|\
| * staging: most: core: remove sysfs attr remove_linkChristian Gromm2019-11-201-86/+0
| * staging: most: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-4/+4
| * staging: most: core: add comments to mutex and spinlock definitionsChristian Gromm2019-11-131-2/+2
| * staging: most: block module removal while having active configfs itemsChristian Gromm2019-11-116-3/+40
| * staging: most: configfs: move configfs subsystems to container structChristian Gromm2019-11-111-35/+45
| * staging: most: remove string termination dependency from user space dataChristian Gromm2019-11-072-9/+13
| * staging: most: Change bool init to true/falseJamal Shareef2019-10-241-1/+1
* | staging: most: Convert to the common vmalloc memallocTakashi Iwai2019-11-091-4/+4
|/
* staging: most: sound: Fix error path of audio_initYueHaibing2019-08-281-1/+4
* staging: most-core: Fix checkpatch warningsPeikan Tsai2019-08-271-1/+3
* staging: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-2/+0
* staging: most: Use DEFINE_SPINLOCK() instead of struct spinlockSebastian Andrzej Siewior2019-07-302-4/+2
* staging: most: dim2: Remove function dimcb_io_write()Nishka Dasgupta2019-07-223-53/+38
* staging: most: dim2: Remove function dimcb_io_read()Nishka Dasgupta2019-07-223-18/+8
* staging: most: dim2: Replace function dim_norm_ctrl_async_buffer_size()Nishka Dasgupta2019-07-221-7/+2
* staging: most: Delete an error message for a failed memory allocationKeyur Patel2019-07-221-3/+1
* 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