summaryrefslogtreecommitdiff
path: root/include/dm/device.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-15doc: add include/dm/device.h to the HTML documentationPatrick Delaunay1-93/+116
2021-12-23dm: core: Allow getting some basic statsSimon Glass1-1/+10
2021-12-21Merge tag 'v2022.01-rc4' into nextTom Rini1-4/+4
2021-12-18dm: fix an 'undefined' error in some macrosAKASHI Takahiro1-4/+4
2021-11-29dm: core: Allow finding children / uclasses by partial nameSimon Glass1-0/+12
2021-09-30Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-1/+2
2021-09-28mtd: spi: nor: force mtd name to "nor%d"Patrick Delaunay1-1/+2
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-5/+5
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-1/+1
2021-09-16dm: core: Fix a few incorrect comments on first/next functionsSimon Glass1-2/+2
2021-03-26dm: core: Move flags to device-runtime infoSimon Glass1-0/+8
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass1-0/+15
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 Glass1-15/+0
2021-03-22dm: core: Add macros to access the new linker listsSimon Glass1-0/+22
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-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne1-0/+13
2021-02-03dm: core: Add late driver remove optionMarek Vasut1-1/+9
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-01-31dm: replace auto_alloc_size with autoDario Binacchi1-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 Glass1-1/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-2/+2
2021-01-05dm: core: Rename device node to indicate it is privateSimon Glass1-4/+7
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-2/+21
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+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: Rename the priv/plat membersSimon Glass1-12/+17
2020-12-19dm: core: Drop seq and req_seqSimon Glass1-8/+1
2020-12-19dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass1-13/+5
2020-12-19dm: Switch over to use new sequence number for dev_seq()Simon Glass1-1/+1
2020-12-19dm: core: Add a new sequence number for devicesSimon Glass1-0/+8
2020-12-19dm: Avoid accessing seq directlySimon Glass1-0/+5
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-8/+8
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-28/+28
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-9/+9
2020-12-13dm: core: Drop dev_set_of_offset()Simon Glass1-5/+0
2020-10-29dm: Use driver_info index instead of pointerSimon Glass1-0/+14
2020-10-29dm: core: fix typo in device.hDario Binacchi1-1/+1
2020-09-22core: improve of_match_ptr with OF_PLATDATAWalter Lozano1-1/+1
2020-07-17pci: Avoid a crash in device_is_on_pci_bus()Simon Glass1-1/+1
2020-07-10core: extend struct driver_info to point to deviceWalter Lozano1-0/+15
2020-07-10core: add support for U_BOOT_DRIVER_ALIASWalter Lozano1-0/+7
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini1-4/+7