aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/most
AgeCommit message (Expand)AuthorFilesLines
2020-02-24media: staging/most: rename VFL_TYPE_GRABBER to _VIDEOGravatar Hans Verkuil 1-2/+2
2020-01-24staging: most: usb: check for NULL deviceGravatar Christian Gromm 1-1/+2
2020-01-24staging: next: configfs: fix release linkGravatar Christian Gromm 1-7/+19
2020-01-24staging: most: core: fix logging messagesGravatar Christian Gromm 1-15/+13
2020-01-24staging: most: core: remove container structGravatar Christian Gromm 1-34/+32
2020-01-24staging: most: remove struct device core driverGravatar Christian Gromm 2-34/+19
2020-01-24staging: most: core: drop device referenceGravatar Christian Gromm 1-0/+1
2020-01-24staging: most: remove device from interface structureGravatar Christian Gromm 4-33/+38
2020-01-22staging: most: net: fix buffer overflowGravatar Andrey Shvetsov 1-0/+10
2020-01-16staging: most: remove header include path to drivers/stagingGravatar Masahiro Yamada 17-17/+15
2020-01-15staging: most: core: remove noisy log messagesGravatar Christian Gromm 1-8/+0
2020-01-15staging: most: core: use dev_* function for loggingGravatar Christian Gromm 1-31/+30
2020-01-15staging: most: core: fix date in file commentGravatar Christian Gromm 1-1/+1
2019-12-17staging: most: use angle brackets in include pathGravatar Christian Gromm 6-6/+6
2019-12-17staging: most: configfs: reduce array sizeGravatar Christian Gromm 1-7/+9
2019-12-17staging: most: configfs: use strlcpyGravatar Christian Gromm 1-4/+6
2019-12-17staging: most: rename enum mbo_status_flagsGravatar Christian Gromm 1-2/+2
2019-12-17staging: most: rename struct core_componentGravatar Christian Gromm 7-36/+36
2019-12-17staging: most: rename core.h to most.hGravatar Christian Gromm 10-9/+9
2019-12-10staging: most: Drop superfluous ioctl PCM opsGravatar Takashi Iwai 1-1/+0
2019-12-10staging: most: Use managed buffer allocationGravatar Takashi Iwai 1-43/+1
2019-12-10staging: most: fix improper SPDX-License comment styleGravatar Christian Gromm 1-1/+1
2019-11-27Merge tag 'staging-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-140/+105
2019-11-20staging: most: core: remove sysfs attr remove_linkGravatar Christian Gromm 1-86/+0
2019-11-20staging: most: Fix Kconfig indentationGravatar Krzysztof Kozlowski 1-4/+4
2019-11-13staging: most: core: add comments to mutex and spinlock definitionsGravatar Christian Gromm 1-2/+2
2019-11-11staging: most: block module removal while having active configfs itemsGravatar Christian Gromm 6-3/+40
2019-11-11staging: most: configfs: move configfs subsystems to container structGravatar Christian Gromm 1-35/+45
2019-11-09staging: most: Convert to the common vmalloc memallocGravatar Takashi Iwai 1-4/+4
2019-11-07staging: most: remove string termination dependency from user space dataGravatar Christian Gromm 2-9/+13
2019-10-24staging: most: Change bool init to true/falseGravatar Jamal Shareef 1-1/+1
2019-08-28staging: most: sound: Fix error path of audio_initGravatar YueHaibing 1-1/+4
2019-08-27staging: most-core: Fix checkpatch warningsGravatar Peikan Tsai 1-1/+3
2019-07-30staging: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-2/+0
2019-07-30staging: most: Use DEFINE_SPINLOCK() instead of struct spinlockGravatar Sebastian Andrzej Siewior 2-4/+2
2019-07-22staging: most: dim2: Remove function dimcb_io_write()Gravatar Nishka Dasgupta 3-53/+38
2019-07-22staging: most: dim2: Remove function dimcb_io_read()Gravatar Nishka Dasgupta 3-18/+8
2019-07-22staging: most: dim2: Replace function dim_norm_ctrl_async_buffer_size()Gravatar Nishka Dasgupta 1-7/+2
2019-07-22staging: most: Delete an error message for a failed memory allocationGravatar Keyur Patel 1-3/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-8/+1
2019-07-03staging: most: remove data sanity checkGravatar Christian Gromm 1-14/+0
2019-07-01staging/most/video: set device_caps in struct video_deviceGravatar Hans Verkuil 1-5/+1
2019-06-24staging: most-core: Use bus_find_device_by_nameGravatar Suzuki K Poulose 1-8/+1
2019-06-15staging: most: deregister net and video config subsystems with configFSGravatar Christian Gromm 2-0/+2
2019-06-13staging: most: register net and video config subsystems with configFSGravatar Christian Gromm 2-2/+22
2019-06-06staging: most: trivial: fix a couple of typosGravatar George G. Davis 2-12/+12
2019-05-20staging: most: use help instead of ---help--- in KconfigGravatar Moses Christopher 1-1/+1
2019-05-02staging: most: cdev: fix chrdev_region leak in mod_exitGravatar Suresh Udipi 1-1/+1
2019-04-30staging: most: sound: pass correct device when creating a sound cardGravatar Christian Gromm 1-1/+1
2019-04-25staging: most: core: replace strcpy() by strscpy()Gravatar Gustavo A. R. Silva 1-1/+1