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
/
root.c
Age
Commit message (
Expand
)
Author
2017-10-04
dm: replace dm_dbg() with pr_debug()
Masahiro Yamada
2017-09-11
dm: core: add clocks node scan
Patrice Chotard
2017-06-01
dm: core: Scan the live tree when setting up driver model
Simon Glass
2017-06-01
dm: core: Update lists_bind_fdt() to use ofnode
Simon Glass
2017-06-01
dm: core: Add ofnode to represent device tree nodes
Simon Glass
2017-06-01
dm: core: Dont export dm_scan_fdt_node()
Simon Glass
2017-04-04
dm: core: Add dm_remove_devices_flags() and hook it into device_remove()
Stefan Roese
2017-04-04
dm: core: Add flags parameter to device_remove()
Stefan Roese
2017-03-22
dm: core: Fix Handling of global_data moving in SPL
Lokesh Vutla
2017-03-16
dm: allow limiting pre-reloc markings to spl or tpl
Heiko Stübner
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-12-02
dm: core: Handle global_data moving in SPL
Simon Glass
2016-07-27
dm: core: Add a function to bind child devices
Simon Glass
2016-07-14
dm: core: Don't use device tree with of-platdata
Simon Glass
2016-06-19
dm: add manual relocation for devices
Angelo Dureghello
2016-01-12
dm: core: Add option to configure an offset for the address translation
Stefan Roese
2015-11-19
dm: core: Add missing entries for manual relocation
Michal Simek
2015-09-02
dm: Provide better debugging when a device fails to bind
Simon Glass
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2015-04-23
dm: core: Select device tree control correctly for SPL
Simon Glass
2015-02-12
dm: Add support for all targets which requires MANUAL_RELOC
Michal Simek
2015-01-29
dm: core: Ignore disabled devices when binding
Simon Glass
2015-01-29
dm: core: Set device tree node for root device
Simon Glass
2014-11-22
dm: core: a trivial clean up
Masahiro Yamada
2014-09-10
dm: Adjust lists_bind_fdt() to return the bound device
Simon Glass
2014-07-23
dm: Add dm_scan_other() to locate board-specific devices
Simon Glass
2014-07-23
dm: Provide a function to scan child FDT nodes
Simon Glass
2014-07-23
dm: Support driver model prior to relocation
Simon Glass
2014-07-23
dm: Allow drivers to be marked 'before relocation'
Simon Glass
2014-07-23
dm: Provide a way to shut down driver model
Simon Glass
2014-07-23
dm: Make sure that the root device is probed
Simon Glass
2014-07-18
dm: add missing includes
Jeroen Hofstee
2014-06-20
dm: Cast away the const-ness of the global_data pointer
Simon Glass
2014-06-20
dm: Add missing header files in lists and root
Simon Glass
2014-05-27
dm: rename device struct to udevice
Heiko Schocher
2014-03-04
dm: Add base driver model support
Simon Glass