summaryrefslogtreecommitdiffstats
path: root/include/dm/device.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: core: Fix device flag whitespaceSimon Glass2015-10-231-5/+5
* dm: core: Adjust device.h header file orderSimon Glass2015-10-231-13/+13
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-5/+5
* dm: pci: Add an inline API to test if a device is on a PCI busBin Meng2015-09-161-0/+11
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-2/+2
* dm: core: Add a way to set a device nameSimon Glass2015-08-061-0/+15
* devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada2015-08-061-0/+82
* devres: add devm_kmalloc() and friends (managed memory allocators)Masahiro Yamada2015-08-061-0/+44
* devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada2015-08-061-0/+140
* dm: add DM_FLAG_BOUND flagMasahiro Yamada2015-08-061-0/+3
* dm: Add a return value comment to device_get_child()Simon Glass2015-08-051-1/+3
* dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass2015-07-211-1/+1
* dm: core: Add a function to find any device from device treeSimon Glass2015-07-211-0/+14
* dm: core: device: add function: dev_get_uclass_name()Przemyslaw Marczak2015-04-221-0/+10
* dm: core: device: add function: dev_get_driver_ops()Przemyslaw Marczak2015-04-221-0/+11
* dm: core: Extend struct udevice by '.uclass_platdata' field.Przemyslaw Marczak2015-04-221-1/+16
* dm: core: Add device children and sibling functionsSimon Glass2015-04-181-0/+30
* dm: core: Rename driver data function to dev_get_driver_data()Simon Glass2015-04-181-5/+11
* dm: core: Convert driver_bind() to use constSimon Glass2015-04-181-1/+1
* dm: core: Support allocating driver-private data for DMASimon Glass2015-04-181-0/+3
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-0/+10
* dm: introduce dev_get_addr interfacePeng Fan2015-02-121-0/+10
* dm: core: Add a function to get a device's uclass IDSimon Glass2015-01-291-0/+8
* dm: core: Add a post_bind method for parentsSimon Glass2015-01-291-0/+2
* dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-291-0/+19
* dm: core: Add functions to find parent and OF dataSimon Glass2014-11-221-0/+8
* dm: core: Allow access to the device's driver_id dataSimon Glass2014-11-221-0/+11
* dm: core: Add a clarifying comment on struct udevice's seq memberSimon Glass2014-10-221-1/+2
* dm: core: Allow parents to pass data to children during probeSimon Glass2014-10-221-0/+4
* dm: core: Add functions for iterating through device childrenSimon Glass2014-10-221-0/+18
* dm: add of_match_ptr() macroMasahiro Yamada2014-10-221-0/+6
* dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-231-0/+6
* dm: Introduce per-child data for devicesSimon Glass2014-07-231-0/+20
* dm: Add functions to access a device's childrenSimon Glass2014-07-231-0/+58
* dm: Tidy up some header file commentsSimon Glass2014-07-231-1/+1
* dm: Introduce device sequence numberingSimon Glass2014-07-231-0/+29
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-231-0/+5
* dm: Tidy up four minor code nitsSimon Glass2014-06-201-1/+1
* dm: Rename struct device_id to udevice_idSimon Glass2014-06-201-3/+3
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-10/+10
* dm: Add base driver model supportSimon Glass2014-03-041-0/+159
OpenPOWER on IntegriCloud