summaryrefslogtreecommitdiff
path: root/drivers/core/uclass.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Add a way to skip powering down power domainsSimon Glass2020-04-161-1/+1
* dm: core: Add logging on unbind failureSimon Glass2020-04-161-2/+2
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-111-4/+0
|\
| * dm: core: Drop uclass_find_next_free_req_seq() conditionsSimon Glass2020-02-051-4/+0
* | dm: core: Add a function to find a device by drvdataSimon Glass2020-02-071-0/+17
|/
* dm: core: Update log method for uclass_find_device_by_seqKever Yang2019-10-271-4/+7
* dm: device: Request next sequence numberThomas Fitzsimmons2019-10-151-1/+3
* dm: core: Correct the return value for uclass_find_first_device()Simon Glass2019-10-081-1/+1
* dm: core: Drop a few early returnsSimon Glass2019-10-081-4/+10
* drivers: core: use strcmp when find device by namePeng Fan2019-07-121-1/+1
* dm: Add a No-op uclassJean-Jacques Hiblot2019-07-051-0/+5
* dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler2019-02-091-1/+1
* dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot2018-12-101-0/+24
* dm: core: Export uclass_find_device_by_phandle()Simon Glass2018-11-291-4/+2
* dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard2018-11-161-0/+13
* uclass: Use uclass_foreach_dev() macro instead of open codingLiviu Dudau2018-11-141-9/+9
* dm: core: Allow uclass to set up a device's child after it is probedBin Meng2018-11-141-1/+12
* uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot2018-08-211-0/+21
* dm: core: Add logging of some common errorsSimon Glass2018-07-091-2/+12
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* core: add uclass_get_device_by_phandle_id() apiKever Yang2018-03-311-0/+26
* dm: core: Add a function to look up a uclass by nameSimon Glass2018-02-031-0/+14
* dm: core: Add uclass_first/next_device_check()Simon Glass2017-07-111-0/+27
* dm: core: Clarify uclass_first/next_device() commentsSimon Glass2017-07-111-2/+1
* dm: core: Update uclass_find_device_by_phandle() for livetreeSimon Glass2017-06-011-3/+2
* dm: core: Add a way to find a device by ofnodeSimon Glass2017-06-011-0/+37
* core/uclass: Print name of device in uclass_find_device_by_seq()Alexandru Gagniuc2017-04-131-1/+1
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-3/+5
* dm: core: Add a function to get a uclass nameSimon Glass2016-10-111-0/+9
* dm: core: Add a way to find a device by its driverSimon Glass2016-07-251-0/+20
* dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass2016-03-141-0/+13
* dm: core: Export uclass_find_device_by_of_offset()Simon Glass2016-01-211-2/+2
* dm: core: Call uclass post_bind() after the driver's bind() methodSimon Glass2016-01-201-5/+0
* dm: core: Provide uclass_find_device_by_phandle() only when neededSimon Glass2016-01-201-0/+4
* dm: core: Remove unnecessary codes in uclass_pre_remove_device()Bin Meng2015-10-291-7/+0
* dm: Improve handling of a missing uclassSimon Glass2015-09-021-1/+6
* dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada2015-08-181-2/+2
* dm: core: Support finding a device by phandleSimon Glass2015-08-051-0/+42
* dm: core: Check for empty list in uclass_find_device()Simon Glass2015-08-051-0/+2
* dm: change dm_warn() message into debug() in uclass_add()Masahiro Yamada2015-07-211-2/+2
* dm: core: Correct bug introduced in uclass_first/next_device()Simon Glass2015-04-281-0/+5
* dm: core: Remove unbind operations when not requiredSimon Glass2015-04-231-0/+4
* dm: core: Handle recursive unbinding of uclass devicesSimon Glass2015-04-221-2/+10
* dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak2015-04-221-11/+1
* dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak2015-04-221-0/+11
* dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak2015-04-221-0/+24
* dm: core: add internal functions for getting the device without probePrzemyslaw Marczak2015-04-221-25/+34
* dm: core: Add a uclass pre_probe() method for devicesSimon Glass2015-04-161-1/+9
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-291-0/+13