index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
dm
/
platdata.h
Age
Commit message (
Expand
)
Author
2022-01-15
doc: add include/dm/platdata.h to the HTML documentation
Patrick Delaunay
2021-03-26
dm: core: Drop device_get_by_driver_info()
Simon Glass
2021-01-05
dtoc: Drop dm_populate_phandle_data()
Simon Glass
2021-01-05
dtoc: Rename dt-platdata.c to dt-plat.c
Simon Glass
2021-01-05
dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()
Simon Glass
2021-01-05
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
2020-12-13
dm: Rename 'platdata_size' to 'plat_size'
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-10-29
dm: Don't allow U_BOOT_DEVICE() when of-platdata is used
Simon Glass
2020-10-29
dm: Support parent devices with of-platdata
Simon Glass
2020-10-29
dm: Use an allocated array for run-time device info
Simon Glass
2020-10-29
dm: core: Expand the comment for DM_GET_DEVICE()
Simon Glass
2020-07-09
core: extend struct driver_info to point to device
Walter Lozano
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-01
dm: core: remove orphaned parameter description in platdata.h
Heinrich Schuchardt
2016-07-14
dm: core: Expand platdata for of-platdata devices
Simon Glass
2015-07-21
dm: Add platform data advice and admonishment
Simon Glass
2014-10-22
dm: core: Allow a list of devices to be declared in one step
Simon Glass
2014-10-22
dm: include <linker_lists.h> from platdata.h and uclass.h
Masahiro Yamada
2014-10-22
dm: fix comments
Masahiro Yamada
2014-07-23
dm: Tidy up some header file comments
Simon Glass
2014-03-04
dm: Add base driver model support
Simon Glass