~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dm: core: Allow finding a uclass device by partial nameSimon Glass2022-04-25
* dm: core: Tidy up comments in uclass headersSimon Glass2022-04-06
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* dm: core: Allow getting some basic statsSimon Glass2021-12-23
* dm: core: Fix handling of uclass pre_unbind methodSimon Glass2021-11-28
* dm: core: Add warnings to private / platform settersSimon Glass2021-03-26
* dm: core: Add macros to access the new linker listsSimon Glass2021-03-22
* dm: core: Add function to access uclass privSimon Glass2021-01-05
* dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass2020-12-18
* dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-18
* dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass2020-12-18
* dm: core: Correct the return value for uclass_find_first_device()Simon Glass2019-10-08
* dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot2018-12-10
* dm: core: Export uclass_find_device_by_phandle()Simon Glass2018-11-29
* uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot2018-08-21
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* dm: core: Add a way to find a device by ofnodeSimon Glass2017-06-01
* dm: core: Export uclass_find_device_by_of_offset()Simon Glass2016-01-21
* dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada2015-08-18
* dm: core: Remove unbind operations when not requiredSimon Glass2015-04-23
* dm: core: precise comments for get/find device by namePrzemyslaw Marczak2015-04-22
* dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak2015-04-22
* dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak2015-04-22
* dm: core: add internal functions for getting the device without probePrzemyslaw Marczak2015-04-22
* dm: core: Add a uclass pre_probe() method for devicesSimon Glass2015-04-16
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-29
* dm: Introduce device sequence numberingSimon Glass2014-07-23
* dm: rename device struct to udeviceHeiko Schocher2014-05-27
* dm: Add base driver model supportSimon Glass2014-03-04