summaryrefslogtreecommitdiff
path: root/include/dm/uclass-internal.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-10dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot1-0/+13
2018-11-29dm: core: Export uclass_find_device_by_phandle()Simon Glass1-0/+17
2018-08-21uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot1-0/+11
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01dm: core: Add a way to find a device by ofnodeSimon Glass1-0/+18
2016-01-22dm: core: Export uclass_find_device_by_of_offset()Simon Glass1-0/+16
2015-08-18dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada1-2/+2
2015-04-23dm: core: Remove unbind operations when not requiredSimon Glass1-0/+8
2015-04-22dm: core: precise comments for get/find device by namePrzemyslaw Marczak1-1/+1
2015-04-22dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak1-3/+18
2015-04-22dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak1-23/+38
2015-04-22dm: core: add internal functions for getting the device without probePrzemyslaw Marczak1-0/+22
2015-04-17dm: core: Add a uclass pre_probe() method for devicesSimon Glass1-3/+4
2015-01-30dm: core: Allow uclass to set up a device's child before it is probedSimon Glass1-0/+11
2014-07-23dm: Introduce device sequence numberingSimon Glass1-0/+23
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-5/+5
2014-03-04dm: Add base driver model supportSimon Glass1-0/+85