summaryrefslogtreecommitdiffstats
path: root/include/dm/device.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: Use driver_info index instead of pointerSimon Glass2020-10-291-0/+14
* dm: core: fix typo in device.hDario Binacchi2020-10-291-1/+1
* core: improve of_match_ptr with OF_PLATDATAWalter Lozano2020-09-221-1/+1
* pci: Avoid a crash in device_is_on_pci_bus()Simon Glass2020-07-171-1/+1
* core: extend struct driver_info to point to deviceWalter Lozano2020-07-091-0/+15
* core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2020-07-091-0/+7
* Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini2020-04-161-4/+7
|\
| * dm: core: Add a way to skip powering down power domainsSimon Glass2020-04-161-4/+7
* | dm: core: Add basic ACPI supportSimon Glass2020-04-161-0/+5
|/
* dm: core: Add a flag for power domain control on device removalAnatolij Gustschin2020-03-021-0/+6
* dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass2020-02-051-1/+0
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-71/+0
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-2/+0
* dm: core: Add a way to iterate through children, probing eachSimon Glass2020-02-051-0/+39
* dm: core: Add a way to read platdata for all child devicesSimon Glass2020-02-051-0/+42
* dm: core: Use const where possible in device.hSimon Glass2020-02-051-14/+16
* dm: devres: Create a new devres header fileSimon Glass2020-01-071-254/+1