summaryrefslogtreecommitdiff
path: root/include/dm/device.h
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Reduce code size with dev_of_offset()Simon Glass2022-09-291-3/+3
* dm: core: Support accessing core tagsSimon Glass2022-06-281-0/+25
* dm: core: Add DM_FLAG_PROBE_AFTER_BIND flagMarek Vasut2022-04-281-0/+3
* dm: core: Allow finding a uclass device by partial nameSimon Glass2022-04-251-1/+1
* dm: core: Deal with a wrinkle with linker listsSimon Glass2022-04-181-0/+8
* dm: core: Allow devres to be disabled in SPLSimon Glass2022-04-181-1/+1
* dm: Use parenthesis for the device_get_ops macro argumentSughosh Ganu2022-02-091-1/+1
* doc: add include/dm/device.h to the HTML documentationPatrick Delaunay2022-01-151-93/+116
* dm: core: Allow getting some basic statsSimon Glass2021-12-231-1/+10
* Merge tag 'v2022.01-rc4' into nextTom Rini2021-12-201-4/+4
|\
| * dm: fix an 'undefined' error in some macrosAKASHI Takahiro2021-12-181-4/+4
* | dm: core: Allow finding children / uclasses by partial nameSimon Glass2021-11-281-0/+12
|/
* Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2021-09-301-1/+2
|\
| * mtd: spi: nor: force mtd name to "nor%d"Patrick Delaunay2021-09-281-1/+2
* | treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-251-5/+5
* | treewide: Simply conditions with the new OF_REALSimon Glass2021-09-251-1/+1
* | dm: core: Fix a few incorrect comments on first/next functionsSimon Glass2021-09-161-2/+2
|/
* 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-261-15/+0
* dm: core: Add macros to access the new linker listsSimon Glass2021-03-221-0/+22
* dtoc: Support headers needed for driversSimon Glass2021-03-221-0/+18
* dtoc: Support tracking the phase of U-BootSimon Glass2021-03-221-0/+16
* dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne2021-02-181-0/+13
* dm: core: Add late driver remove optionMarek Vasut2021-02-031-1/+9
* 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
* 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-051-1/+1
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-2/+2
* dm: core: Rename device node to indicate it is privateSimon Glass2021-01-051-4/+7
* dm: core: Access device ofnode through functionsSimon Glass2021-01-051-2/+21
* dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-1/+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: Rename the priv/plat membersSimon Glass2021-01-051-12/+17
* dm: core: Drop seq and req_seqSimon Glass2020-12-181-8/+1
* dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-181-13/+5
* dm: Switch over to use new sequence number for dev_seq()Simon Glass2020-12-181-1/+1
* dm: core: Add a new sequence number for devicesSimon Glass2020-12-181-0/+8
* dm: Avoid accessing seq directlySimon Glass2020-12-181-0/+5
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-8/+8
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-28/+28
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-9/+9
* dm: core: Drop dev_set_of_offset()Simon Glass2020-12-131-5/+0