aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/device.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass1-15/+13
2015-01-29dm: core: Add a function to get a device's uclass IDSimon Glass1-0/+5
2015-01-29dm: core: Add a post_bind method for parentsSimon Glass1-0/+12
2015-01-29dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass1-0/+4
2015-01-29dm: core: Allow parents to have platform data for their childrenSimon Glass1-2/+28
2015-01-29dm: core: Allocate platform data when binding a deviceSimon Glass1-9/+13
2015-01-29dm: core: Tidy up error handling in device_bind()Simon Glass1-8/+10
2014-12-11dm: device: Add newline to debug() messagesSimon Glass1-3/+3
2014-11-22dm: core: Add functions to find parent and OF dataSimon Glass1-0/+5
2014-11-22dm: core: Allow access to the device's driver_id dataSimon Glass1-0/+5
2014-11-21dm: Allow device removal features to be droppedSimon Glass1-168/+0
2014-10-22dm: core: Allow parents to pass data to children during probeSimon Glass1-1/+8
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass1-0/+27
2014-09-23dm: avoid dev->req_seq overflowRobert Baldyga1-0/+2
2014-09-23dm: core: Allow device_bind() to used without CONFIG_OF_CONTROLSimon Glass1-2/+5
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass1-1/+15
2014-07-23dm: Introduce per-child data for devicesSimon Glass1-0/+26
2014-07-23dm: Add functions to access a device's childrenSimon Glass1-0/+93
2014-07-23dm: Introduce device sequence numberingSimon Glass1-0/+28
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass1-2/+4
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-16/+16
2014-03-04dm: Add base driver model supportSimon Glass1-0/+348