summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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-031-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
* Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-181-1/+1
|\
| * staging: most: fix sparse warning Using plain integer as NULL pointerMarcin Ciupak2018-06-281-1/+1
* | ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-1/+0Star
|/
* staging: most: video: fix build warningsGreg Kroah-Hartman2018-05-141-9/+0Star
* staging: most: video: remove debugging codeAbdun Nihaal2018-05-111-23/+0Star
* staging: most: usb: remove local variableChristian Gromm2018-05-081-5/+4Star
* staging: most: usb: fix usb_disconnect race conditionChristian Gromm2018-05-081-6/+13
* staging: most: usb: don't set URB_ZERO_PACKET flag for synchronous dataChristian Gromm2018-05-081-1/+2
* staging: most: dim2: use device to allocate coherent memoryChristian Gromm2018-05-081-2/+7
* staging: most: dim2: read clock speed from the deviceChristian Gromm2018-05-081-1/+49
* staging: most: dim2: use device treeChristian Gromm2018-05-083-52/+196
* staging: most: cdev: fix race conditionChristian Gromm2018-05-081-2/+4
* staging: most: dim2: fix startup sequenceChristian Gromm2018-05-081-51/+39Star
* staging: most: cdev: fix function return valueChristian Gromm2018-05-081-1/+1
* staging: most: usb: add ep number to logChristian Gromm2018-05-081-3/+6
* staging: most: cdev: fix chrdev_region leakChristian Gromm2018-05-081-2/+4
* staging: most: cdev: avoid warning about potentially uninitialized variableChristian Gromm2018-05-081-1/+1
* staging: most: sound: call snd_card_new with struct deviceChristian Gromm2018-05-083-1/+3
* staging: most: make interface drivers allocate coherent memoryChristian Gromm2018-05-084-6/+43
* staging: most: i2c: reduce parameters inconsistencyChristian Gromm2018-05-081-21/+12Star
* staging: most: i2c: remove redundant list_mutexChristian Gromm2018-05-081-16/+1Star
* staging: most: i2c: remove redundant is_openChristian Gromm2018-05-081-9/+1Star
* staging: most: i2c: trace real polling rateChristian Gromm2018-05-081-2/+3
* staging: most: i2c: prevent zero delay pollingChristian Gromm2018-05-081-3/+5
* staging: most: i2c: avoid polling in case of misconfigChristian Gromm2018-05-081-8/+10
* staging: most: i2c: do not wait in work functionChristian Gromm2018-05-081-33/+21Star
* staging: most: i2c: shorten lifetime of IRQ handlerChristian Gromm2018-05-081-19/+21
* staging: most: aim-sound: add flexible format supportChristian Gromm2018-05-081-59/+62
* staging: most: add channel property dbr_sizeChristian Gromm2018-05-084-3/+39
* staging: most: i2c: remove unnecessary poison_channel callChristian Gromm2018-05-081-5/+0Star
* staging: most: i2c: prevent division by zeroChristian Gromm2018-05-081-1/+1
* staging: most: dim2: remove clock speed processing from the HDMChristian Gromm2018-05-082-45/+12Star
* staging: most: allocate only all requested memoryChristian Gromm2018-05-081-15/+16
* Staging: most: Move comments to the end of lineIan Liu Rodrigues2018-04-231-42/+42