aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
AgeCommit message (Expand)AuthorFilesLines
2023-07-27staging: Explicitly include correct DT includesRob Herring1-1/+1
2023-05-28staging: most: Switch i2c driver back to use .probe()Uwe Kleine-König1-1/+1
2023-04-03staging: most: dim2: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-25staging: most: fix line ending with '(' in dim2/Khadija Kamran1-3/+2
2023-03-25staging: most: fix line ending with '(' in video/Khadija Kamran1-2/+1
2023-03-25staging: most: remove extra blank lineKhadija Kamran1-1/+0
2023-03-22staging: most: define iface_to_hdm as an inline functionMenna Mahmoud1-1/+4
2023-03-22staging: most: use inline functions for to_hdmMenna Mahmoud1-1/+4
2023-03-08staging: most: dim2: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2022-11-22staging: most: i2c: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2022-10-22staging: most: dim2: correct misleading struct type nameDeepak R Varma3-7/+7
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-04-12staging/most, dim2: convert dim2_tasklet to threaded irqDavidlohr Bueso1-20/+9
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab1-1/+1
2022-02-15staging: most: net: Make use of the helper macro LIST_HEAD()Cai Huoqing1-1/+1
2022-02-15staging: most: video: Make use of the helper macro LIST_HEAD()Cai Huoqing1-1/+1
2021-12-28staging: most: dim2: use consistent routine namingNikita Yushchenko1-13/+13
2021-12-28staging: most: dim2: update renesas compatible stringNikita Yushchenko1-1/+1
2021-10-20staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-13staging: most: dim2: use device release methodNikita Yushchenko1-25/+30
2021-10-13staging: most: dim2: do not double-register the same deviceNikita Yushchenko4-72/+14
2021-09-28staging: most: dim2: use if statements instead of ?: expressionsNikita Yushchenko1-11/+12
2021-09-28staging: most: dim2: force fcnt=3 on Renesas GEN3Nikita Yushchenko1-6/+23
2021-07-27staging/most: Remove all strcpy() uses in favor of strscpy()Len Baker1-2/+2
2021-05-10staging: most: dim2: hal: Demote non-conformant kernel-doc headersLee Jones1-2/+2
2021-05-10staging: most: dim2: hal: Fix one kernel-doc header and demote two non-confor...Lee Jones1-3/+3
2021-05-10staging: most: i2c: Fix a little doc-rotLee Jones1-6/+6
2021-05-10staging: most: dim2: Provide missing descriptions and fix doc-rotLee Jones1-10/+13
2021-05-10staging: most: net: Fix some kernel-doc formatting issuesLee Jones1-3/+3
2021-03-23drivers: most: add ALSA sound driverChristian Gromm5-766/+0
2021-02-04staging: most: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi2-4/+4
2021-02-04staging: most: sound: use non-safe list iterationChristian Gromm1-2/+2
2021-02-04staging: most: sound: add sanity check for function argumentChristian Gromm1-0/+2
2020-12-28staging: most: net: use DEFINE_MUTEX() for mutex lockZheng Yongjun1-2/+1
2020-12-09staging: most: Fix spelling mistake "tranceiver" -> "transceiver"Colin Ian King1-1/+1
2020-11-06drivers: staging: most: use swabXX functions of kernelChristian Gromm1-12/+2
2020-09-07drivers: most: add character device interface driverChristian Gromm5-563/+0
2020-08-18staging: most: dim2: Add missing identifier name to function argumentNícolas F. R. A. Prado1-3/+3
2020-08-06Merge tag 'staging-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-1275/+29
2020-08-02staging: most: fix up movement of USB driverGreg Kroah-Hartman1-1/+0
2020-07-31drivers: most: add USB adapter driverChristian Gromm4-1189/+0
2020-07-31staging: most: Use %pM format specifier for MAC addressesAndy Shevchenko1-4/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-07-29staging: most: usb: remove NET dependencyChristian Gromm1-2/+1
2020-06-25staging: most: sound: remove overcautious argument checkingChristian Gromm1-3/+0
2020-06-25staging: most: sound: fix white spacesChristian Gromm1-15/+0
2020-06-25staging: most: sound: fix return valuesChristian Gromm1-5/+7
2020-06-25staging: most: sound: fix error pathChristian Gromm1-1/+3
2020-06-25staging: most: sound: remove noisy log messagesChristian Gromm1-20/+4
2020-06-25staging: most: cdev: simplify list iterationChristian Gromm1-6/+3
2020-06-25staging: most: cdev: fix return valuesChristian Gromm1-3/+3
2020-06-25staging: most: cdev: fix up parenthesizingChristian Gromm1-1/+1
2020-06-25staging: most: cdev: remove overcautious parameter checkingChristian Gromm1-7/+1
2020-06-25staging: most: cdev: use dev_*() functions to print messagesChristian Gromm1-6/+6
2020-06-25staging: most: cdev: remove noisy log messagesChristian Gromm1-20/+6
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-2/+2
2020-05-29staging: most: usb: init return value in default path of switch/case expressionChristian Gromm1-0/+1
2020-05-27staging: most: usb: use function sysfs_streqChristian Gromm1-6/+6
2020-05-27staging: most: usb: add missing put_device callsChristian Gromm1-0/+2
2020-05-27staging: most: usb: use correct error codesChristian Gromm1-3/+3
2020-05-27staging: most: usb: replace code to calculate array indexChristian Gromm1-3/+8
2020-05-27staging: most: usb: don't use error path to exit function on successChristian Gromm1-2/+2
2020-05-27staging: most: usb: move allocation of URB out of critical sectionChristian Gromm1-7/+5
2020-05-27staging: most: usb: return 0 instead of variableChristian Gromm1-2/+2
2020-05-27staging: most: usb: change return value of function drci_rd_regChristian Gromm1-5/+7
2020-05-27staging: most: usb: don't use expressions that might fail in a declarationChristian Gromm1-3/+6
2020-05-27staging: most: usb: change order of function parametersChristian Gromm1-5/+6
2020-05-15staging: most: usb: use macro ATTRIBUTE_GROUPSChristian Gromm1-9/+2
2020-05-15staging: most: fix typo in KconfigChristian Gromm1-1/+1
2020-05-15staging: most: usb: use dev_dbg functionChristian Gromm1-11/+11
2020-05-15staging: most: usb: check number of reported endpointsChristian Gromm1-7/+6
2020-05-15staging: most: usb: remove reference to USB error codesChristian Gromm1-97/+0
2020-05-15staging: most: usb: use dev_*() functions to print messagesChristian Gromm1-8/+8
2020-05-13staging: most: usb: sanity check channel before using it as an index into arraysColin Ian King1-5/+6
2020-05-13staging: most: usb: add PM functionsChristian Gromm1-0/+28
2020-05-05staging: most: usb: consolidate codeChristian Gromm1-4/+2
2020-05-05staging: most: usb: drop unlikely macrosChristian Gromm1-5/+5
2020-05-05staging: most: usb: use EINVAL error codeChristian Gromm1-5/+5
2020-05-05staging: most: usb: remove overcautious parameter checkingChristian Gromm1-8/+3
2020-03-30Merge tag 'staging-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-3090/+10
2020-03-24staging: most: Documentation: move ABI description files out of staging areaChristian Gromm2-491/+0
2020-03-24staging: most: Documentation: update ABI descriptionChristian Gromm2-29/+3
2020-03-24staging: most: move core files out of the staging areaChristian Gromm12-2573/+10
2020-03-12staging: most: core: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-3/+3
2020-02-24media: staging/most: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-2/+2
2020-01-24staging: most: usb: check for NULL deviceChristian Gromm1-1/+2
2020-01-24staging: next: configfs: fix release linkChristian Gromm1-7/+19
2020-01-24staging: most: core: fix logging messagesChristian Gromm1-15/+13
2020-01-24staging: most: core: remove container structChristian Gromm1-34/+32
2020-01-24staging: most: remove struct device core driverChristian Gromm2-34/+19
2020-01-24staging: most: core: drop device referenceChristian Gromm1-0/+1
2020-01-24staging: most: remove device from interface structureChristian Gromm4-33/+38
2020-01-22staging: most: net: fix buffer overflowAndrey Shvetsov1-0/+10
2020-01-16staging: most: remove header include path to drivers/stagingMasahiro Yamada17-17/+15
2020-01-15staging: most: core: remove noisy log messagesChristian Gromm1-8/+0
2020-01-15staging: most: core: use dev_* function for loggingChristian Gromm1-31/+30
2020-01-15staging: most: core: fix date in file commentChristian Gromm1-1/+1
2019-12-17staging: most: use angle brackets in include pathChristian Gromm6-6/+6
2019-12-17staging: most: configfs: reduce array sizeChristian Gromm1-7/+9
2019-12-17staging: most: configfs: use strlcpyChristian Gromm1-4/+6
2019-12-17staging: most: rename enum mbo_status_flagsChristian Gromm1-2/+2
2019-12-17staging: most: rename struct core_componentChristian Gromm7-36/+36
2019-12-17staging: most: rename core.h to most.hChristian Gromm10-9/+9
2019-12-10staging: most: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-10staging: most: Use managed buffer allocationTakashi Iwai1-43/+1
2019-12-10staging: most: fix improper SPDX-License comment styleChristian Gromm1-1/+1
2019-11-27Merge tag 'staging-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-140/+105
2019-11-20staging: most: core: remove sysfs attr remove_linkChristian Gromm1-86/+0
2019-11-20staging: most: Fix Kconfig indentationKrzysztof Kozlowski1-4/+4
2019-11-13staging: most: core: add comments to mutex and spinlock definitionsChristian Gromm1-2/+2
2019-11-11staging: most: block module removal while having active configfs itemsChristian Gromm6-3/+40
2019-11-11staging: most: configfs: move configfs subsystems to container structChristian Gromm1-35/+45
2019-11-09staging: most: Convert to the common vmalloc memallocTakashi Iwai1-4/+4
2019-11-07staging: most: remove string termination dependency from user space dataChristian Gromm2-9/+13
2019-10-24staging: most: Change bool init to true/falseJamal Shareef1-1/+1
2019-08-28staging: most: sound: Fix error path of audio_initYueHaibing1-1/+4
2019-08-27staging: most-core: Fix checkpatch warningsPeikan Tsai1-1/+3
2019-07-30staging: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-2/+0
2019-07-30staging: most: Use DEFINE_SPINLOCK() instead of struct spinlockSebastian Andrzej Siewior2-4/+2
2019-07-22staging: most: dim2: Remove function dimcb_io_write()Nishka Dasgupta3-53/+38
2019-07-22staging: most: dim2: Remove function dimcb_io_read()Nishka Dasgupta3-18/+8
2019-07-22staging: most: dim2: Replace function dim_norm_ctrl_async_buffer_size()Nishka Dasgupta1-7/+2
2019-07-22staging: most: Delete an error message for a failed memory allocationKeyur Patel1-3/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+1
2019-07-03staging: most: remove data sanity checkChristian Gromm1-14/+0
2019-07-01staging/most/video: set device_caps in struct video_deviceHans Verkuil1-5/+1
2019-06-24staging: most-core: Use bus_find_device_by_nameSuzuki K Poulose1-8/+1
2019-06-15staging: most: deregister net and video config subsystems with configFSChristian Gromm2-0/+2
2019-06-13staging: most: register net and video config subsystems with configFSChristian Gromm2-2/+22
2019-06-06staging: most: trivial: fix a couple of typosGeorge G. Davis2-12/+12
2019-05-20staging: most: use help instead of ---help--- in KconfigMoses Christopher1-1/+1
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 ...Christian 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...Linus 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
2018-05-08staging: most: dim2: use device to allocate coherent memoryChristian Gromm1-2/+7
2018-05-08staging: most: dim2: read clock speed from the deviceChristian Gromm1-1/+49
2018-05-08staging: most: dim2: use device treeChristian Gromm3-52/+196
2018-05-08staging: most: cdev: fix race conditionChristian Gromm1-2/+4
2018-05-08staging: most: dim2: fix startup sequenceChristian Gromm1-51/+39
2018-05-08staging: most: cdev: fix function return valueChristian Gromm1-1/+1
2018-05-08staging: most: usb: add ep number to logChristian Gromm1-3/+6
2018-05-08staging: most: cdev: fix chrdev_region leakChristian Gromm1-2/+4
2018-05-08staging: most: cdev: avoid warning about potentially uninitialized variableChristian Gromm1-1/+1
2018-05-08staging: most: sound: call snd_card_new with struct deviceChristian Gromm3-1/+3
2018-05-08staging: most: make interface drivers allocate coherent memoryChristian Gromm4-6/+43
2018-05-08staging: most: i2c: reduce parameters inconsistencyChristian Gromm1-21/+12
2018-05-08staging: most: i2c: remove redundant list_mutexChristian Gromm1-16/+1
2018-05-08staging: most: i2c: remove redundant is_openChristian Gromm1-9/+1
2018-05-08staging: most: i2c: trace real polling rateChristian Gromm1-2/+3
2018-05-08staging: most: i2c: prevent zero delay pollingChristian Gromm1-3/+5
2018-05-08staging: most: i2c: avoid polling in case of misconfigChristian Gromm1-8/+10
2018-05-08staging: most: i2c: do not wait in work functionChristian Gromm1-33/+21