summaryrefslogtreecommitdiff
path: root/include/dm/device.h
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-16dm: core: Add a way to skip powering down power domainsSimon Glass1-4/+7
2020-04-16dm: core: Add basic ACPI supportSimon Glass1-0/+5
2020-03-03dm: core: Add a flag for power domain control on device removalAnatolij Gustschin1-0/+6
2020-02-06dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass1-1/+0
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-71/+0
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-2/+0
2020-02-06dm: core: Add a way to iterate through children, probing eachSimon Glass1-0/+39
2020-02-06dm: core: Add a way to read platdata for all child devicesSimon Glass1-0/+42
2020-02-06dm: core: Use const where possible in device.hSimon Glass1-14/+16
2020-01-08dm: devres: Create a new devres header fileSimon Glass1-254/+1
2020-01-08dm: core: Add a new flag to track platform dataSimon Glass1-0/+3
2020-01-08dm: core: Add a comment for DM_FLAG_OF_PLATDATASimon Glass1-0/+1
2019-10-15dm: core: Allow for not controlling the power-domain by DM frameworkLokesh Vutla1-0/+3
2019-10-15dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array()Jean-Jacques Hiblot1-2/+2
2019-10-11dm: core: Add a function to count the children of a deviceLokesh Vutla1-0/+9
2019-10-08dm: core: Add device_foreach_child()Simon Glass1-0/+9
2018-11-29dm: core: Add a few more specific child-finding functionsSimon Glass1-0/+25
2018-10-09dm: core: Add a function to find the first inactive childSimon Glass1-0/+15
2018-10-09dm: core: Update some functions to use constSimon Glass1-12/+12
2018-09-29core: Add dev_{disable,enable}_by_pathMario Six1-0/+16
2018-08-21dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot1-4/+19