summaryrefslogtreecommitdiff
path: root/include/dm/device.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: core: fix typo in comment (device.h)Heinrich Schuchardt2018-02-131-1/+1
* dm: define dev_*() log functions in DM headerMasahiro Yamada2017-10-041-0/+72
* dm: core: Rename of_device_is_compatible()Simon Glass2017-06-011-2/+2
* dm: core: Add ofnode to represent device tree nodesSimon Glass2017-06-011-4/+10
* dm: core: Move dev_get_addr() etc. into a separate fileSimon Glass2017-06-011-92/+0
* dm: core: Add DM_FLAG_OS_PREPARE flagStefan Roese2017-05-171-1/+10
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-0/+26
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-0/+10
* dm: core: Add dev_get_addr_size_index() to retrieve addr and sizeStefan Roese2016-12-021-0/+16
* dm: core: Add a function to bind child devicesSimon Glass2016-07-271-0/+16
* dm: core: Add a way to find a device by its driverSimon Glass2016-07-251-0/+4
* dm: core: Expand platdata for of-platdata devicesSimon Glass2016-07-141-0/+2
* dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass2016-07-141-2/+2
* dm: core: implement dev_map_physmem()Vignesh R2016-07-091-0/+13
* drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N2016-05-241-0/+23
* dm: core: Allow device names to be freed automaticallySimon Glass2016-05-171-0/+16
* dm: core: Add dev_get_addr_ptr() to return a pointer to the reg addressStefan Roese2016-04-251-0/+10
* fdt: implement dev_get_addr_name()Stephen Warren2016-04-151-0/+12
* dm: core: Add a new api to get indexed device addressMugunthan V N2016-01-131-0/+11
* dm: core: Add option to configure an offset for the address translationStefan Roese2016-01-121-0/+21
* dm: core: Add safe device iteration macrosSimon Glass2015-11-191-0/+12
* dm: core: Tidy up comments in device.hSimon Glass2015-10-231-3/+16
* dm: core: Remove a comment about dropping per_child_auto_alloc_sizeSimon Glass2015-10-231-4/+0
* dm: core: Tidy up devres commentsSimon Glass2015-10-231-26/+24