summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
AgeCommit message (Expand)AuthorLines
2018-05-14staging: most: video: fix build warningsGreg Kroah-Hartman-9/+0
2018-05-11staging: most: video: remove debugging codeAbdun Nihaal-23/+0
2018-05-08staging: most: usb: remove local variableChristian Gromm-5/+4
2018-05-08staging: most: usb: fix usb_disconnect race conditionChristian Gromm-6/+13
2018-05-08staging: most: usb: don't set URB_ZERO_PACKET flag for synchronous dataChristian Gromm-1/+2
2018-05-08staging: most: dim2: use device to allocate coherent memoryChristian Gromm-2/+7
2018-05-08staging: most: dim2: read clock speed from the deviceChristian Gromm-1/+49
2018-05-08staging: most: dim2: use device treeChristian Gromm-52/+196
2018-05-08staging: most: cdev: fix race conditionChristian Gromm-2/+4
2018-05-08staging: most: dim2: fix startup sequenceChristian Gromm-51/+39
2018-05-08staging: most: cdev: fix function return valueChristian Gromm-1/+1
2018-05-08staging: most: usb: add ep number to logChristian Gromm-3/+6
2018-05-08staging: most: cdev: fix chrdev_region leakChristian Gromm-2/+4
2018-05-08staging: most: cdev: avoid warning about potentially uninitialized variableChristian Gromm-1/+1
2018-05-08staging: most: sound: call snd_card_new with struct deviceChristian Gromm-1/+3
2018-05-08staging: most: make interface drivers allocate coherent memoryChristian Gromm-6/+43
2018-05-08staging: most: i2c: reduce parameters inconsistencyChristian Gromm-21/+12
2018-05-08staging: most: i2c: remove redundant list_mutexChristian Gromm-16/+1
2018-05-08staging: most: i2c: remove redundant is_openChristian Gromm-9/+1
2018-05-08staging: most: i2c: trace real polling rateChristian Gromm-2/+3
2018-05-08staging: most: i2c: prevent zero delay pollingChristian Gromm-3/+5
2018-05-08staging: most: i2c: avoid polling in case of misconfigChristian Gromm-8/+10
2018-05-08staging: most: i2c: do not wait in work functionChristian Gromm-33/+21
2018-05-08staging: most: i2c: shorten lifetime of IRQ handlerChristian Gromm-19/+21
2018-05-08staging: most: aim-sound: add flexible format supportChristian Gromm-59/+62
2018-05-08staging: most: add channel property dbr_sizeChristian Gromm-3/+39
2018-05-08staging: most: i2c: remove unnecessary poison_channel callChristian Gromm-5/+0
2018-05-08staging: most: i2c: prevent division by zeroChristian Gromm-1/+1
2018-05-08staging: most: dim2: remove clock speed processing from the HDMChristian Gromm-45/+12
2018-05-08staging: most: allocate only all requested memoryChristian Gromm-15/+16
2018-04-23Staging: most: Move comments to the end of lineIan Liu Rodrigues-42/+42
2018-03-08staging: most: Remove unnecessary usage of BUG_ON().Quytelda Kahja-3/+0
2018-03-06staging: most: Indent function parameter.Quytelda Kahja-1/+2
2018-03-06staging: most: Add a blank line.Quytelda Kahja-0/+1
2018-03-01staging: most: Fix missing identifier in function definition argument.Quytelda Kahja-1/+1
2018-03-01staging: most: Remove unnecessary OOM messages.Quytelda Kahja-2/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-3/+3
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2840/+2550
2018-01-22staging: most: replace function name to __func__Sidong Yang-1/+1
2018-01-08staging: most: convert macro to static functionGeorge Edward Bulmer-5/+7
2018-01-08staging: most: Fix identifiers to function parametersRavi Eluri-4/+4
2018-01-08staging: most: Avoid trailing semicolon for macrosRavi Eluri-1/+1
2017-12-13staging: most: core: make functions print_links and most_match staticColin Ian King-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-4/+4
2017-11-28staging: most: make DEVICE_ATTR structures staticChristian Gromm-16/+16
2017-11-28staging: most: remove legacy foldersChristian Gromm-29/+0
2017-11-28staging: most: fix MakefileChristian Gromm-7/+7
2017-11-27staging: most: usb: fix show/store function namesChristian Gromm-17/+17
2017-11-27staging: most: add ABI documentationChristian Gromm-0/+313
2017-11-27staging: most: core: fix list traversingAndrey Shvetsov-4/+13