summaryrefslogtreecommitdiffstats
path: root/drivers/core/device.c
Commit message (Expand)AuthorAgeFilesLines
...
* dm: introduce dev_get_addr interfacePeng Fan2015-02-121-0/+12
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-291-0/+4
* dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2015-01-291-0/+4
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-291-15/+13
* dm: core: Add a function to get a device's uclass IDSimon Glass2015-01-291-0/+5
* dm: core: Add a post_bind method for parentsSimon Glass2015-01-291-0/+12
* dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass2015-01-291-0/+4
* dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-291-2/+28
* dm: core: Allocate platform data when binding a deviceSimon Glass2015-01-291-9/+13
* dm: core: Tidy up error handling in device_bind()Simon Glass2015-01-291-8/+10
* dm: device: Add newline to debug() messagesSimon Glass2014-12-111-3/+3
* dm: core: Add functions to find parent and OF dataSimon Glass2014-11-221-0/+5
* dm: core: Allow access to the device's driver_id dataSimon Glass2014-11-221-0/+5
* dm: Allow device removal features to be droppedSimon Glass2014-11-211-168/+0
* dm: core: Allow parents to pass data to children during probeSimon Glass2014-10-221-1/+8
* dm: core: Add functions for iterating through device childrenSimon Glass2014-10-221-0/+27
* dm: avoid dev->req_seq overflowRobert Baldyga2014-09-231-0/+2
* dm: core: Allow device_bind() to used without CONFIG_OF_CONTROLSimon Glass2014-09-231-2/+5
* dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-231-1/+15
* dm: Introduce per-child data for devicesSimon Glass2014-07-231-0/+26
* dm: Add functions to access a device's childrenSimon Glass2014-07-231-0/+93
* dm: Introduce device sequence numberingSimon Glass2014-07-231-0/+28
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-231-2/+4
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-16/+16
* dm: Add base driver model supportSimon Glass2014-03-041-0/+348
OpenPOWER on IntegriCloud