summaryrefslogtreecommitdiffstats
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Add size operations on device tree referencesChen Guanqiao2021-04-291-0/+10
* dm: core: Correctly read <ranges> of simple-busBin Meng2021-04-151-3/+3
* of: extra: Introduce ofnode_phy_is_fixed_link() APIBin Meng2021-04-151-0/+20
* x86: qemu: move QFW to its own uclassAsherah Connor2021-04-121-0/+1
* Merge tag 'v2021.04-rc5' into nextTom Rini2021-03-291-0/+2
|\
| * test: Add udevice declaration to avoid build errorSimon Glass2021-03-281-0/+2
* | dm: core: Add CBFS support to flashmapSimon Glass2021-03-271-0/+8
* | dm: core: Add warnings to private / platform settersSimon Glass2021-03-262-0/+21
* | dm: core: Use separate priv/plat data regionSimon Glass2021-03-261-0/+9
* | dm: core: Move flags to device-runtime infoSimon Glass2021-03-261-0/+8
* | dm: core: Create a struct for device runtime infoSimon Glass2021-03-261-0/+15
* | dm: Rename device_get_by_driver_info_idx()Simon Glass2021-03-261-5/+11
* | dm: core: Drop device_get_by_driver_info()Simon Glass2021-03-262-30/+0
* | dm: core: Adjust uclass setup with of-platdataSimon Glass2021-03-221-0/+3
* | dm: core: Add macros to access the new linker listsSimon Glass2021-03-224-0/+177
* | dtoc: Generate uclass devicesSimon Glass2021-03-221-0/+5
* | dtoc: Support headers needed for driversSimon Glass2021-03-221-0/+18
* | dtoc: Support tracking the phase of U-BootSimon Glass2021-03-221-0/+16
* | test: Drop struct dm_test_stateSimon Glass2021-03-121-17/+0
* | test: Call test_pre/post_run() from driver model testsSimon Glass2021-03-121-1/+1
* | test: Mark all driver model tests with a flagSimon Glass2021-03-121-1/+2
|/
* dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne2021-02-181-0/+13
* dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne2021-02-183-0/+54
* net: Introduce DSA class for Ethernet switchesClaudiu Manoil2021-02-161-0/+1
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-153-0/+4
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-023-0/+4
* | dm: core: Add late driver remove optionMarek Vasut2021-02-032-4/+16
* | dm: core: Avoid partially removing devicesSimon Glass2021-02-031-1/+8
* | dm: pci: Correct use of wrong flag nameSimon Glass2021-02-031-0/+3
* | dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass2021-02-031-1/+1
|/
* dm: replace auto_alloc_size with autoDario Binacchi2021-01-301-1/+1
* do not pass NULL pointer to libfdtStanislav Pinchuk2021-01-301-1/+1
* dm: core: Don't inline dev_read...() calls with of-platdataSimon Glass2021-01-301-2/+1
* dm: core: add function uclass_probe_all() to probe all devicesVabhav Sharma2021-01-161-0/+11
* dm: core: add a function to decode display timingsDario Binacchi2021-01-121-0/+24
* 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 U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-051-1/+1
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-052-2/+2
* 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-054-12/+12
* dm: core: Allow the uclass list to moveSimon Glass2021-01-051-0/+1
* dm: core: Rename device node to indicate it is privateSimon Glass2021-01-051-4/+7
* dm: core: Access device ofnode through functionsSimon Glass2021-01-052-3/+22
* dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-052-17/+12
* dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass2021-01-051-1/+1
* dm: core: Rename device flags to indicate it is privateSimon Glass2021-01-051-8/+9
* dm: core: Access device flags through functionsSimon Glass2021-01-051-0/+15
* dm: core: Rename sqq to seq_Simon Glass2021-01-051-4/+5
* dm: core: Move priv/plat structs for simple_bus to headersSimon Glass2021-01-051-0/+15