summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
AgeCommit message (Expand)Author
2018-12-05staging: most: use format specifier "%s" in snprintfColin Ian King
2018-11-21staging: most: video: fix registration of an empty comp core_componentColin Ian King
2018-08-18Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai
2018-06-28staging: most: fix sparse warning Using plain integer as NULL pointerMarcin Ciupak
2018-05-14staging: most: video: fix build warningsGreg Kroah-Hartman
2018-05-11staging: most: video: remove debugging codeAbdun Nihaal
2018-05-08staging: most: usb: remove local variableChristian Gromm
2018-05-08staging: most: usb: fix usb_disconnect race conditionChristian Gromm
2018-05-08staging: most: usb: don't set URB_ZERO_PACKET flag for synchronous dataChristian Gromm
2018-05-08staging: most: dim2: use device to allocate coherent memoryChristian Gromm
2018-05-08staging: most: dim2: read clock speed from the deviceChristian Gromm
2018-05-08staging: most: dim2: use device treeChristian Gromm
2018-05-08staging: most: cdev: fix race conditionChristian Gromm
2018-05-08staging: most: dim2: fix startup sequenceChristian Gromm
2018-05-08staging: most: cdev: fix function return valueChristian Gromm
2018-05-08staging: most: usb: add ep number to logChristian Gromm
2018-05-08staging: most: cdev: fix chrdev_region leakChristian Gromm
2018-05-08staging: most: cdev: avoid warning about potentially uninitialized variableChristian Gromm
2018-05-08staging: most: sound: call snd_card_new with struct deviceChristian Gromm
2018-05-08staging: most: make interface drivers allocate coherent memoryChristian Gromm
2018-05-08staging: most: i2c: reduce parameters inconsistencyChristian Gromm
2018-05-08staging: most: i2c: remove redundant list_mutexChristian Gromm
2018-05-08staging: most: i2c: remove redundant is_openChristian Gromm
2018-05-08staging: most: i2c: trace real polling rateChristian Gromm
2018-05-08staging: most: i2c: prevent zero delay pollingChristian Gromm
2018-05-08staging: most: i2c: avoid polling in case of misconfigChristian Gromm
2018-05-08staging: most: i2c: do not wait in work functionChristian Gromm
2018-05-08staging: most: i2c: shorten lifetime of IRQ handlerChristian Gromm
2018-05-08staging: most: aim-sound: add flexible format supportChristian Gromm
2018-05-08staging: most: add channel property dbr_sizeChristian Gromm
2018-05-08staging: most: i2c: remove unnecessary poison_channel callChristian Gromm
2018-05-08staging: most: i2c: prevent division by zeroChristian Gromm
2018-05-08staging: most: dim2: remove clock speed processing from the HDMChristian Gromm
2018-05-08staging: most: allocate only all requested memoryChristian Gromm
2018-04-23Staging: most: Move comments to the end of lineIan Liu Rodrigues
2018-03-08staging: most: Remove unnecessary usage of BUG_ON().Quytelda Kahja
2018-03-06staging: most: Indent function parameter.Quytelda Kahja
2018-03-06staging: most: Add a blank line.Quytelda Kahja
2018-03-01staging: most: Fix missing identifier in function definition argument.Quytelda Kahja
2018-03-01staging: most: Remove unnecessary OOM messages.Quytelda Kahja
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-22staging: most: replace function name to __func__Sidong Yang
2018-01-08staging: most: convert macro to static functionGeorge Edward Bulmer
2018-01-08staging: most: Fix identifiers to function parametersRavi Eluri
2018-01-08staging: most: Avoid trailing semicolon for macrosRavi Eluri
2017-12-13staging: most: core: make functions print_links and most_match staticColin Ian King
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-28staging: most: make DEVICE_ATTR structures staticChristian Gromm