summaryrefslogtreecommitdiff
path: root/drivers/core/root.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-19dm: core: Add a new sequence number for devicesSimon Glass1-3/+5
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-3/+3
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass1-3/+3
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass1-5/+4
2020-12-13dm: core: Combine the flattree and livetree binding codeSimon Glass1-58/+16
2020-12-13dm: core: Add an ofnode function to get the devicetree rootSimon Glass1-6/+2
2020-10-29dm: core: Convert #ifdef to if() in root.cSimon Glass1-11/+7
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass1-0/+11
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass1-18/+9
2020-07-17dm: core: Add an ACPI name for the root nodeSimon Glass1-0/+13
2020-07-10core: extend struct driver_info to point to deviceWalter Lozano1-0/+4
2020-07-10core: drop const for struct driver_infoWalter Lozano1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-16dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay1-35/+17
2019-09-02dm: core: Decouple DM from DTMarek Vasut1-7/+1
2019-05-22dm: core: Fix dm_extended_scan_fdt()Patrice Chotard1-1/+1
2019-04-24dm: core: Change platform specific translation-offset handlingStefan Roese1-21/+0
2018-12-10drivers: core: nullify gd->dm_root after dm_uninit()Jean-Jacques Hiblot1-0/+1
2018-11-14dm: core: Mirror the chosen node parse logic in the livetree scanningBin Meng1-0/+10
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng1-8/+4
2018-10-07dm: fdt: scan for devices under /firmware tooJens Wiklander1-5/+10
2018-09-18dm: core: Scan "/firmware" node by defaultRajan Vaja1-1/+7
2018-09-18dm: core: Move "/clock" node scan into functionRajan Vaja1-15/+18
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-01dm: core: make fixed-clock dt scan live dt compatibleAndy Yan1-5/+11
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-01-15dm: core: parse chosen nodeRob Clark1-0/+11
2017-10-04dm: replace dm_dbg() with pr_debug()Masahiro Yamada1-2/+2
2017-09-12dm: core: add clocks node scanPatrice Chotard1-2/+32
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass1-4/+54
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass1-1/+1
2017-06-01dm: core: Add ofnode to represent device tree nodesSimon Glass1-1/+1
2017-06-01dm: core: Dont export dm_scan_fdt_node()Simon Glass1-2/+15
2017-04-05dm: core: Add dm_remove_devices_flags() and hook it into device_remove()Stefan Roese1-0/+9
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese1-1/+1
2017-03-22dm: core: Fix Handling of global_data moving in SPLLokesh Vutla1-2/+4
2017-03-17dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2016-12-03dm: core: Handle global_data moving in SPLSimon Glass1-0/+7
2016-07-27dm: core: Add a function to bind child devicesSimon Glass1-0/+9
2016-07-15dm: core: Don't use device tree with of-platdataSimon Glass1-2/+2
2016-06-20dm: add manual relocation for devicesAngelo Dureghello1-0/+15
2016-01-12dm: core: Add option to configure an offset for the address translationStefan Roese1-0/+21
2015-11-19dm: core: Add missing entries for manual relocationMichal Simek1-0/+8
2015-09-03dm: Provide better debugging when a device fails to bindSimon Glass1-1/+4
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-3/+3
2015-04-23dm: core: Select device tree control correctly for SPLSimon Glass1-6/+8
2015-02-13dm: Add support for all targets which requires MANUAL_RELOCMichal Simek1-0/+64