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
/
drivers
/
core
/
lists.c
Age
Commit message (
Expand
)
Author
2016-05-26
dm: allow setting driver_data before/during bind
Stephen Warren
2016-05-17
dm: core: allow drivers to refuse to bind
Stephen Warren
2016-01-24
dm: core: Display the error number when driver binding fails
Simon Glass
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2015-07-21
dm: core: Use debug() instead of printf() for failures
Simon Glass
2015-04-29
dm: core: Add a function to bind a driver for a device tree node
Simon Glass
2015-04-18
dm: core: Rename driver data function to dev_get_driver_data()
Simon Glass
2014-11-22
dm: core: remove unnecessary return condition in uclass lookup
Masahiro Yamada
2014-11-22
dm: core: remove unnecessary return condition in driver lookup
Masahiro Yamada
2014-11-22
dm: core: remove meaningless if conditional
Masahiro Yamada
2014-11-22
dm: Add a function to bind a device by driver name
Simon Glass
2014-11-22
dm: core: Allow access to the device's driver_id data
Simon Glass
2014-10-22
dm: simplify the loop in lists_driver_lookup_name()
Masahiro Yamada
2014-09-10
dm: Adjust lists_bind_fdt() to return the bound device
Simon Glass
2014-07-23
dm: Improve errors and warnings in lists_bind_fdt()
Simon Glass
2014-07-23
dm: Allow drivers to be marked 'before relocation'
Simon Glass
2014-07-18
dm: add missing includes
Jeroen Hofstee
2014-06-20
dm: Add missing header files in lists and root
Simon Glass
2014-06-20
dm: Rename struct device_id to udevice_id
Simon Glass
2014-05-27
dm: rename device struct to udevice
Heiko Schocher
2014-03-04
dm: Add base driver model support
Simon Glass