aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/root.c
AgeCommit message (Expand)Author
2024-07-26dm: core: scan reserved-memory nodesCaleb Connolly
2024-07-03dm: core: migrate debug() messages to use dm_warnQuentin Schulz
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07core: Remove <common.h> and add needed includesTom Rini
2023-10-17lib: acpi: Fix linking SPL when ACPIGEN is enabledSean Anderson
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-14dm: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-08-22dm: event: add EVT_DM_POST_INIT_R event typeChanho Park
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass
2023-01-12dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPLQuentin Schulz
2022-06-28dm: core: Add a way to collect memory usageSimon Glass
2022-04-28dm: core: Add DM_FLAG_PROBE_AFTER_BIND flagMarek Vasut
2022-04-18dm: core: Deal with a wrinkle with linker listsSimon Glass
2022-04-09dm: add tag supportAKASHI Takahiro
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-12-23dm: core: Allow getting some basic statsSimon Glass
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass
2021-07-06remove struct uclass_driver::opsRasmus Villemoes
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi
2021-04-29dm: core: Fix uninitialized return value from dm_scan_fdt_nodeSean Anderson
2021-03-26dm: core: Use separate priv/plat data regionSimon Glass
2021-03-26dm: core: Allow storing priv/plat data separatelySimon Glass
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass
2021-03-22dm: core: Set up driver model for OF_PLATDATA_INSTSimon Glass
2021-03-22dm: core: Adjust uclass setup with of-platdataSimon Glass
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini
2021-02-03dm: core: Add late driver remove optionMarek Vasut
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass
2021-01-05dm: core: Allow the uclass list to moveSimon Glass
2021-01-05dm: core: Split out scanning code to dm_scan()Simon Glass
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2021-01-05dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass
2020-12-18dm: core: Add a new sequence number for devicesSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass
2020-12-13dm: core: Combine the flattree and livetree binding codeSimon Glass
2020-12-13dm: core: Add an ofnode function to get the devicetree rootSimon Glass
2020-10-29dm: core: Convert #ifdef to if() in root.cSimon Glass
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass