aboutsummaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2023-10-06dm: core: Support writing a 64-bit valueSimon Glass
2023-10-06dm: core: Support writing a booleanSimon Glass
2023-10-06dm: core: Add a way to convert a devicetree to a dtbSimon Glass
2023-10-06dm: core: Add a way to delete a nodeSimon Glass
2023-10-06dm: core: Add a way to copy a nodeSimon Glass
2023-10-06dm: core: Add a function to create an empty treeSimon Glass
2023-10-06dm: core: Reverse the argument order in ofnode_copy_props()Simon Glass
2023-10-06dm: core: Correct help in TPL_DM and VPL_DMSimon Glass
2023-10-06spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...Simon Glass
2023-10-04dm: core: Adjust dump-sorting to get stats only when neededSimon Glass
2023-09-24Merge tag 'dm-next-23sep23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-23cmd: dm: allow for selecting uclass and deviceAKASHI Takahiro
2023-09-23dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocationJonas Karlman
2023-09-21dm: core: ofnode: Fix error message in ofnode_read_bootscript_address/flash()Michal Simek
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_flash()Michal Simek
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_address()Michal Simek
2023-09-21dm: core: support reading a single indexed u64 valueMichal Simek
2023-09-14dm: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini
2023-08-25dm: core: Correct error handling when event failsSimon Glass
2023-08-22dm: event: add EVT_DM_POST_INIT_R event typeChanho Park
2023-08-08fdt: off by one in ofnode_lookup_fdt()Dan Carpenter
2023-07-28core: read: add dev_read_addr_size_index_ptr functionJonas Karlman
2023-07-20core: read: fix dev_read_addr_size()John Keeping
2023-07-20dm: core: of_access: fix return value in of_property_match_stringEugen Hristev
2023-07-14fdt: Allow more general use of livetreeSimon Glass
2023-07-14fdt: Clarify the fdt pre-relocation warningSimon Glass
2023-07-14dm: core: Avoid registering an inaccessible treeSimon Glass
2023-05-15core: fdtaddr: use map_sysmem() as cast for the return (part 2)Johan Jonker
2023-05-15drivers: core: ofnode: fix typo in panel timing decodeRaphael Gallais-Pou
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass
2023-05-11acpi: Create a new Kconfig for ACPISimon Glass
2023-05-06core: read: add dev_read_addr_index_ptr functionJohan Jonker
2023-05-06core: fdtaddr: add devfdt_get_addr_size_index_ptr functionJohan Jonker
2023-05-06core: remap: fix regmap_init_mem_plat() reg size handelingJohan Jonker
2023-04-28core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker
2023-04-28dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes
2023-04-28uclass: add uclass_find_device_by_phandle_id() helperRasmus Villemoes
2023-04-28dm: core: Make aliases_lookup staticBin Meng
2023-03-03dm: Add a TPL symbol for simple-busSimon Glass
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass
2023-02-14dm: Add support for handling old u-boot,dm- tagsSimon Glass
2023-02-11timer: Tidy up use of notraceSimon Glass
2023-02-04drivers: core: ofnode: Add panel timing decode.Nikhil M Jain
2023-01-26dm: core: Use full printf() format when possibleSamuel Holland
2023-01-23dm: core: Support sorting devices with dm treeSimon Glass
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini
2023-01-12dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPLQuentin Schulz
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini