summaryrefslogtreecommitdiff
path: root/include/dm/ofnode.h
Commit message (Expand)AuthorAgeFilesLines
* include: dm: ofnode: fix headersJohan Jonker2023-05-061-8/+8
* dm: treewide: Complete migration to new driver model schemaSimon Glass2023-02-141-5/+5
* drivers: core: ofnode: Add panel timing decode.Nikhil M Jain2023-02-041-0/+12
* dm: core: Update docs about oftree_from_fdt()Simon Glass2022-10-171-0/+3
* dm: core: Support copying properties with ofnodeSimon Glass2022-09-291-0/+16
* dm: core: Allow copying ofnode property data when writingSimon Glass2022-09-291-4/+8
* dm: core: Update comments for default-FDT ofnode functionsSimon Glass2022-09-291-3/+15
* dm: core: Add the ofnode multi-tree implementationSimon Glass2022-09-291-47/+64
* dm: core: Split ofnode_path_root() into two functionsSimon Glass2022-09-291-3/+13
* dm: core: Allow obtaining a node offset in the same treeSimon Glass2022-09-291-12/+32
* dm: core: Add a way to look up a phandle in an oftreeSimon Glass2022-09-291-0/+25
* dm: core: Add ofnode functions to obtain an oftreeSimon Glass2022-09-291-0/+63
* dm: core: Add an ofnode function to obtain the flat treeSimon Glass2022-09-291-0/+19
* dm: core: Provide a way to reset the device treeSimon Glass2022-09-291-0/+8
* dm: core: Expand integer-reading testsSimon Glass2022-09-291-4/+4
* dm: core: Drop ofnode_is_available()Simon Glass2022-09-291-8/+0
* dm: core: Add a macro to iterate through propertiesSimon Glass2022-09-291-0/+38
* 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-7/+7
* dm: core: Rename ofnode_get_first/next_property()Simon Glass2022-09-291-4/+4
* dm: core: Drop the const from ofnodeSimon Glass2022-09-291-20/+2
* dm: core: Allow adding ofnode subnodesSimon Glass2022-09-291-0/+13
* dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass2022-09-291-0/+2
* dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier2022-09-141-0/+40
* dm: core: Add support for writing u32 with ofnodeSimon Glass2022-08-121-0/+10
* dm: core: Allow writing to a flat tree with ofnodeSimon Glass2022-08-121-0/+18
* 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/+28
* dm: core: Add a note about how livetree updates workSimon Glass2022-08-121-1/+2
* dm: core: Split out the declaration of ofnodeSimon Glass2022-08-121-60/+1
* dm: core: Provide fallbacks for ofnode_conf_read_...Sean Anderson2022-06-281-24/+42
* Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini2022-04-151-0/+27
|\
| * treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún2022-04-101-1/+1
| * net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún2022-04-101-0/+13
| * net: introduce helpers to get PHY ofnode from MACMarek Behún2022-04-101-0/+14
* | dm: fix function documentation in include/dm/ofnode.hHeinrich Schuchardt2022-04-061-4/+4
|/
* net: phy: Add new read ethernet phy id functionMichal Simek2022-03-091-0/+13
* doc: add include/dm/of*.h to the HTML documentationPatrick Delaunay2022-01-151-162/+168
* dm: core: Add a way to obtain a string listSimon Glass2021-11-281-0/+20
* dm: core: Fix up string-function documentationSimon Glass2021-11-281-2/+2
* dm: core: add ofnode_for_each_compatible_node()Michael Walle2021-11-091-0/+24
* treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2021-09-251-0/+37
* dm: core: Add helper to compare node namesKishon Vijay Abraham I2021-07-271-0/+10
* dm: core: add ofnode_get_path()Marek Behún2021-06-241-0/+10
* dm: core: add non-translating version of ofnode_get_addr_size_index()Marek Behún2021-06-241-0/+17
* dm: core: Add size operations on device tree referencesChen Guanqiao2021-04-291-0/+10
* dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne2021-02-181-0/+16
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+2
* dm: core: Inline a few ofnode functions in SPLSimon Glass2020-12-221-11/+45
* dm: core: Add an ofnode function to get the devicetree rootSimon Glass2020-12-131-0/+12