Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
b0673183767c147c00f23a648305055a277ee473
/
drivers
/
core
/
root.c
7f18c34
dm: core: Decouple DM from DT
by Marek Vasut
· Sat Aug 31 18:03:28 2019 +0200
1e5f6e3
dm: core: Fix dm_extended_scan_fdt()
by Patrice Chotard
· Wed May 15 10:07:01 2019 +0200
85bddff
dm: core: Change platform specific translation-offset handling
by Stefan Roese
· Fri Apr 12 16:42:28 2019 +0200
272b67d
drivers: core: nullify gd->dm_root after dm_uninit()
by Jean-Jacques Hiblot
· Fri Dec 07 14:50:54 2018 +0100
c596a59
dm: core: Mirror the chosen node parse logic in the livetree scanning
by Bin Meng
· Wed Oct 10 22:07:00 2018 -0700
9a9b074
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
by Bin Meng
· Wed Oct 10 22:06:58 2018 -0700
651a836
dm: fdt: scan for devices under /firmware too
by Jens Wiklander
· Tue Sep 25 16:40:05 2018 +0200
e9fc81d
dm: core: Scan "/firmware" node by default
by Rajan Vaja
· Fri Aug 10 01:45:34 2018 -0700
fac6463
dm: core: Move "/clock" node scan into function
by Rajan Vaja
· Fri Aug 10 01:45:33 2018 -0700
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
4e47583
dm: core: make fixed-clock dt scan live dt compatible
by Andy Yan
· Thu Mar 01 14:08:15 2018 +0800
75f82d0
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· Mon Mar 05 01:20:11 2018 +0900
a471b67
dm: core: parse chosen node
by Rob Clark
· Wed Jan 10 11:33:30 2018 +0100
f70f39f
dm: replace dm_dbg() with pr_debug()
by Masahiro Yamada
· Fri Sep 29 12:31:20 2017 +0900
bb3a45b
dm: core: add clocks node scan
by Patrice Chotard
· Mon Sep 04 14:55:56 2017 +0200
f19d9f2
dm: core: Scan the live tree when setting up driver model
by Simon Glass
· Thu May 18 20:09:08 2017 -0600
802b2c6
dm: core: Update lists_bind_fdt() to use ofnode
by Simon Glass
· Thu May 18 20:09:06 2017 -0600
9a14860
dm: core: Add ofnode to represent device tree nodes
by Simon Glass
· Wed May 17 17:18:10 2017 -0600
a4dbe25
dm: core: Dont export dm_scan_fdt_node()
by Simon Glass
· Wed May 17 17:18:08 2017 -0600
505045d
dm: core: Add dm_remove_devices_flags() and hook it into device_remove()
by Stefan Roese
· Mon Mar 27 10:58:53 2017 +0200
80b5bc9
dm: core: Add flags parameter to device_remove()
by Stefan Roese
· Mon Mar 20 12:51:48 2017 +0100
02ba17f
dm: core: Fix Handling of global_data moving in SPL
by Lokesh Vutla
· Mon Feb 13 09:21:22 2017 +0530
9a2cdca
dm: allow limiting pre-reloc markings to spl or tpl
by Heiko Stübner
· Sat Feb 18 19:46:21 2017 +0100
dd79d6e
dm: core: Replace of_offset with accessor
by Simon Glass
· Tue Jan 17 16:52:55 2017 -0700
1b0deee
dm: core: Handle global_data moving in SPL
by Simon Glass
· Sun Nov 13 14:21:58 2016 -0700
5d5388d
dm: core: Add a function to bind child devices
by Simon Glass
· Tue Jul 05 17:10:08 2016 -0600
8d7e816
dm: core: Don't use device tree with of-platdata
by Simon Glass
· Mon Jul 04 11:57:58 2016 -0600
f4d193b
dm: add manual relocation for devices
by Angelo Dureghello
· Sat May 21 12:05:49 2016 +0200
a0ea0f9
dm: core: Add option to configure an offset for the address translation
by Stefan Roese
· Mon Dec 14 16:18:15 2015 +0100
61809f5
dm: core: Add missing entries for manual relocation
by Michal Simek
· Tue Oct 27 13:48:08 2015 +0100
c90b917
dm: Provide better debugging when a device fails to bind
by Simon Glass
· Sun Aug 30 16:55:17 2015 -0600
366b24f
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· Wed Aug 12 07:31:55 2015 +0900
0704b85
dm: core: Select device tree control correctly for SPL
by Simon Glass
· Fri Feb 27 22:06:41 2015 -0700
0ec473b
dm: Add support for all targets which requires MANUAL_RELOC
by Michal Simek
· Mon Feb 02 16:31:59 2015 +0100
528b1ef
dm: core: Ignore disabled devices when binding
by Simon Glass
· Sun Jan 25 08:27:16 2015 -0700
cc7cf94
dm: core: Set device tree node for root device
by Simon Glass
· Sun Jan 25 08:26:58 2015 -0700
6cac81a
dm: core: a trivial clean up
by Masahiro Yamada
· Mon Nov 17 17:19:38 2014 +0900
439bc84
dm: Adjust lists_bind_fdt() to return the bound device
by Simon Glass
· Thu Sep 04 16:27:25 2014 -0600
97e22e3
dm: Add dm_scan_other() to locate board-specific devices
by Simon Glass
· Wed Jul 23 06:55:23 2014 -0600
4071742
dm: Provide a function to scan child FDT nodes
by Simon Glass
· Wed Jul 23 06:55:18 2014 -0600
a730c5d
dm: Support driver model prior to relocation
by Simon Glass
· Wed Jul 23 06:55:04 2014 -0600
fef72b7
dm: Allow drivers to be marked 'before relocation'
by Simon Glass
· Wed Jul 23 06:55:03 2014 -0600
0019758
dm: Provide a way to shut down driver model
by Simon Glass
· Wed Jul 23 06:55:01 2014 -0600
6d3b3e2
dm: Make sure that the root device is probed
by Simon Glass
· Wed Jul 23 06:55:00 2014 -0600
cf0cf82
dm: add missing includes
by Jeroen Hofstee
· Wed Jun 25 21:57:45 2014 +0200
34a1d35
dm: Cast away the const-ness of the global_data pointer
by Simon Glass
· Wed Jun 11 23:29:49 2014 -0600
df6bd7d
dm: Add missing header files in lists and root
by Simon Glass
· Wed Jun 11 23:29:48 2014 -0600
b74fcb4
dm: rename device struct to udevice
by Heiko Schocher
· Thu May 22 12:43:05 2014 +0200
dd6ab88
dm: Add base driver model support
by Simon Glass
· Wed Feb 26 15:59:18 2014 -0700