index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
core
/
root.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: core: Add an ACPI name for the root node
Simon Glass
2020-07-17
1
-0
/
+13
*
core: extend struct driver_info to point to device
Walter Lozano
2020-07-09
1
-0
/
+4
*
core: drop const for struct driver_info
Walter Lozano
2020-07-09
1
-1
/
+1
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
dm: core: Move "/chosen" and "/firmware" node scan
Patrick Delaunay
2020-04-16
1
-35
/
+17
*
dm: core: Decouple DM from DT
Marek Vasut
2019-09-02
1
-7
/
+1
*
dm: core: Fix dm_extended_scan_fdt()
Patrice Chotard
2019-05-21
1
-1
/
+1
*
dm: core: Change platform specific translation-offset handling
Stefan Roese
2019-04-23
1
-21
/
+0
*
drivers: core: nullify gd->dm_root after dm_uninit()
Jean-Jacques Hiblot
2018-12-10
1
-0
/
+1
*
dm: core: Mirror the chosen node parse logic in the livetree scanning
Bin Meng
2018-11-14
1
-0
/
+10
*
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
Bin Meng
2018-11-14
1
-8
/
+4
*
dm: fdt: scan for devices under /firmware too
Jens Wiklander
2018-10-07
1
-5
/
+10
*
dm: core: Scan "/firmware" node by default
Rajan Vaja
2018-09-18
1
-1
/
+7
*
dm: core: Move "/clock" node scan into function
Rajan Vaja
2018-09-18
1
-15
/
+18
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
dm: core: make fixed-clock dt scan live dt compatible
Andy Yan
2018-04-01
1
-5
/
+11
*
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2018-03-05
1
-1
/
+1
*
dm: core: parse chosen node
Rob Clark
2018-01-15
1
-0
/
+11
*
dm: replace dm_dbg() with pr_debug()
Masahiro Yamada
2017-10-04
1
-2
/
+2
*
dm: core: add clocks node scan
Patrice Chotard
2017-09-11
1
-2
/
+32
*
dm: core: Scan the live tree when setting up driver model
Simon Glass
2017-06-01
1
-4
/
+54
*
dm: core: Update lists_bind_fdt() to use ofnode
Simon Glass
2017-06-01
1
-1
/
+1
*
dm: core: Add ofnode to represent device tree nodes
Simon Glass
2017-06-01
1
-1
/
+1
*
dm: core: Dont export dm_scan_fdt_node()
Simon Glass
2017-06-01
1
-2
/
+15
*
dm: core: Add dm_remove_devices_flags() and hook it into device_remove()
Stefan Roese
2017-04-04
1
-0
/
+9
*
dm: core: Add flags parameter to device_remove()
Stefan Roese
2017-04-04
1
-1
/
+1
*
dm: core: Fix Handling of global_data moving in SPL
Lokesh Vutla
2017-03-22
1
-2
/
+4
*
dm: allow limiting pre-reloc markings to spl or tpl
Heiko Stübner
2017-03-16
1
-1
/
+1
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-2
/
+2
*
dm: core: Handle global_data moving in SPL
Simon Glass
2016-12-02
1
-0
/
+7
*
dm: core: Add a function to bind child devices
Simon Glass
2016-07-27
1
-0
/
+9
*
dm: core: Don't use device tree with of-platdata
Simon Glass
2016-07-14
1
-2
/
+2
*
dm: add manual relocation for devices
Angelo Dureghello
2016-06-19
1
-0
/
+15
*
dm: core: Add option to configure an offset for the address translation
Stefan Roese
2016-01-12
1
-0
/
+21
*
dm: core: Add missing entries for manual relocation
Michal Simek
2015-11-19
1
-0
/
+8
*
dm: Provide better debugging when a device fails to bind
Simon Glass
2015-09-02
1
-1
/
+4
*
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2015-08-18
1
-3
/
+3
*
dm: core: Select device tree control correctly for SPL
Simon Glass
2015-04-23
1
-6
/
+8
*
dm: Add support for all targets which requires MANUAL_RELOC
Michal Simek
2015-02-12
1
-0
/
+64
*
dm: core: Ignore disabled devices when binding
Simon Glass
2015-01-29
1
-0
/
+5
*
dm: core: Set device tree node for root device
Simon Glass
2015-01-29
1
-0
/
+3
*
dm: core: a trivial clean up
Masahiro Yamada
2014-11-22
1
-3
/
+1
*
dm: Adjust lists_bind_fdt() to return the bound device
Simon Glass
2014-09-10
1
-1
/
+1
*
dm: Add dm_scan_other() to locate board-specific devices
Simon Glass
2014-07-23
1
-0
/
+8
*
dm: Provide a function to scan child FDT nodes
Simon Glass
2014-07-23
1
-15
/
+18
*
dm: Support driver model prior to relocation
Simon Glass
2014-07-23
1
-0
/
+25
*
dm: Allow drivers to be marked 'before relocation'
Simon Glass
2014-07-23
1
-4
/
+7
*
dm: Provide a way to shut down driver model
Simon Glass
2014-07-23
1
-0
/
+8
*
dm: Make sure that the root device is probed
Simon Glass
2014-07-23
1
-0
/
+3
*
dm: add missing includes
Jeroen Hofstee
2014-07-18
1
-0
/
+1
[next]