aboutsummaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2023-12-13fdt: Check for a valid fdt in oftree_ensure()Simon Glass
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-16dm: core: Correct reference to DM_SPL in SPL_DM_STATSSimon Glass
2023-11-14dm: Do not enable debug messages by defaultHeinrich Schuchardt
2023-11-07serial: zynqmp: Fetch baudrate from dtb and updateAlgapally Santosh Sagar
2023-10-17lib: acpi: Fix linking SPL when ACPIGEN is enabledSean Anderson
2023-10-17spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson
2023-10-13core: introduce dev_read_addr_name[_size]_ptr() functionsMatthias Schiffer
2023-10-13core: return FDT_ADDR_T_NONE from devfdt_get_addr_[size_]name() on errorsMatthias Schiffer
2023-10-06pci: serial: Support reading PCI-register size with baseSimon Glass
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