index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
core
/
uclass.c
Age
Commit message (
Expand
)
Author
2015-08-06
dm: core: Support finding a device by phandle
Simon Glass
2015-08-05
dm: core: Check for empty list in uclass_find_device()
Simon Glass
2015-07-21
dm: change dm_warn() message into debug() in uclass_add()
Masahiro Yamada
2015-04-28
dm: core: Correct bug introduced in uclass_first/next_device()
Simon Glass
2015-04-23
dm: core: Remove unbind operations when not required
Simon Glass
2015-04-22
dm: core: Handle recursive unbinding of uclass devices
Simon Glass
2015-04-22
dm: core: remove type 'static' of function uclass_get_device_tail()
Przemyslaw Marczak
2015-04-22
dm: core: uclass: add function: uclass_get_device_by_name()
Przemyslaw Marczak
2015-04-22
dm: core: uclass: add function: uclass_find_device_by_name()
Przemyslaw Marczak
2015-04-22
dm: core: add internal functions for getting the device without probe
Przemyslaw Marczak
2015-04-17
dm: core: Add a uclass pre_probe() method for devices
Simon Glass
2015-01-30
dm: core: Allow uclass to set up a device's child before it is probed
Simon Glass
2015-01-30
dm: core: Allow the uclass to set up a device's child after binding
Simon Glass
2014-10-22
dm: do not check the existence of uclass operation
Masahiro Yamada
2014-07-23
dm: Avoid accessing uclasses before they are ready
Simon Glass
2014-07-23
dm: Allow a device to be found by its FDT offset
Simon Glass
2014-07-23
dm: Introduce device sequence numbering
Simon Glass
2014-07-23
dm: Move uclass error checking/probing into a function
Simon Glass
2014-06-20
dm: Cast away the const-ness of the global_data pointer
Simon Glass
2014-05-27
dm: rename device struct to udevice
Heiko Schocher
2014-03-04
dm: Add base driver model support
Simon Glass