summaryrefslogtreecommitdiffstats
path: root/drivers/misc/fs_loader.c
Commit message (Expand)AuthorAgeFilesLines
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* misc: fs_loader: Replace label with DT phandleTien Fong Chee2019-04-221-21/+15
* misc: fs_loader: Add support for initializing block deviceTien Fong Chee2019-04-221-0/+23
* misc: fs_loader: Switching private data allocation to DM auto allocationTien Fong Chee2019-01-151-63/+45
* misc: fs_loader: Fix compiler warningKeerthy2018-11-161-1/+1
* misc: fs_loader: Use device_get_global_by_ofnode to get to nodeKeerthy2018-11-161-3/+2
* drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay2018-10-281-2/+2
* common: Generic loader for file systemTien Fong Chee2018-09-281-0/+295