aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/configfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-24staging: most: move core files out of the staging areaChristian Gromm1-725/+0
2020-01-24staging: next: configfs: fix release linkChristian Gromm1-7/+19
2020-01-16staging: most: remove header include path to drivers/stagingMasahiro Yamada1-1/+2
2019-12-17staging: most: configfs: reduce array sizeChristian Gromm1-7/+9
2019-12-17staging: most: configfs: use strlcpyChristian Gromm1-4/+6
2019-12-17staging: most: rename struct core_componentChristian Gromm1-2/+2
2019-12-17staging: most: rename core.h to most.hChristian Gromm1-1/+1
2019-11-11staging: most: block module removal while having active configfs itemsChristian Gromm1-3/+35
2019-11-11staging: most: configfs: move configfs subsystems to container structChristian Gromm1-35/+45
2019-11-07staging: most: remove string termination dependency from user space dataChristian Gromm1-0/+4
2019-10-24staging: most: Change bool init to true/falseJamal Shareef1-1/+1
2019-07-03staging: most: remove data sanity checkChristian Gromm1-14/+0
2019-04-19staging: most: configfs: Make mdev_link_list staticYueHaibing1-1/+1
2019-04-16staging: most: configfs: add code for link removalChristian Gromm1-2/+36
2019-04-16staging: most: configfs: make create attributes write-onlyChristian Gromm1-15/+2
2019-04-16staging: most: allow speculative configurationChristian Gromm1-16/+44
2019-04-16staging: most: add new file configfs.cChristian Gromm1-0/+627