aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-18Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus 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
2018-05-08staging: most: i2c: shorten lifetime of IRQ handlerChristian Gromm1-19/+21
2018-05-08staging: most: aim-sound: add flexible format supportChristian Gromm1-59/+62
2018-05-08staging: most: add channel property dbr_sizeChristian Gromm4-3/+39
2018-05-08staging: most: i2c: remove unnecessary poison_channel callChristian Gromm1-5/+0
2018-05-08staging: most: i2c: prevent division by zeroChristian Gromm1-1/+1
2018-05-08staging: most: dim2: remove clock speed processing from the HDMChristian Gromm2-45/+12
2018-05-08staging: most: allocate only all requested memoryChristian Gromm1-15/+16
2018-04-23Staging: most: Move comments to the end of lineIan Liu Rodrigues1-42/+42
2018-03-08staging: most: Remove unnecessary usage of BUG_ON().Quytelda Kahja1-3/+0
2018-03-06staging: most: Indent function parameter.Quytelda Kahja1-1/+2
2018-03-06staging: most: Add a blank line.Quytelda Kahja1-0/+1
2018-03-01staging: most: Fix missing identifier in function definition argument.Quytelda Kahja1-1/+1
2018-03-01staging: most: Remove unnecessary OOM messages.Quytelda Kahja1-2/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-3/+3
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds46-2840/+2550
2018-01-22staging: most: replace function name to __func__Sidong Yang1-1/+1
2018-01-08staging: most: convert macro to static functionGeorge Edward Bulmer1-5/+7
2018-01-08staging: most: Fix identifiers to function parametersRavi Eluri2-4/+4
2018-01-08staging: most: Avoid trailing semicolon for macrosRavi Eluri1-1/+1
2017-12-13staging: most: core: make functions print_links and most_match staticColin Ian King1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro2-4/+4
2017-11-28staging: most: make DEVICE_ATTR structures staticChristian Gromm2-16/+16
2017-11-28staging: most: remove legacy foldersChristian Gromm7-29/+0
2017-11-28staging: most: fix MakefileChristian Gromm1-7/+7