summaryrefslogtreecommitdiff
path: root/drivers/misc/fs_loader.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-04-23misc: fs_loader: Replace label with DT phandleTien Fong Chee1-21/+15
2019-04-23misc: fs_loader: Add support for initializing block deviceTien Fong Chee1-0/+23
2019-01-15misc: fs_loader: Switching private data allocation to DM auto allocationTien Fong Chee1-63/+45
2018-11-17misc: fs_loader: Fix compiler warningKeerthy1-1/+1
2018-11-17misc: fs_loader: Use device_get_global_by_ofnode to get to nodeKeerthy1-3/+2
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay1-2/+2
2018-09-29common: Generic loader for file systemTien Fong Chee1-0/+295