summaryrefslogtreecommitdiff
path: root/include/dm/device.h
AgeCommit message (Expand)Author
2015-08-05dm: Add a return value comment to device_get_child()Simon Glass
2015-07-21dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass
2015-07-21dm: core: Add a function to find any device from device treeSimon Glass
2015-04-22dm: core: device: add function: dev_get_uclass_name()Przemyslaw Marczak
2015-04-22dm: core: device: add function: dev_get_driver_ops()Przemyslaw Marczak
2015-04-22dm: core: Extend struct udevice by '.uclass_platdata' field.Przemyslaw Marczak
2015-04-18dm: core: Add device children and sibling functionsSimon Glass
2015-04-18dm: core: Rename driver data function to dev_get_driver_data()Simon Glass
2015-04-18dm: core: Convert driver_bind() to use constSimon Glass
2015-04-18dm: core: Support allocating driver-private data for DMASimon Glass
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass
2015-02-12dm: introduce dev_get_addr interfacePeng Fan
2015-01-30dm: core: Add a function to get a device's uclass IDSimon Glass
2015-01-30dm: core: Add a post_bind method for parentsSimon Glass
2015-01-30dm: core: Allow parents to have platform data for their childrenSimon Glass
2014-11-22dm: core: Add functions to find parent and OF dataSimon Glass
2014-11-22dm: core: Allow access to the device's driver_id dataSimon Glass
2014-10-22dm: core: Add a clarifying comment on struct udevice's seq memberSimon Glass
2014-10-22dm: core: Allow parents to pass data to children during probeSimon Glass
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass
2014-10-22dm: add of_match_ptr() macroMasahiro Yamada
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass
2014-07-23dm: Introduce per-child data for devicesSimon Glass
2014-07-23dm: Add functions to access a device's childrenSimon Glass
2014-07-23dm: Tidy up some header file commentsSimon Glass
2014-07-23dm: Introduce device sequence numberingSimon Glass
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass
2014-06-20dm: Tidy up four minor code nitsSimon Glass
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add base driver model supportSimon Glass