summaryrefslogtreecommitdiffstats
path: root/include/dm/platdata.h
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Drop device_get_by_driver_info()Simon Glass2021-03-261-15/+0
* dtoc: Drop dm_populate_phandle_data()Simon Glass2021-01-051-8/+0
* dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass2021-01-051-1/+1
* dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass2021-01-051-7/+3
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-8/+8
* dm: Rename 'platdata_size' to 'plat_size'Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-3/+3
* dm: Don't allow U_BOOT_DEVICE() when of-platdata is usedSimon Glass2020-10-291-0/+8
* dm: Support parent devices with of-platdataSimon Glass2020-10-291-1/+9
* dm: Use an allocated array for run-time device infoSimon Glass2020-10-291-2/+12
* dm: core: Expand the comment for DM_GET_DEVICE()Simon Glass2020-10-291-1/+16
* core: extend struct driver_info to point to deviceWalter Lozano2020-07-091-0/+14
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: remove orphaned parameter description in platdata.hHeinrich Schuchardt2018-01-011-1/+0
* dm: core: Expand platdata for of-platdata devicesSimon Glass2016-07-141-0/+5
* dm: Add platform data advice and admonishmentSimon Glass2015-07-211-0/+9
* dm: core: Allow a list of devices to be declared in one stepSimon Glass2014-10-221-0/+4
* dm: include <linker_lists.h> from platdata.h and uclass.hMasahiro Yamada2014-10-221-0/+2
* dm: fix commentsMasahiro Yamada2014-10-221-1/+1
* dm: Tidy up some header file commentsSimon Glass2014-07-231-2/+8
* dm: Add base driver model supportSimon Glass2014-03-041-0/+22