aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2021-04-29dm: core: Add size operations on device tree referencesChen Guanqiao
2021-04-15dm: core: Correctly read <ranges> of simple-busBin Meng
2021-04-15of: extra: Introduce ofnode_phy_is_fixed_link() APIBin Meng
2021-04-12x86: qemu: move QFW to its own uclassAsherah Connor
2021-03-29Merge tag 'v2021.04-rc5' into nextTom Rini
2021-03-28test: Add udevice declaration to avoid build errorSimon Glass
2021-03-27dm: core: Add CBFS support to flashmapSimon Glass
2021-03-26dm: core: Add warnings to private / platform settersSimon Glass
2021-03-26dm: core: Use separate priv/plat data regionSimon Glass
2021-03-26dm: core: Move flags to device-runtime infoSimon Glass
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass
2021-03-22dm: core: Adjust uclass setup with of-platdataSimon Glass
2021-03-22dm: core: Add macros to access the new linker listsSimon Glass
2021-03-22dtoc: Generate uclass devicesSimon Glass
2021-03-22dtoc: Support headers needed for driversSimon Glass
2021-03-22dtoc: Support tracking the phase of U-BootSimon Glass
2021-03-12test: Drop struct dm_test_stateSimon Glass
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass
2021-03-12test: Mark all driver model tests with a flagSimon Glass
2021-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini
2021-02-03dm: core: Add late driver remove optionMarek Vasut
2021-02-03dm: core: Avoid partially removing devicesSimon Glass
2021-02-03dm: pci: Correct use of wrong flag nameSimon Glass
2021-02-03dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-30dm: replace auto_alloc_size with autoDario Binacchi
2021-01-30do not pass NULL pointer to libfdtStanislav Pinchuk
2021-01-30dm: core: Don't inline dev_read...() calls with of-platdataSimon Glass
2021-01-16dm: core: add function uclass_probe_all() to probe all devicesVabhav Sharma
2021-01-12dm: core: add a function to decode display timingsDario Binacchi
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass
2021-01-05dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2021-01-05dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass
2021-01-05dm: core: Allow the uclass list to moveSimon Glass
2021-01-05dm: core: Rename device node to indicate it is privateSimon Glass
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass
2021-01-05dm: core: Rename device flags to indicate it is privateSimon Glass
2021-01-05dm: core: Access device flags through functionsSimon Glass
2021-01-05dm: core: Rename sqq to seq_Simon Glass
2021-01-05dm: core: Move priv/plat structs for simple_bus to headersSimon Glass