summaryrefslogtreecommitdiffstats
path: root/include/dm/uclass-internal.h
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Add macros to access the new linker listsSimon Glass2021-03-221-0/+49
* dm: core: Add function to access uclass privSimon Glass2021-01-051-0/+14
* dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass2020-12-181-7/+10
* dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-181-13/+5
* dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass2020-12-181-2/+2
* dm: core: Correct the return value for uclass_find_first_device()Simon Glass2019-10-081-2/+2
* dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot2018-12-101-0/+13
* dm: core: Export uclass_find_device_by_phandle()Simon Glass2018-11-291-0/+17
* uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot2018-08-211-0/+11
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: Add a way to find a device by ofnodeSimon Glass2017-06-011-0/+18
* dm: core: Export uclass_find_device_by_of_offset()Simon Glass2016-01-211-0/+16
* dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada2015-08-181-2/+2
* dm: core: Remove unbind operations when not requiredSimon Glass2015-04-231-0/+8
* dm: core: precise comments for get/find device by namePrzemyslaw Marczak2015-04-221-1/+1
* dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak2015-04-221-3/+18
* dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak2015-04-221-23/+38
* dm: core: add internal functions for getting the device without probePrzemyslaw Marczak2015-04-221-0/+22
* dm: core: Add a uclass pre_probe() method for devicesSimon Glass2015-04-161-3/+4
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-291-0/+11
* dm: Introduce device sequence numberingSimon Glass2014-07-231-0/+23
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-5/+5
* dm: Add base driver model supportSimon Glass2014-03-041-0/+85