summaryrefslogtreecommitdiff
path: root/include/dm/device.h
AgeCommit message (Expand)Author
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
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-05dm: core: Add a way to iterate through children, probing eachSimon Glass
2020-02-05dm: core: Add a way to read platdata for all child devicesSimon Glass
2020-02-05dm: core: Use const where possible in device.hSimon Glass
2020-01-07dm: devres: Create a new devres header fileSimon Glass
2020-01-07dm: core: Add a new flag to track platform dataSimon Glass
2020-01-07dm: core: Add a comment for DM_FLAG_OF_PLATDATASimon Glass
2019-10-15dm: core: Allow for not controlling the power-domain by DM frameworkLokesh Vutla
2019-10-15dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array()Jean-Jacques Hiblot
2019-10-11dm: core: Add a function to count the children of a deviceLokesh Vutla
2019-10-08dm: core: Add device_foreach_child()Simon Glass
2018-11-29dm: core: Add a few more specific child-finding functionsSimon Glass
2018-10-09dm: core: Add a function to find the first inactive childSimon Glass
2018-10-09dm: core: Update some functions to use constSimon Glass
2018-09-29core: Add dev_{disable,enable}_by_pathMario Six
2018-08-21dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-13dm: core: fix typo in comment (device.h)Heinrich Schuchardt
2017-10-04dm: define dev_*() log functions in DM headerMasahiro Yamada
2017-06-01dm: core: Rename of_device_is_compatible()Simon Glass
2017-06-01dm: core: Add ofnode to represent device tree nodesSimon Glass
2017-06-01dm: core: Move dev_get_addr() etc. into a separate fileSimon Glass
2017-05-17dm: core: Add DM_FLAG_OS_PREPARE flagStefan Roese
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-12-02dm: core: Add dev_get_addr_size_index() to retrieve addr and sizeStefan Roese
2016-07-27dm: core: Add a function to bind child devicesSimon Glass
2016-07-25dm: core: Add a way to find a device by its driverSimon Glass
2016-07-14dm: core: Expand platdata for of-platdata devicesSimon Glass
2016-07-14dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass
2016-07-09dm: core: implement dev_map_physmem()Vignesh R
2016-05-24drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N
2016-05-17dm: core: Allow device names to be freed automaticallySimon Glass
2016-04-25dm: core: Add dev_get_addr_ptr() to return a pointer to the reg addressStefan Roese
2016-04-15fdt: implement dev_get_addr_name()Stephen Warren
2016-01-13dm: core: Add a new api to get indexed device addressMugunthan V N
2016-01-12dm: core: Add option to configure an offset for the address translationStefan Roese
2015-11-19dm: core: Add safe device iteration macrosSimon Glass
2015-10-23dm: core: Tidy up comments in device.hSimon Glass
2015-10-23dm: core: Remove a comment about dropping per_child_auto_alloc_sizeSimon Glass
2015-10-23dm: core: Tidy up devres commentsSimon Glass