aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/ofnode.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-03dm: core: migrate debug() messages to use dm_warnQuentin Schulz1-40/+41
2024-07-03dm: core: fix signedness in debug messagesQuentin Schulz1-5/+5
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07core: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-12-13fdt: Check for a valid fdt in oftree_ensure()Simon Glass1-0/+5
2023-11-07serial: zynqmp: Fetch baudrate from dtb and updateAlgapally Santosh Sagar1-0/+18
2023-10-06pci: serial: Support reading PCI-register size with baseWIP/2023-10-06-spl-prepare-for-universal-payloadSimon Glass1-3/+8
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 Glass1-0/+23
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-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 Simek1-0/+30
2023-08-08fdt: off by one in ofnode_lookup_fdt()Dan Carpenter1-1/+1
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-15drivers: core: ofnode: fix typo in panel timing decodeRaphael Gallais-Pou1-1/+1
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass1-5/+5
2023-02-14dm: Add support for handling old u-boot,dm- tagsSimon Glass1-0/+12
2023-02-04drivers: core: ofnode: Add panel timing decode.Nikhil M Jain1-0/+47
2022-11-22net: phy: Fix ethernet-phy-id <dot> in the codeMichal Simek1-2/+2
2022-09-29dm: core: Support copying properties with ofnodeSimon Glass1-0/+24
2022-09-29dm: core: Allow copying ofnode property data when writingSimon Glass1-8/+21
2022-09-29dm: core: Complete phandle implementation using the other FDTSimon Glass1-2/+2
2022-09-29dm: core: Add the ofnode multi-tree implementationSimon Glass1-4/+166
2022-09-29dm: core: Split ofnode_path_root() into two functionsSimon Glass1-5/+37
2022-09-29dm: core: Allow obtaining a node offset in the same treeSimon Glass1-9/+10
2022-09-29dm: core: Add a way to look up a phandle in an oftreeSimon Glass1-0/+14
2022-09-29dm: core: Add an ofnode function to obtain the flat treeSimon Glass1-41/+50
2022-09-29dm: core: Expand integer-reading testsSimon Glass1-3/+14
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-9/+0
2022-09-29dm: core: Avoid creating a name property when unflatteningSimon Glass1-1/+1
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass1-2/+2
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass1-2/+2
2022-09-29dm: core: Drop the const from ofnodeSimon Glass1-2/+2
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass1-0/+35
2022-09-29dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass1-1/+1
2022-09-14dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier1-0/+62
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass1-0/+15
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass1-46/+5
2022-08-12dm: core: Swap parameters of ofnode_write_prop()Simon Glass1-3/+3
2022-08-12dm: core: Introduce support for multiple treesSimon Glass1-0/+11