summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
Commit message (Expand)AuthorAgeFilesLines
* staging: most: cdev: fix chrdev_region leak in mod_exitSuresh Udipi2019-05-101-1/+1
* staging: most: core: use device description as nameChristian Gromm2019-04-271-1/+1
* staging: most: use format specifier "%s" in snprintfColin Ian King2018-12-051-1/+1
* staging: most: video: fix registration of an empty comp core_componentColin Ian King2018-11-211-2/+2
* 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
* staging: most: Remove unnecessary usage of BUG_ON().Quytelda Kahja2018-03-081-3/+0Star
* staging: most: Indent function parameter.Quytelda Kahja2018-03-061-1/+2
* staging: most: Add a blank line.Quytelda Kahja2018-03-061-0/+1
* staging: most: Fix missing identifier in function definition argument.Quytelda Kahja2018-03-011-1/+1
* staging: most: Remove unnecessary OOM messages.Quytelda Kahja2018-03-011-2/+0Star
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-3/+3
* Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-0146-2840/+2550Star
|\
| * staging: most: replace function name to __func__Sidong Yang2018-01-221-1/+1
| * staging: most: convert macro to static functionGeorge Edward Bulmer2018-01-081-5/+7
| * staging: most: Fix identifiers to function parametersRavi Eluri2018-01-082-4/+4
| * staging: most: Avoid trailing semicolon for macrosRavi Eluri2018-01-081-1/+1
| * staging: most: core: make functions print_links and most_match staticColin Ian King2017-12-131-2/+2