aboutsummaryrefslogtreecommitdiff
path: root/include/dm/device.h
AgeCommit message (Expand)Author
2021-09-30Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2021-09-28mtd: spi: nor: force mtd name to "nor%d"Patrick Delaunay
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass
2021-09-16dm: core: Fix a few incorrect comments on first/next functionsSimon 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: Add macros to access the new linker listsSimon Glass
2021-03-22dtoc: Support headers needed for driversSimon Glass
2021-03-22dtoc: Support tracking the phase of U-BootSimon Glass
2021-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne
2021-02-03dm: core: Add late driver remove optionMarek Vasut
2021-02-03dm: pci: Correct use of wrong flag nameSimon Glass
2021-02-03dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass
2021-01-30dm: replace auto_alloc_size with autoDario Binacchi
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 U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon 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: Rename the priv/plat membersSimon Glass
2020-12-18dm: core: Drop seq and req_seqSimon Glass
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass
2020-12-18dm: Switch over to use new sequence number for dev_seq()Simon Glass
2020-12-18dm: core: Add a new sequence number for devicesSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-13dm: core: Drop dev_set_of_offset()Simon Glass
2020-10-29dm: Use driver_info index instead of pointerSimon Glass
2020-10-29dm: core: fix typo in device.hDario Binacchi
2020-09-22core: improve of_match_ptr with OF_PLATDATAWalter Lozano
2020-07-17pci: Avoid a crash in device_is_on_pci_bus()Simon Glass
2020-07-09core: extend struct driver_info to point to deviceWalter Lozano
2020-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini
2020-04-16dm: core: Add a way to skip powering down power domainsSimon Glass
2020-04-16dm: core: Add basic ACPI supportSimon Glass
2020-03-02dm: core: Add a flag for power domain control on device removalAnatolij Gustschin
2020-02-05dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass