aboutsummaryrefslogtreecommitdiff
path: root/include/dm/device.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-22dm: core: Allow parents to pass data to children during probeSimon Glass1-0/+4
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass1-0/+18
2014-10-22dm: add of_match_ptr() macroMasahiro Yamada1-0/+6
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass1-0/+6
2014-07-23dm: Introduce per-child data for devicesSimon Glass1-0/+20
2014-07-23dm: Add functions to access a device's childrenSimon Glass1-0/+58
2014-07-23dm: Tidy up some header file commentsSimon Glass1-1/+1
2014-07-23dm: Introduce device sequence numberingSimon Glass1-0/+29
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass1-0/+5
2014-06-20dm: Tidy up four minor code nitsSimon Glass1-1/+1
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass1-3/+3
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-10/+10
2014-03-04dm: Add base driver model supportSimon Glass1-0/+159