summaryrefslogtreecommitdiff
path: root/drivers/core/uclass.c
Commit message (Expand)AuthorAgeLines
* dm: core: Replace of_offset with accessorSimon Glass2017-02-08-3/+5
* dm: core: Add a function to get a uclass nameSimon Glass2016-10-11-0/+9
* dm: core: Add a way to find a device by its driverSimon Glass2016-07-25-0/+20
* dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass2016-03-14-0/+13
* dm: core: Export uclass_find_device_by_of_offset()Simon Glass2016-01-21-2/+2
* dm: core: Call uclass post_bind() after the driver's bind() methodSimon Glass2016-01-20-5/+0
* dm: core: Provide uclass_find_device_by_phandle() only when neededSimon Glass2016-01-20-0/+4
* dm: core: Remove unnecessary codes in uclass_pre_remove_device()Bin Meng2015-10-29-7/+0
* dm: Improve handling of a missing uclassSimon Glass2015-09-02-1/+6
* dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada2015-08-18-2/+2
* dm: core: Support finding a device by phandleSimon Glass2015-08-05-0/+42
* dm: core: Check for empty list in uclass_find_device()Simon Glass2015-08-05-0/+2
* dm: change dm_warn() message into debug() in uclass_add()Masahiro Yamada2015-07-21-2/+2
* dm: core: Correct bug introduced in uclass_first/next_device()Simon Glass2015-04-28-0/+5
* dm: core: Remove unbind operations when not requiredSimon Glass2015-04-23-0/+4
* dm: core: Handle recursive unbinding of uclass devicesSimon Glass2015-04-22-2/+10
* dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak2015-04-22-11/+1
* dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak2015-04-22-0/+11
* dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak2015-04-22-0/+24
* dm: core: add internal functions for getting the device without probePrzemyslaw Marczak2015-04-22-25/+34
* dm: core: Add a uclass pre_probe() method for devicesSimon Glass2015-04-16-1/+9
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-29-0/+13
* dm: core: Allow the uclass to set up a device's child after bindingSimon Glass2015-01-29-5/+16
* dm: do not check the existence of uclass operationMasahiro Yamada2014-10-22-4/+0
* dm: Avoid accessing uclasses before they are readySimon Glass2014-07-23-0/+2
* dm: Allow a device to be found by its FDT offsetSimon Glass2014-07-23-0/+35
* dm: Introduce device sequence numberingSimon Glass2014-07-23-0/+78
* dm: Move uclass error checking/probing into a functionSimon Glass2014-07-23-6/+22
* dm: Cast away the const-ness of the global_data pointerSimon Glass2014-06-20-1/+1
* dm: rename device struct to udeviceHeiko Schocher2014-05-27-15/+16
* dm: Add base driver model supportSimon Glass2014-03-04-0/+285