aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/root.c
Commit message (Expand)AuthorAgeFilesLines
* lib: acpi: Fix linking SPL when ACPIGEN is enabledSean Anderson2023-10-171-1/+1
* common: Drop linux/printk.h from common headerSimon Glass2023-09-241-0/+1
* dm: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-81/+0
* dm: event: add EVT_DM_POST_INIT_R event typeChanho Park2023-08-221-2/+4
* dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass2023-05-111-2/+2
* dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPLQuentin Schulz2023-01-121-5/+7
* dm: core: Add a way to collect memory usageSimon Glass2022-06-281-0/+53
* dm: core: Add DM_FLAG_PROBE_AFTER_BIND flagMarek Vasut2022-04-281-1/+23
* dm: core: Deal with a wrinkle with linker listsSimon Glass2022-04-181-1/+7
* dm: add tag supportAKASHI Takahiro2022-04-091-0/+2
* event: Convert arch_cpu_init_dm() to use eventsSimon Glass2022-03-101-0/+5
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
* dm: core: Allow getting some basic statsSimon Glass2021-12-231-0/+7
* Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini2021-10-121-1/+1
|\
| * cmd: bind: Fix driver binding on a devicePatrice Chotard2021-10-121-1/+1
* | treewide: Simply conditions with the new OF_REALSimon Glass2021-09-251-2/+2
|/
* 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