aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-27staging: most: core: add a match function for the busChristian Gromm1-0/+9
2017-11-27staging: most: core: remove function get_channel_by_ifaceChristian Gromm1-34/+13
2017-11-27staging: most: remove proprietary kobjectsChristian Gromm1-569/+234
2017-11-27staging: most: move core filesChristian Gromm1-0/+1943