summaryrefslogtreecommitdiff
path: root/doc/driver-model/of-plat.rst
Commit message (Expand)AuthorAgeFilesLines
* dtoc: Process driver aliases along with driversSimon Glass2021-03-221-1/+2
* dtoc: Drop dm_populate_phandle_data()Simon Glass2021-01-051-10/+6
* dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-051-3/+3
* dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass2021-01-051-1/+1
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-6/+6
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-5/+5
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-6/+6
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-3/+3
* dm: Rename 'platdata_size' to 'plat_size'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-7/+7
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-3/+3
* dm: doc: Update the of-platadata documentationSimon Glass2020-10-291-23/+19
* dm: doc: update of-plat with new phandle supportWalter Lozano2020-07-091-8/+16
* dm: doc: update of-plat with the support for driver aliasesWalter Lozano2020-07-091-1/+13
* dm: doc: Add a note about of-platdata and header filesSimon Glass2019-12-151-0/+6
* dm: doc: Correct of-platdata driver nameSimon Glass2019-11-031-1/+1
* doc: fix: Replace SPL_OF_PLATDATA with OF_PLATDATA in examplesLukasz Majewski2019-09-191-4/+4
* doc: driver-model: Convert of-plat.txt to reSTBin Meng2019-07-241-0/+341