summaryrefslogtreecommitdiff
path: root/include/dm/device.h
Commit message (Expand)AuthorAgeLines
* dm: introduce dev_get_addr interfacePeng Fan2015-02-12-0/+10
* dm: core: Add a function to get a device's uclass IDSimon Glass2015-01-29-0/+8
* dm: core: Add a post_bind method for parentsSimon Glass2015-01-29-0/+2
* dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-29-0/+19
* dm: core: Add functions to find parent and OF dataSimon Glass2014-11-22-0/+8
* dm: core: Allow access to the device's driver_id dataSimon Glass2014-11-22-0/+11
* dm: core: Add a clarifying comment on struct udevice's seq memberSimon Glass2014-10-22-1/+2
* dm: core: Allow parents to pass data to children during probeSimon Glass2014-10-22-0/+4
* dm: core: Add functions for iterating through device childrenSimon Glass2014-10-22-0/+18
* dm: add of_match_ptr() macroMasahiro Yamada2014-10-22-0/+6
* dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-23-0/+6
* dm: Introduce per-child data for devicesSimon Glass2014-07-23-0/+20
* dm: Add functions to access a device's childrenSimon Glass2014-07-23-0/+58
* dm: Tidy up some header file commentsSimon Glass2014-07-23-1/+1
* dm: Introduce device sequence numberingSimon Glass2014-07-23-0/+29
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-23-0/+5
* dm: Tidy up four minor code nitsSimon Glass2014-06-20-1/+1
* dm: Rename struct device_id to udevice_idSimon Glass2014-06-20-3/+3
* dm: rename device struct to udeviceHeiko Schocher2014-05-27-10/+10
* dm: Add base driver model supportSimon Glass2014-03-04-0/+159