aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-20staging: most: core: remove sysfs attr remove_linkChristian Gromm1-86/+0
2019-11-13staging: most: core: add comments to mutex and spinlock definitionsChristian Gromm1-2/+2
2019-11-07staging: most: remove string termination dependency from user space dataChristian Gromm1-9/+9
2019-08-27staging: most-core: Fix checkpatch warningsPeikan Tsai1-1/+3
2019-06-24staging: most-core: Use bus_find_device_by_nameSuzuki K Poulose1-8/+1
2019-04-25staging: most: core: replace strcpy() by strscpy()Gustavo A. R. Silva1-1/+1
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman1-1/+1
2019-04-16staging: most: allow speculative configurationChristian Gromm1-12/+4
2019-04-16staging: most: core: remove attribute add_linkChristian Gromm1-61/+0
2019-04-16staging: most: core: make sysfs attributes read-onlyChristian Gromm1-115/+7
2019-04-16staging: most: enable configfs supportChristian Gromm1-1/+1
2019-04-16staging: most: core: add configfs interface functionsChristian Gromm1-0/+142
2019-04-16staging: most: change signature of function probe_channelChristian Gromm1-2/+4
2019-04-02staging: most: core: use device description as nameChristian Gromm1-1/+1
2018-11-09staging: most: use format specifier "%s" in snprintfColin Ian King1-1/+1
2018-09-25staging: most: fix label namesChristian Gromm1-12/+12
2018-08-27staging: most: do not make interface dependent attrs default for all channelsChristian Gromm1-0/+19
2018-08-27staging: most: register channel device after init of struct membersChristian Gromm1-4/+4
2018-05-08staging: most: make interface drivers allocate coherent memoryChristian Gromm1-6/+11
2018-05-08staging: most: add channel property dbr_sizeChristian Gromm1-0/+22
2018-05-08staging: most: allocate only all requested memoryChristian Gromm1-15/+16
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: Remove unnecessary OOM messages.Quytelda Kahja1-2/+0
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-27staging: most: core: fix list traversingAndrey Shvetsov1-4/+13
2017-11-27staging: most: core: remove class generationChristian Gromm1-12/+1
2017-11-27staging: most: core: check value returned by match functionChristian Gromm1-0/+4
2017-11-27staging: most: core: fix formattingChristian Gromm1-6/+1
2017-11-27staging: most: core: denote modules as componentsChristian Gromm1-12/+12
2017-11-27staging: most: fix comment sectionsChristian Gromm1-62/+46
2017-11-27staging: most: core: rename function link_channel_to_aimChristian Gromm1-4/+4
2017-11-27staging: most: core: rename aim variablesChristian Gromm1-85/+87
2017-11-27staging: most: core: rename mod_listChristian Gromm1-5/+5
2017-11-27staging: most: rename functions to register a driver with most_coreChristian Gromm1-6/+7
2017-11-27staging: most: rename struct most_aimChristian Gromm1-15/+15
2017-11-27staging: most: core: put channel name in struct most_channelChristian Gromm1-7/+6
2017-11-27staging: most: core: replace struct most_inst_objChristian Gromm1-103/+97
2017-11-27staging: most: core: rename functionChristian Gromm1-4/+4
2017-11-27staging: most: core: remove struct deviceChristian Gromm1-17/+0
2017-11-27staging: most: core: fix sysfs attribute managementChristian Gromm1-36/+73
2017-11-27staging: most: core: track aim modules with linked listChristian Gromm1-2/+4
2017-11-27staging: most: core: use structure to pack driver specific dataChristian Gromm1-39/+34
2017-11-27staging: most: core: rename members aim* of struct most_channelChristian Gromm1-52/+52
2017-11-27staging: most: core: rename struct memeberChristian Gromm1-39/+39
2017-11-27staging: most: core: rename struct most_c_aim_obj to pipeChristian Gromm1-3/+3
2017-11-27staging: most: core: rename structureChristian Gromm1-52/+52
2017-11-27staging: most: core: encapsulate code in functionChristian Gromm1-13/+26