summaryrefslogtreecommitdiff
path: root/include/dm/uclass-internal.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-13/+13
2021-12-23dm: core: Allow getting some basic statsSimon Glass1-0/+7
2021-11-29dm: core: Fix handling of uclass pre_unbind methodSimon Glass1-1/+13
2021-03-26dm: core: Add warnings to private / platform settersSimon Glass1-0/+3
2021-03-22dm: core: Add macros to access the new linker listsSimon Glass1-0/+49
2021-01-05dm: core: Add function to access uclass privSimon Glass1-0/+14
2020-12-19dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass1-7/+10
2020-12-19dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass1-13/+5
2020-12-19dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass1-2/+2
2019-10-08dm: core: Correct the return value for uclass_find_first_device()Simon Glass1-2/+2
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