summaryrefslogtreecommitdiff
path: root/drivers/core/ofnode.c
AgeCommit message (Expand)AuthorFilesLines
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-30dm: core: Support copying properties with ofnodeSimon Glass1-0/+24
2022-09-30dm: core: Allow copying ofnode property data when writingSimon Glass1-8/+21
2022-09-30dm: core: Complete phandle implementation using the other FDTSimon Glass1-2/+2
2022-09-30dm: core: Add the ofnode multi-tree implementationSimon Glass1-4/+166
2022-09-30dm: core: Split ofnode_path_root() into two functionsSimon Glass1-5/+37
2022-09-30dm: core: Allow obtaining a node offset in the same treeSimon Glass1-9/+10
2022-09-30dm: core: Add a way to look up a phandle in an oftreeSimon Glass1-0/+14
2022-09-30dm: core: Add an ofnode function to obtain the flat treeSimon Glass1-41/+50
2022-09-30dm: 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
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún1-2/+2
2022-04-10treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAXMarek Behún1-1/+1
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún1-0/+23
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún1-0/+21
2022-03-09net: phy: Add new read ethernet phy id functionMichal Simek1-0/+36
2021-11-29dm: core: Add a way to obtain a string listSimon Glass1-0/+26
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-0/+33
2021-07-27dm: core: Add helper to compare node namesKishon Vijay Abraham I1-0/+13
2021-07-21dm: core: fix no null pointer detection in ofnode_get_addr_size_index()Chen Guanqiao1-3/+3
2021-06-24dm: core: add ofnode_get_path()Marek Behún1-0/+25
2021-06-24dm: core: add non-translating version of ofnode_get_addr_size_index()Marek Behún1-3/+16
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi1-5/+2
2021-04-29dm: core: Add size operations on device tree referencesChen Guanqiao1-0/+11
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne1-0/+9
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi1-2/+5
2020-12-23dm: core: Inline a few ofnode functions in SPLSimon Glass1-0/+2
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass1-0/+10
2020-10-27dm: core: Add support for getting node from aliasesMichal Simek1-0/+22
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay1-3/+3
2020-09-22dm: add cells_count parameter in live DT APIs of_parse_phandle_with_argsPatrick Delaunay1-1/+2
2020-08-22dm: fix ofnode_read_addr/size_cells()Heinrich Schuchardt1-6/+14
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-02dm: core: Add function to get child count of ofnode or deviceChunfeng Yun1-0/+11
2020-04-17dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay1-0/+48