aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/uclass.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-29dm: core: Allow the uclass to set up a device's child after bindingSimon Glass1-5/+16
2014-10-22dm: do not check the existence of uclass operationMasahiro Yamada1-4/+0
2014-07-23dm: Avoid accessing uclasses before they are readySimon Glass1-0/+2
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass1-0/+35
2014-07-23dm: Introduce device sequence numberingSimon Glass1-0/+78
2014-07-23dm: Move uclass error checking/probing into a functionSimon Glass1-6/+22
2014-06-20dm: Cast away the const-ness of the global_data pointerSimon Glass1-1/+1
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-15/+16
2014-03-04dm: Add base driver model supportSimon Glass1-0/+285