summaryrefslogtreecommitdiff
path: root/drivers/core/root.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay2020-04-161-35/+17
* dm: core: Decouple DM from DTMarek Vasut2019-09-021-7/+1
* dm: core: Fix dm_extended_scan_fdt()Patrice Chotard2019-05-211-1/+1
* dm: core: Change platform specific translation-offset handlingStefan Roese2019-04-231-21/+0
* drivers: core: nullify gd->dm_root after dm_uninit()Jean-Jacques Hiblot2018-12-101-0/+1
* dm: core: Mirror the chosen node parse logic in the livetree scanningBin Meng2018-11-141-0/+10
* dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng2018-11-141-8/+4
* dm: fdt: scan for devices under /firmware tooJens Wiklander2018-10-071-5/+10
* dm: core: Scan "/firmware" node by defaultRajan Vaja2018-09-181-1/+7
* dm: core: Move "/clock" node scan into functionRajan Vaja2018-09-181-15/+18
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: make fixed-clock dt scan live dt compatibleAndy Yan2018-04-011-5/+11
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* dm: core: parse chosen nodeRob Clark2018-01-151-0/+11
* dm: replace dm_dbg() with pr_debug()Masahiro Yamada2017-10-041-2/+2
* dm: core: add clocks node scanPatrice Chotard2017-09-111-2/+32
* dm: core: Scan the live tree when setting up driver modelSimon Glass2017-06-011-4/+54
* dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass2017-06-011-1/+1
* dm: core: Add ofnode to represent device tree nodesSimon Glass2017-06-011-1/+1
* dm: core: Dont export dm_scan_fdt_node()Simon Glass2017-06-011-2/+15
* dm: core: Add dm_remove_devices_flags() and hook it into device_remove()Stefan Roese2017-04-041-0/+9
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-1/+1
* dm: core: Fix Handling of global_data moving in SPLLokesh Vutla2017-03-221-2/+4
* dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner2017-03-161-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* dm: core: Handle global_data moving in SPLSimon Glass2016-12-021-0/+7
* dm: core: Add a function to bind child devicesSimon Glass2016-07-271-0/+9
* dm: core: Don't use device tree with of-platdataSimon Glass2016-07-141-2/+2
* dm: add manual relocation for devicesAngelo Dureghello2016-06-191-0/+15
* dm: core: Add option to configure an offset for the address translationStefan Roese2016-01-121-0/+21
* dm: core: Add missing entries for manual relocationMichal Simek2015-11-191-0/+8
* dm: Provide better debugging when a device fails to bindSimon Glass2015-09-021-1/+4
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-3/+3
* dm: core: Select device tree control correctly for SPLSimon Glass2015-04-231-6/+8
* dm: Add support for all targets which requires MANUAL_RELOCMichal Simek2015-02-121-0/+64
* dm: core: Ignore disabled devices when bindingSimon Glass2015-01-291-0/+5
* dm: core: Set device tree node for root deviceSimon Glass2015-01-291-0/+3
* dm: core: a trivial clean upMasahiro Yamada2014-11-221-3/+1
* dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass2014-09-101-1/+1
* dm: Add dm_scan_other() to locate board-specific devicesSimon Glass2014-07-231-0/+8
* dm: Provide a function to scan child FDT nodesSimon Glass2014-07-231-15/+18
* dm: Support driver model prior to relocationSimon Glass2014-07-231-0/+25
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-231-4/+7
* dm: Provide a way to shut down driver modelSimon Glass2014-07-231-0/+8
* dm: Make sure that the root device is probedSimon Glass2014-07-231-0/+3
* dm: add missing includesJeroen Hofstee2014-07-181-0/+1
* dm: Cast away the const-ness of the global_data pointerSimon Glass2014-06-201-3/+3
* dm: Add missing header files in lists and rootSimon Glass2014-06-201-0/+1
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-1/+1
* dm: Add base driver model supportSimon Glass2014-03-041-0/+102