summaryrefslogtreecommitdiff
path: root/include/dm/device.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: core: Add a new flag to track platform dataSimon Glass2020-01-071-0/+3
* dm: core: Add a comment for DM_FLAG_OF_PLATDATASimon Glass2020-01-071-0/+1
* dm: core: Allow for not controlling the power-domain by DM frameworkLokesh Vutla2019-10-151-0/+3
* dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array()Jean-Jacques Hiblot2019-10-151-2/+2
* dm: core: Add a function to count the children of a deviceLokesh Vutla2019-10-111-0/+9
* dm: core: Add device_foreach_child()Simon Glass2019-10-081-0/+9
* dm: core: Add a few more specific child-finding functionsSimon Glass2018-11-291-0/+25
* dm: core: Add a function to find the first inactive childSimon Glass2018-10-091-0/+15
* dm: core: Update some functions to use constSimon Glass2018-10-091-12/+12
* core: Add dev_{disable,enable}_by_pathMario Six2018-09-291-0/+16
* dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot2018-08-211-4/+19
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1