summaryrefslogtreecommitdiff
path: root/include/dm/uclass-internal.h
AgeCommit message (Expand)Author
2017-06-01dm: core: Add a way to find a device by ofnodeSimon Glass
2016-01-22dm: core: Export uclass_find_device_by_of_offset()Simon Glass
2015-08-18dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada
2015-04-23dm: core: Remove unbind operations when not requiredSimon Glass
2015-04-22dm: core: precise comments for get/find device by namePrzemyslaw Marczak
2015-04-22dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak
2015-04-22dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak
2015-04-22dm: core: add internal functions for getting the device without probePrzemyslaw Marczak
2015-04-17dm: core: Add a uclass pre_probe() method for devicesSimon Glass
2015-01-30dm: core: Allow uclass to set up a device's child before it is probedSimon Glass
2014-07-23dm: Introduce device sequence numberingSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add base driver model supportSimon Glass