summaryrefslogtreecommitdiff
path: root/drivers/core/device.c
AgeCommit message (Expand)Author
2014-12-11dm: device: Add newline to debug() messagesSimon 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-11-21dm: Allow device removal features to be droppedSimon 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-09-23dm: avoid dev->req_seq overflowRobert Baldyga
2014-09-23dm: core: Allow device_bind() to used without CONFIG_OF_CONTROLSimon Glass
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: Introduce device sequence numberingSimon Glass
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add base driver model supportSimon Glass