summaryrefslogtreecommitdiff
path: root/drivers/core/ofnode.c
AgeCommit message (Expand)Author
2024-10-29dm: core: downgrade some dm_warn messages to log_debug()Quentin Schulz
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-10dm: core: implement ofnode_options helpersChristian Marangi
2024-08-27dm: core: ofnode: Avoid multiple calls to ofnode_get_parent()Jonas Karlman
2024-07-03dm: core: migrate debug() messages to use dm_warnQuentin Schulz
2024-07-03dm: core: fix signedness in debug messagesQuentin 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-12-13fdt: Check for a valid fdt in oftree_ensure()Simon Glass
2023-11-07serial: zynqmp: Fetch baudrate from dtb and updateAlgapally Santosh Sagar
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-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-08-08fdt: off by one in ofnode_lookup_fdt()Dan Carpenter
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-15drivers: core: ofnode: fix typo in panel timing decodeRaphael Gallais-Pou
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-04drivers: core: ofnode: Add panel timing decode.Nikhil M Jain
2022-11-22net: phy: Fix ethernet-phy-id <dot> in the codeMichal Simek
2022-09-29dm: core: Support copying properties with ofnodeSimon Glass
2022-09-29dm: core: Allow copying ofnode property data when writingSimon Glass
2022-09-29dm: core: Complete phandle implementation using the other FDTSimon Glass
2022-09-29dm: core: Add the ofnode multi-tree implementationSimon Glass
2022-09-29dm: core: Split ofnode_path_root() into two functionsSimon Glass
2022-09-29dm: core: Allow obtaining a node offset in the same treeSimon Glass
2022-09-29dm: core: Add a way to look up a phandle in an oftreeSimon Glass
2022-09-29dm: core: Add an ofnode function to obtain the flat treeSimon Glass
2022-09-29dm: core: Expand integer-reading testsSimon Glass
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass
2022-09-29dm: core: Avoid creating a name property when unflatteningSimon Glass
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass
2022-09-29dm: core: Drop the const from ofnodeSimon Glass
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass
2022-09-29dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass