aboutsummaryrefslogtreecommitdiff
path: root/include/dm/device.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-01dm: core: Rename of_device_is_compatible()Simon Glass1-2/+2
2017-06-01dm: core: Add ofnode to represent device tree nodesSimon Glass1-4/+10
2017-06-01dm: core: Move dev_get_addr() etc. into a separate fileSimon Glass1-92/+0
2017-05-17dm: core: Add DM_FLAG_OS_PREPARE flagStefan Roese1-1/+10
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese1-0/+26
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-0/+10
2016-12-02dm: core: Add dev_get_addr_size_index() to retrieve addr and sizeStefan Roese1-0/+16
2016-07-27dm: core: Add a function to bind child devicesSimon Glass1-0/+16
2016-07-25dm: core: Add a way to find a device by its driverSimon Glass1-0/+4
2016-07-14dm: core: Expand platdata for of-platdata devicesSimon Glass1-0/+2
2016-07-14dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass1-2/+2
2016-07-09dm: core: implement dev_map_physmem()Vignesh R1-0/+13
2016-05-24drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N1-0/+23
2016-05-17dm: core: Allow device names to be freed automaticallySimon Glass1-0/+16
2016-04-25dm: core: Add dev_get_addr_ptr() to return a pointer to the reg addressStefan Roese1-0/+10
2016-04-15fdt: implement dev_get_addr_name()Stephen Warren1-0/+12
2016-01-13dm: core: Add a new api to get indexed device addressMugunthan V N1-0/+11
2016-01-12dm: core: Add option to configure an offset for the address translationStefan Roese1-0/+21
2015-11-19dm: core: Add safe device iteration macrosSimon Glass1-0/+12
2015-10-23dm: core: Tidy up comments in device.hSimon Glass1-3/+16
2015-10-23dm: core: Remove a comment about dropping per_child_auto_alloc_sizeSimon Glass1-4/+0
2015-10-23dm: core: Tidy up devres commentsSimon Glass1-26/+24
2015-10-23dm: core: Fix device flag whitespaceSimon Glass1-5/+5
2015-10-23dm: core: Adjust device.h header file orderSimon Glass1-13/+13
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-5/+5
2015-09-16dm: pci: Add an inline API to test if a device is on a PCI busBin Meng1-0/+11
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-2/+2
2015-08-06dm: core: Add a way to set a device nameSimon Glass1-0/+15
2015-08-06devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada1-0/+82
2015-08-06devres: add devm_kmalloc() and friends (managed memory allocators)Masahiro Yamada1-0/+44
2015-08-06devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada1-0/+140
2015-08-06dm: add DM_FLAG_BOUND flagMasahiro Yamada1-0/+3
2015-08-05dm: Add a return value comment to device_get_child()Simon Glass1-1/+3
2015-07-21dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass1-1/+1
2015-07-21dm: core: Add a function to find any device from device treeSimon Glass1-0/+14
2015-04-22dm: core: device: add function: dev_get_uclass_name()Przemyslaw Marczak1-0/+10
2015-04-22dm: core: device: add function: dev_get_driver_ops()Przemyslaw Marczak1-0/+11
2015-04-22dm: core: Extend struct udevice by '.uclass_platdata' field.Przemyslaw Marczak1-1/+16
2015-04-18dm: core: Add device children and sibling functionsSimon Glass1-0/+30
2015-04-18dm: core: Rename driver data function to dev_get_driver_data()Simon Glass1-5/+11
2015-04-18dm: core: Convert driver_bind() to use constSimon Glass1-1/+1
2015-04-18dm: core: Support allocating driver-private data for DMASimon Glass1-0/+3
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-0/+10
2015-02-12dm: introduce dev_get_addr interfacePeng Fan1-0/+10
2015-01-29dm: core: Add a function to get a device's uclass IDSimon Glass1-0/+8
2015-01-29dm: core: Add a post_bind method for parentsSimon Glass1-0/+2
2015-01-29dm: core: Allow parents to have platform data for their childrenSimon Glass1-0/+19
2014-11-22dm: core: Add functions to find parent and OF dataSimon Glass1-0/+8
2014-11-22dm: core: Allow access to the device's driver_id dataSimon Glass1-0/+11
2014-10-22dm: core: Add a clarifying comment on struct udevice's seq memberSimon Glass1-1/+2