aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/uclass.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-16dm: core: Add a way to skip powering down power domainsSimon Glass1-1/+1
2020-04-16dm: core: Add logging on unbind failureSimon Glass1-2/+2
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini1-4/+0
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass1-0/+17
2020-02-05dm: core: Drop uclass_find_next_free_req_seq() conditionsSimon Glass1-4/+0
2019-10-27dm: core: Update log method for uclass_find_device_by_seqKever Yang1-4/+7
2019-10-15dm: device: Request next sequence numberThomas Fitzsimmons1-1/+3
2019-10-08dm: core: Correct the return value for uclass_find_first_device()Simon Glass1-1/+1
2019-10-08dm: core: Drop a few early returnsSimon Glass1-4/+10
2019-07-12drivers: core: use strcmp when find device by namePeng Fan1-1/+1
2019-07-05dm: Add a No-op uclassJean-Jacques Hiblot1-0/+5
2019-02-09dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler1-1/+1
2018-12-10dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot1-0/+24
2018-11-29dm: core: Export uclass_find_device_by_phandle()Simon Glass1-4/+2
2018-11-16dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard1-0/+13
2018-11-14uclass: Use uclass_foreach_dev() macro instead of open codingLiviu Dudau1-9/+9
2018-11-14dm: core: Allow uclass to set up a device's child after it is probedBin Meng1-1/+12
2018-08-21uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot1-0/+21
2018-07-09dm: core: Add logging of some common errorsSimon Glass1-2/+12
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-31core: add uclass_get_device_by_phandle_id() apiKever Yang1-0/+26
2018-02-03dm: core: Add a function to look up a uclass by nameSimon Glass1-0/+14
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass1-0/+27
2017-07-11dm: core: Clarify uclass_first/next_device() commentsSimon Glass1-2/+1
2017-06-01dm: core: Update uclass_find_device_by_phandle() for livetreeSimon Glass1-3/+2
2017-06-01dm: core: Add a way to find a device by ofnodeSimon Glass1-0/+37
2017-04-13core/uclass: Print name of device in uclass_find_device_by_seq()Alexandru Gagniuc1-1/+1
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-3/+5
2016-10-11dm: core: Add a function to get a uclass nameSimon Glass1-0/+9
2016-07-25dm: core: Add a way to find a device by its driverSimon Glass1-0/+20
2016-03-14dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass1-0/+13
2016-01-21dm: core: Export uclass_find_device_by_of_offset()Simon Glass1-2/+2
2016-01-20dm: core: Call uclass post_bind() after the driver's bind() methodSimon Glass1-5/+0
2016-01-20dm: core: Provide uclass_find_device_by_phandle() only when neededSimon Glass1-0/+4
2015-10-29dm: core: Remove unnecessary codes in uclass_pre_remove_device()Bin Meng1-7/+0
2015-09-02dm: Improve handling of a missing uclassSimon Glass1-1/+6
2015-08-18dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada1-2/+2
2015-08-05dm: core: Support finding a device by phandleSimon Glass1-0/+42
2015-08-05dm: core: Check for empty list in uclass_find_device()Simon Glass1-0/+2
2015-07-21dm: change dm_warn() message into debug() in uclass_add()Masahiro Yamada1-2/+2
2015-04-28dm: core: Correct bug introduced in uclass_first/next_device()Simon Glass1-0/+5
2015-04-23dm: core: Remove unbind operations when not requiredSimon Glass1-0/+4
2015-04-22dm: core: Handle recursive unbinding of uclass devicesSimon Glass1-2/+10
2015-04-22dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak1-11/+1
2015-04-22dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak1-0/+11
2015-04-22dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak1-0/+24
2015-04-22dm: core: add internal functions for getting the device without probePrzemyslaw Marczak1-25/+34
2015-04-16dm: core: Add a uclass pre_probe() method for devicesSimon Glass1-1/+9
2015-01-29dm: core: Allow uclass to set up a device's child before it is probedSimon Glass1-0/+13