aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/root.c
Commit message (Expand)AuthorAgeFilesLines
* remove struct uclass_driver::opsRasmus Villemoes2021-07-061-3/+0
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi2021-05-121-3/+0
* dm: core: Fix uninitialized return value from dm_scan_fdt_nodeSean Anderson2021-04-291-1/+1
* dm: core: Use separate priv/plat data regionSimon Glass2021-03-261-0/+9
* dm: core: Allow storing priv/plat data separatelySimon Glass2021-03-261-0/+12
* dm: core: Create a struct for device runtime infoSimon Glass2021-03-261-1/+13
* dm: core: Set up driver model for OF_PLATDATA_INSTSimon Glass2021-03-221-12/+30
* dm: core: Adjust uclass setup with of-platdataSimon Glass2021-03-221-2/+6
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-151-0/+1
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* | dm: core: Add late driver remove optionMarek Vasut2021-02-031-0/+2
|/
* 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