index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
dm
/
uclass.h
Age
Commit message (
Expand
)
Author
2015-11-19
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-05
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-16
dm: core: Add a uclass pre_probe() method for devices
Simon Glass
2015-01-29
dm: core: Allow uclass to set up a device's child before it is probed
Simon Glass
2015-01-29
dm: core: Allow the uclass to set up a device's child after binding
Simon Glass
2015-01-29
dm: core: Allow uclasses to specify private data for a device's children
Simon Glass
2015-01-29
dm: core: Add a flag to control sequence numbering
Simon Glass
2015-01-29
dm: core: Allow uclasses to specify platdata for a device's children
Simon Glass
2015-01-29
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