summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/core.c
Commit message (Expand)AuthorAgeFilesLines
* staging: most-core: Use bus_find_device_by_nameSuzuki K Poulose2019-06-241-8/+1Star
* staging: most: core: replace strcpy() by strscpy()Gustavo A. R. Silva2019-04-251-1/+1
* Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2019-04-211-1/+1
|\
| * staging: most: core: use device description as nameChristian Gromm2019-04-021-1/+1
* | staging: most: allow speculative configurationChristian Gromm2019-04-161-12/+4Star
* | staging: most: core: remove attribute add_linkChristian Gromm2019-04-161-61/+0Star
* | staging: most: core: make sysfs attributes read-onlyChristian Gromm2019-04-161-115/+7Star
* | staging: most: enable configfs supportChristian Gromm2019-04-161-1/+1
* | staging: most: core: add configfs interface functionsChristian Gromm2019-04-161-0/+142
* | staging: most: change signature of function probe_channelChristian Gromm2019-04-161-2/+4
|/
* staging: most: use format specifier "%s" in snprintfColin Ian King2018-11-091-1/+1
* staging: most: fix label namesChristian Gromm2018-09-251-12/+12
* staging: most: do not make interface dependent attrs default for all channelsChristian Gromm2018-08-271-0/+19
* staging: most: register channel device after init of struct membersChristian Gromm2018-08-271-4/+4
* staging: most: make interface drivers allocate coherent memoryChristian Gromm2018-05-081-6/+11
* staging: most: add channel property dbr_sizeChristian Gromm2018-05-081-0/+22
* staging: most: allocate only all requested memoryChristian Gromm2018-05-081-15/+16
* staging: most: Remove unnecessary usage of BUG_ON().Quytelda Kahja2018-03-081-3/+0Star
* staging: most: Indent function parameter.Quytelda Kahja2018-03-061-1/+2
* staging: most: Add a blank line.Quytelda Kahja2018-03-061-0/+1
* staging: most: Remove unnecessary OOM messages.Quytelda Kahja2018-03-011-2/+0Star
* staging: most: Avoid trailing semicolon for macrosRavi Eluri2018-01-081-1/+1
* staging: most: core: make functions print_links and most_match staticColin Ian King2017-12-131-2/+2
* staging: most: core: fix list traversingAndrey Shvetsov2017-11-271-4/+13
* staging: most: core: remove class generationChristian Gromm2017-11-271-12/+1Star
* staging: most: core: check value returned by match functionChristian Gromm2017-11-271-0/+4
* staging: most: core: fix formattingChristian Gromm2017-11-271-6/+1Star
* staging: most: core: denote modules as componentsChristian Gromm2017-11-271-12/+12
* staging: most: fix comment sectionsChristian Gromm2017-11-271-62/+46Star
* staging: most: core: rename function link_channel_to_aimChristian Gromm2017-11-271-4/+4
* staging: most: core: rename aim variablesChristian Gromm2017-11-271-85/+87
* staging: most: core: rename mod_listChristian Gromm2017-11-271-5/+5
* staging: most: rename functions to register a driver with most_coreChristian Gromm2017-11-271-6/+7
* staging: most: rename struct most_aimChristian Gromm2017-11-271-15/+15
* staging: most: core: put channel name in struct most_channelChristian Gromm2017-11-271-7/+6Star
* staging: most: core: replace struct most_inst_objChristian Gromm2017-11-271-103/+97Star
* staging: most: core: rename functionChristian Gromm2017-11-271-4/+4
* staging: most: core: remove struct deviceChristian Gromm2017-11-271-17/+0Star
* staging: most: core: fix sysfs attribute managementChristian Gromm2017-11-271-36/+73
* staging: most: core: track aim modules with linked listChristian Gromm2017-11-271-2/+4
* staging: most: core: use structure to pack driver specific dataChristian Gromm2017-11-271-39/+34Star
* staging: most: core: rename members aim* of struct most_channelChristian Gromm2017-11-271-52/+52
* staging: most: core: rename struct memeberChristian Gromm2017-11-271-39/+39
* staging: most: core: rename struct most_c_aim_obj to pipeChristian Gromm2017-11-271-3/+3
* staging: most: core: rename structureChristian Gromm2017-11-271-52/+52
* staging: most: core: encapsulate code in functionChristian Gromm2017-11-271-13/+26
* staging: most: core: add a match function for the busChristian Gromm2017-11-271-0/+9
* staging: most: core: remove function get_channel_by_ifaceChristian Gromm2017-11-271-34/+13Star
* staging: most: remove proprietary kobjectsChristian Gromm2017-11-271-569/+234Star
* staging: most: move core filesChristian Gromm2017-11-271-0/+1943