aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-24staging: most: move core files out of the staging areaChristian Gromm1-1491/+0
2020-03-12staging: most: core: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-3/+3
2020-01-24staging: most: core: fix logging messagesChristian Gromm1-15/+13
2020-01-24staging: most: core: remove container structChristian Gromm1-34/+32
2020-01-24staging: most: remove struct device core driverChristian Gromm1-34/+18
2020-01-24staging: most: core: drop device referenceChristian Gromm1-0/+1
2020-01-24staging: most: remove device from interface structureChristian Gromm1-25/+20
2020-01-16staging: most: remove header include path to drivers/stagingMasahiro Yamada1-1/+2
2020-01-15staging: most: core: remove noisy log messagesChristian Gromm1-8/+0
2020-01-15staging: most: core: use dev_* function for loggingChristian Gromm1-31/+30
2020-01-15staging: most: core: fix date in file commentChristian Gromm1-1/+1
2019-12-17staging: most: rename struct core_componentChristian Gromm1-16/+16
2019-12-17staging: most: rename core.h to most.hChristian Gromm1-1/+1
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