aboutsummaryrefslogtreecommitdiff
path: root/include/dm/ofnode.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass1-5/+5
2023-02-04drivers: core: ofnode: Add panel timing decode.Nikhil M Jain1-0/+12
2022-10-17dm: core: Update docs about oftree_from_fdt()Simon Glass1-0/+3
2022-09-29dm: core: Support copying properties with ofnodeSimon Glass1-0/+16
2022-09-29dm: core: Allow copying ofnode property data when writingSimon Glass1-4/+8
2022-09-29dm: core: Update comments for default-FDT ofnode functionsSimon Glass1-3/+15
2022-09-29dm: core: Add the ofnode multi-tree implementationSimon Glass1-47/+64
2022-09-29dm: core: Split ofnode_path_root() into two functionsSimon Glass1-3/+13
2022-09-29dm: core: Allow obtaining a node offset in the same treeSimon Glass1-12/+32
2022-09-29dm: core: Add a way to look up a phandle in an oftreeSimon Glass1-0/+25
2022-09-29dm: core: Add ofnode functions to obtain an oftreeSimon Glass1-0/+63
2022-09-29dm: core: Add an ofnode function to obtain the flat treeSimon Glass1-0/+19
2022-09-29dm: core: Provide a way to reset the device treeSimon Glass1-0/+8
2022-09-29dm: core: Expand integer-reading testsSimon Glass1-4/+4
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-8/+0
2022-09-29dm: core: Add a macro to iterate through propertiesSimon Glass1-0/+38
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-7/+7
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass1-4/+4
2022-09-29dm: core: Drop the const from ofnodeSimon Glass1-20/+2
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass1-0/+13
2022-09-29dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass1-0/+2
2022-09-14dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier1-0/+40
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass1-0/+10
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass1-0/+18
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/+28
2022-08-12dm: core: Add a note about how livetree updates workSimon Glass1-1/+2
2022-08-12dm: core: Split out the declaration of ofnodeSimon Glass1-60/+1
2022-06-28dm: core: Provide fallbacks for ofnode_conf_read_...Sean Anderson1-24/+42
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini1-0/+27
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún1-1/+1
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún1-0/+13
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún1-0/+14
2022-04-06dm: fix function documentation in include/dm/ofnode.hWIP/2022-04-06-assorted-updatesHeinrich Schuchardt1-4/+4
2022-03-09net: phy: Add new read ethernet phy id functionMichal Simek1-0/+13
2022-01-15doc: add include/dm/of*.h to the HTML documentationPatrick Delaunay1-162/+168
2021-11-28dm: core: Add a way to obtain a string listSimon Glass1-0/+20
2021-11-28dm: core: Fix up string-function documentationSimon Glass1-2/+2
2021-11-09dm: core: add ofnode_for_each_compatible_node()Michael Walle1-0/+24
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-0/+37
2021-07-27dm: core: Add helper to compare node namesKishon Vijay Abraham I1-0/+10
2021-06-24dm: core: add ofnode_get_path()Marek Behún1-0/+10
2021-06-24dm: core: add non-translating version of ofnode_get_addr_size_index()Marek Behún1-0/+17
2021-04-29dm: core: Add size operations on device tree referencesChen Guanqiao1-0/+10
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne1-0/+16
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+2
2020-12-22dm: core: Inline a few ofnode functions in SPLSimon Glass1-11/+45
2020-12-13dm: core: Add an ofnode function to get the devicetree rootSimon Glass1-0/+12
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass1-0/+11