aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/core/ofnode.c
Commit message (Expand)AuthorAgeFilesLines
* core: Remove <common.h> and add needed includesTom Rini2024-05-071-1/+0
* fdt: Check for a valid fdt in oftree_ensure()Simon Glass2023-12-131-0/+5
* serial: zynqmp: Fetch baudrate from dtb and updateAlgapally Santosh Sagar2023-11-071-0/+18
* pci: serial: Support reading PCI-register size with baseWIP/2023-10-06-spl-prepare-for-universal-payloadSimon Glass2023-10-061-3/+8
* dm: core: Support writing a 64-bit valueSimon Glass2023-10-061-1/+16
* dm: core: Support writing a booleanSimon Glass2023-10-061-2/+34
* dm: core: Add a way to convert a devicetree to a dtbSimon Glass2023-10-061-0/+18
* dm: core: Add a way to delete a nodeSimon Glass2023-10-061-0/+23
* dm: core: Add a way to copy a nodeSimon Glass2023-10-061-0/+20
* dm: core: Add a function to create an empty treeSimon Glass2023-10-061-4/+52
* dm: core: Reverse the argument order in ofnode_copy_props()Simon Glass2023-10-061-1/+1
* dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocationJonas Karlman2023-09-231-1/+1
* dm: core: ofnode: Fix error message in ofnode_read_bootscript_address/flash()Michal Simek2023-09-211-2/+2
* dm: core: ofnode: Add ofnode_read_bootscript_flash()Michal Simek2023-09-211-0/+34
* dm: core: ofnode: Add ofnode_read_bootscript_address()Michal Simek2023-09-211-0/+25
* dm: core: support reading a single indexed u64 valueMichal Simek2023-09-211-0/+30
* fdt: off by one in ofnode_lookup_fdt()Dan Carpenter2023-08-081-1/+1
* fdt: Allow more general use of livetreeSimon Glass2023-07-141-5/+21
* fdt: Clarify the fdt pre-relocation warningSimon Glass2023-07-141-1/+1
* dm: core: Avoid registering an inaccessible treeSimon Glass2023-07-141-0/+9
* drivers: core: ofnode: fix typo in panel timing decodeRaphael Gallais-Pou2023-05-151-1/+1
* dm: treewide: Complete migration to new driver model schemaSimon Glass2023-02-141-5/+5
* dm: Add support for handling old u-boot,dm- tagsSimon Glass2023-02-141-0/+12
* drivers: core: ofnode: Add panel timing decode.Nikhil M Jain2023-02-041-0/+47
* net: phy: Fix ethernet-phy-id <dot> in the codeMichal Simek2022-11-221-2/+2
* dm: core: Support copying properties with ofnodeWIP/2022-09-29-dm-core-support-multiple-device-trees-in-ofnodeSimon Glass2022-09-291-0/+24
* dm: core: Allow copying ofnode property data when writingSimon Glass2022-09-291-8/+21
* dm: core: Complete phandle implementation using the other FDTSimon Glass2022-09-291-2/+2
* dm: core: Add the ofnode multi-tree implementationSimon Glass2022-09-291-4/+166
* dm: core: Split ofnode_path_root() into two functionsSimon Glass2022-09-291-5/+37
* dm: core: Allow obtaining a node offset in the same treeSimon Glass2022-09-291-9/+10
* dm: core: Add a way to look up a phandle in an oftreeSimon Glass2022-09-291-0/+14
* dm: core: Add an ofnode function to obtain the flat treeSimon Glass2022-09-291-41/+50
* dm: core: Expand integer-reading testsSimon Glass2022-09-291-3/+14
* dm: core: Drop ofnode_is_available()Simon Glass2022-09-291-9/+0
* dm: core: Avoid creating a name property when unflatteningSimon Glass2022-09-291-1/+1
* dm: core: Rename ofnode_get_property_by_prop()Simon Glass2022-09-291-2/+2
* dm: core: Rename ofnode_get_first/next_property()Simon Glass2022-09-291-2/+2
* dm: core: Drop the const from ofnodeSimon Glass2022-09-291-2/+2
* dm: core: Allow adding ofnode subnodesSimon Glass2022-09-291-0/+35
* dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass2022-09-291-1/+1
* dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier2022-09-141-0/+62
* dm: core: Add support for writing u32 with ofnodeSimon Glass2022-08-121-0/+15
* dm: core: Allow writing to a flat tree with ofnodeSimon Glass2022-08-121-46/+5
* dm: core: Swap parameters of ofnode_write_prop()Simon Glass2022-08-121-3/+3
* dm: core: Introduce support for multiple treesSimon Glass2022-08-121-0/+11
* treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún2022-04-101-2/+2
* treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAXMarek Behún2022-04-101-1/+1
* net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún2022-04-101-0/+23
* net: introduce helpers to get PHY ofnode from MACMarek Behún2022-04-101-0/+21