aboutsummaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2024-03-04dm: core: Fix address translation in devfdt_get_addr_index()Jonas Karlman1-1/+1
2023-12-13fdt: Check for a valid fdt in oftree_ensure()Simon Glass1-0/+5
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini2-1/+18
2023-11-16dm: core: Correct reference to DM_SPL in SPL_DM_STATSSimon Glass1-1/+1
2023-11-14dm: Do not enable debug messages by defaultHeinrich Schuchardt1-1/+0
2023-11-07serial: zynqmp: Fetch baudrate from dtb and updateAlgapally Santosh Sagar1-0/+18
2023-10-17lib: acpi: Fix linking SPL when ACPIGEN is enabledSean Anderson1-1/+1
2023-10-17spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson1-0/+1
2023-10-13core: introduce dev_read_addr_name[_size]_ptr() functionsMatthias Schiffer2-0/+42
2023-10-13core: return FDT_ADDR_T_NONE from devfdt_get_addr_[size_]name() on errorsMatthias Schiffer1-2/+2
2023-10-06pci: serial: Support reading PCI-register size with baseWIP/2023-10-06-spl-prepare-for-universal-payloadSimon Glass4-9/+16
2023-10-06dm: core: Support writing a 64-bit valueSimon Glass1-1/+16
2023-10-06dm: core: Support writing a booleanSimon Glass1-2/+34
2023-10-06dm: core: Add a way to convert a devicetree to a dtbSimon Glass1-0/+18
2023-10-06dm: core: Add a way to delete a nodeSimon Glass2-0/+88
2023-10-06dm: core: Add a way to copy a nodeSimon Glass1-0/+20
2023-10-06dm: core: Add a function to create an empty treeSimon Glass1-4/+52
2023-10-06dm: core: Reverse the argument order in ofnode_copy_props()Simon Glass1-1/+1
2023-10-06dm: core: Correct help in TPL_DM and VPL_DMSimon Glass1-6/+6
2023-10-06spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...Simon Glass1-3/+3
2023-10-04dm: core: Adjust dump-sorting to get stats only when neededSimon Glass1-2/+1
2023-09-24Merge tag 'dm-next-23sep23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/24Sep2023Tom Rini2-29/+89
2023-09-24common: Drop linux/printk.h from common headerSimon Glass3-0/+3
2023-09-23cmd: dm: allow for selecting uclass and deviceAKASHI Takahiro1-28/+88
2023-09-23dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocationJonas Karlman1-1/+1
2023-09-21dm: core: ofnode: Fix error message in ofnode_read_bootscript_address/flash()Michal Simek1-2/+2
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_flash()Michal Simek1-0/+34
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_address()Michal Simek1-0/+25
2023-09-21dm: core: support reading a single indexed u64 valueMichal Simek2-4/+42
2023-09-14dm: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-81/+0
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini1-2/+4
2023-08-25dm: core: Correct error handling when event failsSimon Glass1-1/+2
2023-08-22dm: event: add EVT_DM_POST_INIT_R event typeChanho Park1-2/+4
2023-08-08fdt: off by one in ofnode_lookup_fdt()Dan Carpenter1-1/+1
2023-07-28core: read: add dev_read_addr_size_index_ptr functionJonas Karlman1-0/+11
2023-07-20core: read: fix dev_read_addr_size()John Keeping1-3/+2
2023-07-20dm: core: of_access: fix return value in of_property_match_stringEugen Hristev1-1/+4
2023-07-14fdt: Allow more general use of livetreeSimon Glass1-5/+21
2023-07-14fdt: Clarify the fdt pre-relocation warningSimon Glass1-1/+1
2023-07-14dm: core: Avoid registering an inaccessible treeSimon Glass1-0/+9
2023-05-15core: fdtaddr: use map_sysmem() as cast for the return (part 2)Johan Jonker1-1/+4
2023-05-15drivers: core: ofnode: fix typo in panel timing decodeRaphael Gallais-Pou1-1/+1
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass1-2/+2
2023-05-11acpi: Create a new Kconfig for ACPISimon Glass1-0/+1
2023-05-06core: read: add dev_read_addr_index_ptr functionJohan Jonker1-1/+14
2023-05-06core: fdtaddr: add devfdt_get_addr_size_index_ptr functionJohan Jonker1-0/+8
2023-05-06core: remap: fix regmap_init_mem_plat() reg size handelingJohan Jonker2-9/+37
2023-04-28core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker1-1/+5
2023-04-28dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes1-0/+6
2023-04-28uclass: add uclass_find_device_by_phandle_id() helperRasmus Villemoes1-25/+19