summaryrefslogtreecommitdiff
path: root/drivers/core/uclass.c
AgeCommit message (Expand)Author
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass
2017-07-11dm: core: Clarify uclass_first/next_device() commentsSimon Glass
2017-06-01dm: core: Update uclass_find_device_by_phandle() for livetreeSimon Glass
2017-06-01dm: core: Add a way to find a device by ofnodeSimon Glass
2017-04-13core/uclass: Print name of device in uclass_find_device_by_seq()Alexandru Gagniuc
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-10-11dm: core: Add a function to get a uclass nameSimon Glass
2016-07-26dm: core: Add a way to find a device by its driverSimon Glass
2016-03-14dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass
2016-01-22dm: core: Export uclass_find_device_by_of_offset()Simon Glass
2016-01-21dm: core: Call uclass post_bind() after the driver's bind() methodSimon Glass
2016-01-21dm: core: Provide uclass_find_device_by_phandle() only when neededSimon Glass
2015-10-29dm: core: Remove unnecessary codes in uclass_pre_remove_device()Bin Meng
2015-09-03dm: Improve handling of a missing uclassSimon Glass
2015-08-18dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada
2015-08-06dm: core: Support finding a device by phandleSimon Glass
2015-08-05dm: core: Check for empty list in uclass_find_device()Simon Glass
2015-07-21dm: change dm_warn() message into debug() in uclass_add()Masahiro Yamada
2015-04-28dm: core: Correct bug introduced in uclass_first/next_device()Simon Glass
2015-04-23dm: core: Remove unbind operations when not requiredSimon Glass
2015-04-22dm: core: Handle recursive unbinding of uclass devicesSimon Glass
2015-04-22dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak
2015-04-22dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak
2015-04-22dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak
2015-04-22dm: core: add internal functions for getting the device without probePrzemyslaw Marczak
2015-04-17dm: core: Add a uclass pre_probe() method for devicesSimon Glass
2015-01-30dm: core: Allow uclass to set up a device's child before it is probedSimon Glass
2015-01-30dm: core: Allow the uclass to set up a device's child after bindingSimon Glass
2014-10-22dm: do not check the existence of uclass operationMasahiro Yamada
2014-07-23dm: Avoid accessing uclasses before they are readySimon Glass
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass
2014-07-23dm: Introduce device sequence numberingSimon Glass
2014-07-23dm: Move uclass error checking/probing into a functionSimon Glass
2014-06-20dm: Cast away the const-ness of the global_data pointerSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add base driver model supportSimon Glass