index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
fs_loader.c
Age
Commit message (
Expand
)
Author
2022-05-05
misc: fs_loader: Fix compile warnings when CONFIG_CMD_UBIFS is enabled
Pali Rohár
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2019-08-11
env: Move env_get() to env.h
Simon Glass
2019-04-22
misc: fs_loader: Replace label with DT phandle
Tien Fong Chee
2019-04-22
misc: fs_loader: Add support for initializing block device
Tien Fong Chee
2019-01-15
misc: fs_loader: Switching private data allocation to DM auto allocation
Tien Fong Chee
2018-11-16
misc: fs_loader: Fix compiler warning
Keerthy
2018-11-16
misc: fs_loader: Use device_get_global_by_ofnode to get to node
Keerthy
2018-10-28
drivers: cosmetic: Convert SPDX license tags to Linux Kernel style
Patrick Delaunay
2018-09-28
common: Generic loader for file system
Tien Fong Chee