aboutsummaryrefslogtreecommitdiff
path: root/include/dm/platdata.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-15doc: add include/dm/platdata.h to the HTML documentationPatrick Delaunay1-2/+2
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass1-15/+0
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass1-8/+0
2021-01-05dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass1-1/+1
2021-01-05dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass1-7/+3
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-8/+8
2020-12-13dm: Rename 'platdata_size' to 'plat_size'Simon Glass1-2/+2
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-3/+3
2020-10-29dm: Don't allow U_BOOT_DEVICE() when of-platdata is usedSimon Glass1-0/+8
2020-10-29dm: Support parent devices with of-platdataSimon Glass1-1/+9
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass1-2/+12
2020-10-29dm: core: Expand the comment for DM_GET_DEVICE()Simon Glass1-1/+16
2020-07-09core: extend struct driver_info to point to deviceWalter Lozano1-0/+14
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-01dm: core: remove orphaned parameter description in platdata.hHeinrich Schuchardt1-1/+0
2016-07-14dm: core: Expand platdata for of-platdata devicesSimon Glass1-0/+5
2015-07-21dm: Add platform data advice and admonishmentSimon Glass1-0/+9
2014-10-22dm: core: Allow a list of devices to be declared in one stepSimon Glass1-0/+4
2014-10-22dm: include <linker_lists.h> from platdata.h and uclass.hMasahiro Yamada1-0/+2
2014-10-22dm: fix commentsMasahiro Yamada1-1/+1
2014-07-23dm: Tidy up some header file commentsSimon Glass1-2/+8
2014-03-04dm: Add base driver model supportSimon Glass1-0/+22