~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fdt: Allow more general use of livetreeSimon Glass2023-07-14
* fdt: Clarify the fdt pre-relocation warningSimon Glass2023-07-14
* dm: core: Avoid registering an inaccessible treeSimon Glass2023-07-14
* drivers: core: ofnode: fix typo in panel timing decodeRaphael Gallais-Pou2023-05-15
* dm: treewide: Complete migration to new driver model schemaSimon Glass2023-02-14
* dm: Add support for handling old u-boot,dm- tagsSimon Glass2023-02-14
* drivers: core: ofnode: Add panel timing decode.Nikhil M Jain2023-02-04
* net: phy: Fix ethernet-phy-id <dot> in the codeMichal Simek2022-11-22
* dm: core: Support copying properties with ofnodeSimon Glass2022-09-29
* dm: core: Allow copying ofnode property data when writingSimon Glass2022-09-29
* dm: core: Complete phandle implementation using the other FDTSimon Glass2022-09-29
* dm: core: Add the ofnode multi-tree implementationSimon Glass2022-09-29
* dm: core: Split ofnode_path_root() into two functionsSimon Glass2022-09-29
* dm: core: Allow obtaining a node offset in the same treeSimon Glass2022-09-29
* dm: core: Add a way to look up a phandle in an oftreeSimon Glass2022-09-29
* dm: core: Add an ofnode function to obtain the flat treeSimon Glass2022-09-29
* dm: core: Expand integer-reading testsSimon Glass2022-09-29
* dm: core: Drop ofnode_is_available()Simon Glass2022-09-29
* dm: core: Avoid creating a name property when unflatteningSimon Glass2022-09-29
* dm: core: Rename ofnode_get_property_by_prop()Simon Glass2022-09-29
* dm: core: Rename ofnode_get_first/next_property()Simon Glass2022-09-29
* dm: core: Drop the const from ofnodeSimon Glass2022-09-29
* dm: core: Allow adding ofnode subnodesSimon Glass2022-09-29
* dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass2022-09-29
* dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier2022-09-14
* dm: core: Add support for writing u32 with ofnodeSimon Glass2022-08-12
* dm: core: Allow writing to a flat tree with ofnodeSimon Glass2022-08-12
* dm: core: Swap parameters of ofnode_write_prop()Simon Glass2022-08-12
* dm: core: Introduce support for multiple treesSimon Glass2022-08-12
* treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún2022-04-10
* treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAXMarek Behún2022-04-10
* net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún2022-04-10
* net: introduce helpers to get PHY ofnode from MACMarek Behún2022-04-10
* net: phy: Add new read ethernet phy id functionMichal Simek2022-03-09
* dm: core: Add a way to obtain a string listSimon Glass2021-11-28
* treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2021-09-25
* dm: core: Add helper to compare node namesKishon Vijay Abraham I2021-07-27
* dm: core: fix no null pointer detection in ofnode_get_addr_size_index()Chen Guanqiao2021-07-21
* dm: core: add ofnode_get_path()Marek Behún2021-06-24
* dm: core: add non-translating version of ofnode_get_addr_size_index()Marek Behún2021-06-24
* Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi2021-05-12
* dm: core: Add size operations on device tree referencesChen Guanqiao2021-04-29
* dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne2021-02-18
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* fdt: translate address if #size-cells = <0>Dario Binacchi2021-01-12
* dm: core: Inline a few ofnode functions in SPLSimon Glass2020-12-22
* dm: core: Add a livetree function to check node statusSimon Glass2020-12-13
* dm: core: Add support for getting node from aliasesMichal Simek2020-10-27
* dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-06
* dm: add cells_count parameter in live DT APIs of_parse_phandle_with_argsPatrick Delaunay2020-09-22