summaryrefslogtreecommitdiff
path: root/drivers/core/root.c
Commit message (Expand)AuthorAgeFilesLines
* fdt: translate address if #size-cells = <0>Dario Binacchi2021-01-121-0/+3
* dtoc: Drop dm_populate_phandle_data()Simon Glass2021-01-051-3/+0
* dm: core: Allow the uclass list to moveSimon Glass2021-01-051-3/+4
* dm: core: Split out scanning code to dm_scan()Simon Glass2021-01-051-14/+35
* dm: core: Access device ofnode through functionsSimon Glass2021-01-051-1/+1
* dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass2021-01-051-2/+2
* dm: core: Add a new sequence number for devicesSimon Glass2020-12-181-3/+5
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-3/+3
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-2/+2
* dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass2020-12-131-3/+3
* dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass2020-12-131-5/+4
* dm: core: Combine the flattree and livetree binding codeSimon Glass2020-12-131-58/+16
* dm: core: Add an ofnode function to get the devicetree rootSimon Glass2020-12-131-6/+2
* dm: core: Convert #ifdef to if() in root.cSimon Glass2020-10-291-11/+7
* dm: Use an allocated array for run-time device infoSimon Glass2020-10-291-0/+11
* dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2020-10-291-18/+9
* dm: core: Add an ACPI name for the root nodeSimon Glass2020-07-171-0/+13
* core: extend struct driver_info to point to deviceWalter Lozano2020-07-091-0/+4
* core: drop const for struct driver_infoWalter Lozano2020-07-091-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* 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