index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
dm
/
uclass.h
Age
Commit message (
Expand
)
Author
2017-06-01
dm: core: Add a way to find a device by ofnode
Simon Glass
2016-10-11
dm: core: Add a function to get a uclass name
Simon Glass
2016-07-26
dm: core: Add a way to find a device by its driver
Simon Glass
2016-03-14
dm: core: Add uclass_first_device_err() to return a valid device
Simon Glass
2015-11-20
dm: core: Add safe device iteration macros
Simon Glass
2015-08-31
dm: simplify uclass_foreach_dev() implementation
Masahiro Yamada
2015-08-06
dm: core: Fix a typo in the uclass_get_device_by_name() comment
Simon Glass
2015-08-06
dm: core: Support finding a device by phandle
Simon Glass
2015-04-22
dm: core: precise comments for get/find device by name
Przemyslaw Marczak
2015-04-22
dm: core: uclass: add function: uclass_get_device_by_name()
Przemyslaw Marczak
2015-04-22
dm: core: Extend struct udevice by '.uclass_platdata' field.
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
2015-01-30
dm: core: Allow uclasses to specify private data for a device's children
Simon Glass
2015-01-30
dm: core: Add a flag to control sequence numbering
Simon Glass
2015-01-30
dm: core: Allow uclasses to specify platdata for a device's children
Simon Glass
2015-01-30
dm: core: Improve comments for uclass_first/next_device()
Simon Glass
2014-10-22
dm: include <linker_lists.h> from platdata.h and uclass.h
Masahiro Yamada
2014-07-23
dm: Tidy up some header file comments
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-06-20
dm: Tidy up four minor code nits
Simon Glass
2014-05-27
dm: rename device struct to udevice
Heiko Schocher
2014-03-04
dm: Add base driver model support
Simon Glass