aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass1-5/+11
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass2-30/+0
2021-03-22dm: core: Adjust uclass setup with of-platdataSimon Glass1-0/+3
2021-03-22dm: core: Add macros to access the new linker listsSimon Glass4-0/+177
2021-03-22dtoc: Generate uclass devicesSimon Glass1-0/+5
2021-03-22dtoc: Support headers needed for driversSimon Glass1-0/+18
2021-03-22dtoc: Support tracking the phase of U-BootSimon Glass1-0/+16
2021-03-12test: Drop struct dm_test_stateSimon Glass1-17/+0
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass1-1/+1
2021-03-12test: Mark all driver model tests with a flagSimon Glass1-1/+2
2021-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne1-0/+13
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne3-0/+54
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil1-0/+1
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini3-0/+4
2021-02-03dm: core: Add late driver remove optionMarek Vasut2-4/+16
2021-02-03dm: core: Avoid partially removing devicesSimon Glass1-1/+8
2021-02-03dm: pci: Correct use of wrong flag nameSimon Glass1-0/+3
2021-02-03dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+4
2021-01-30dm: replace auto_alloc_size with autoDario Binacchi1-1/+1
2021-01-30do not pass NULL pointer to libfdtStanislav Pinchuk1-1/+1
2021-01-30dm: core: Don't inline dev_read...() calls with of-platdataSimon Glass1-2/+1
2021-01-16dm: core: add function uclass_probe_all() to probe all devicesVabhav Sharma1-0/+11
2021-01-12dm: core: add a function to decode display timingsDario Binacchi1-0/+24
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 U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass1-1/+1
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2-2/+2
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 Glass4-12/+12
2021-01-05dm: core: Allow the uclass list to moveSimon Glass1-0/+1
2021-01-05dm: core: Rename device node to indicate it is privateSimon Glass1-4/+7
2021-01-05dm: core: Access device ofnode through functionsSimon Glass2-3/+22
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2-17/+12
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass1-1/+1
2021-01-05dm: core: Rename device flags to indicate it is privateSimon Glass1-8/+9
2021-01-05dm: core: Access device flags through functionsSimon Glass1-0/+15
2021-01-05dm: core: Rename sqq to seq_Simon Glass1-4/+5
2021-01-05dm: core: Move priv/plat structs for simple_bus to headersSimon Glass1-0/+15
2021-01-05test: Move some test drivers into their own fileSimon Glass1-0/+18
2021-01-05test: Use a simple variable to record removed deviceSimon Glass1-2/+0
2021-01-05dm: core: Rename the priv/plat membersSimon Glass2-14/+19
2021-01-05dm: core: Add functions to set priv/platSimon Glass1-0/+84
2021-01-05dm: core: Add function to access uclass privSimon Glass2-0/+22
2021-01-05dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass1-1/+1
2020-12-22dm: core: Inline a few ofnode functions in SPLSimon Glass1-11/+45
2020-12-18dm: core: Drop seq and req_seqSimon Glass1-8/+1
2020-12-18dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass1-7/+10
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2-26/+10
2020-12-18dm: Drop uclass_resolve_seq()Simon Glass1-15/+0