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
2021-01-05
dm: core: Use 'uclass_driver' for the uclass linker_list
Simon Glass
2020-12-18
dm: core: Add a new sequence number for devices
Simon Glass
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: core: Drop unused parameter from dm_extended_scan_fdt()
Simon Glass
2020-12-13
dm: core: Drop unused parameter from dm_scan_fdt()
Simon Glass
2020-12-13
dm: core: Combine the flattree and livetree binding code
Simon Glass
2020-12-13
dm: core: Add an ofnode function to get the devicetree root
Simon Glass
2020-10-29
dm: core: Convert #ifdef to if() in root.c
Simon Glass
2020-10-29
dm: Use an allocated array for run-time device info
Simon Glass
2020-10-29
dm: Avoid using #ifdef for CONFIG_OF_LIVE
Simon Glass
2020-07-17
dm: core: Add an ACPI name for the root node
Simon Glass
2020-07-09
core: extend struct driver_info to point to device
Walter Lozano
2020-07-09
core: drop const for struct driver_info
Walter Lozano
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-04-16
dm: core: Move "/chosen" and "/firmware" node scan
Patrick Delaunay
2019-09-02
dm: core: Decouple DM from DT
Marek Vasut
2019-05-21
dm: core: Fix dm_extended_scan_fdt()
Patrice Chotard
2019-04-23
dm: core: Change platform specific translation-offset handling
Stefan Roese
2018-12-10
drivers: core: nullify gd->dm_root after dm_uninit()
Jean-Jacques Hiblot
2018-11-14
dm: core: Mirror the chosen node parse logic in the livetree scanning
Bin Meng
2018-11-14
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
Bin Meng
2018-10-07
dm: fdt: scan for devices under /firmware too
Jens Wiklander
2018-09-18
dm: core: Scan "/firmware" node by default
Rajan Vaja
2018-09-18
dm: core: Move "/clock" node scan into function
Rajan Vaja
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-01
dm: core: make fixed-clock dt scan live dt compatible
Andy Yan
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2018-01-15
dm: core: parse chosen node
Rob Clark
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
[next]