Devicetree Spec
 help / color / mirror / Atom feed
 messages from 2026-01-21 09:06:22 to 2026-08-26 09:54:21 UTC [more...]

[RFC PATCH v2 00/74] Add support for dtb metadata and addon device-trees
 2026-08-26  9:49 UTC  (70+ messages)
` [RFC PATCH v2 01/74] dtc-parser.y: Avoid an empty proplist
` [RFC PATCH v2 02/74] Introduce v20 dtb version
` [RFC PATCH v2 03/74] fdtdump: Introduce get_structured_tag_data()
` [RFC PATCH v2 04/74] libfdt: Introduce fdt_get_structured_tag_data()
` [RFC PATCH v2 05/74] libfdt: Prepare for metadata tag support
` [RFC PATCH v2 06/74] dtc: Move fill_fullpaths() into build_dt_info()
` [RFC PATCH v2 07/74] Add support for FDT_PROPDATA_PHANDLE dtb tag
` [RFC PATCH v2 08/74] livetree: Improve get_node_by_phandle()
` [RFC PATCH v2 09/74] dtc: Complete REF_PHANDLE markers with ref strings and is_local flags
` [RFC PATCH v2 10/74] tests: Add basic metadata tests
` [RFC PATCH v2 11/74] Add support for FDT_PROPDATA_PHANDLE_REF dtb tag
` [RFC PATCH v2 12/74] tests: metadata: Add external phandle reference tests
` [RFC PATCH v2 13/74] Add support for /addon/ keyword
` [RFC PATCH v2 14/74] tests: Add a test related to addon dt_flags header value
` [RFC PATCH v2 15/74] tests: metadata: Add a basic addon test
` [RFC PATCH v2 16/74] dtc: Introduce export symbols
` [RFC PATCH v2 17/74] dtc: Add support for /export/ dts keyword parsing
` [RFC PATCH v2 18/74] checks: Handle export symbols in fixup_phandle_references()
` [RFC PATCH v2 19/74] dtc: Add export symbols (/export/ keyword) in generated dts file
` [RFC PATCH v2 20/74] dtc: Extend complete_references() to handle export symbols
` [RFC PATCH v2 21/74] Add support for FDT_EXPORT_SYM dtb tag
` [RFC PATCH v2 22/74] tests: metadata: Add export symbols with local references tests
` [RFC PATCH v2 23/74] dtc: Add support for export symbols sorting
` [RFC PATCH v2 24/74] tests: metadata: Add a test "
` [RFC PATCH v2 25/74] Add support for FDT_EXPORT_SYM_REF dtb tag
` [RFC PATCH v2 26/74] tests: metadata: Add export symbols with external references tests
` [RFC PATCH v2 27/74] dtc: Introduce import symbols
` [RFC PATCH v2 28/74] dtc-parser: Introduce last_header_flags
` [RFC PATCH v2 29/74] dtc: Add support for /import/ dts keyword parsing
` [RFC PATCH v2 30/74] dtc: Add import symbols (/import/ keyword) in generated dts file
` [RFC PATCH v2 31/74] Add support for FDT_IMPORT_SYM dtb tag
` [RFC PATCH v2 32/74] tests: metadata: Add import symbols tests
` [RFC PATCH v2 33/74] dtc: Add support for import symbols sorting
` [RFC PATCH v2 34/74] tests: metadata: Improve sort test to check "
` [RFC PATCH v2 35/74] checks: Get 'chosen' node using get_subnode()
` [RFC PATCH v2 36/74] dtc: Change get_node_by_path() signature to take dt_info
` [RFC PATCH v2 37/74] dtc: Change get_node_by_label() "
` [RFC PATCH v2 38/74] dtc: Change get_node_by_phandle() "
` [RFC PATCH v2 39/74] dtc: Change get_node_by_ref() "
` [RFC PATCH v2 40/74] dtc: Change get_node_phandle() "
` [RFC PATCH v2 41/74] dtc: Change get_property_by_label() "
` [RFC PATCH v2 42/74] dtc: Change get_marker_label() "
` [RFC PATCH v2 43/74] dtc: Change fill_fullpaths() "
` [RFC PATCH v2 44/74] dtc: Introduce orphan nodes
` [RFC PATCH v2 45/74] dtc: Handle orphan nodes in get_xxx_by_yyy()
` [RFC PATCH v2 46/74] dtc: Avoid NULL fullpath for nodes in orphan trees
` [RFC PATCH v2 47/74] dtc: Handle orphan nodes in complete_references()
` [RFC PATCH v2 48/74] checks: Perform checks for orphan nodes
` [RFC PATCH v2 49/74] dtc: Rename add_orphan_node() to plugin_add_orphan_node()
` [RFC PATCH v2 50/74] dtc: Add basic support for addon orphan nodes in dts
` [RFC PATCH v2 51/74] Add support for FDT_BEGIN_NODE_REF dtb tag
` [RFC PATCH v2 52/74] tests: metadata: Add basic test for addon orphan nodes
` [RFC PATCH v2 53/74] dtc: Add support for missing root node in addon device-tree
` [RFC PATCH v2 54/74] tests: metadata: Add a test for addon without root node
` [RFC PATCH v2 55/74] dtc: Allow parser_get_node_by_ref() to return an orphan node for merging purpose
` [RFC PATCH v2 56/74] tests: metadata: Add a test related to orphan node merging
` [RFC PATCH v2 57/74] dtc: Add support for orphan nodes sorting
` [RFC PATCH v2 58/74] tests: metadata: Improve sort test to check "
` [RFC PATCH v2 59/74] dtc: Add support for references by path involving orphan nodes
` [RFC PATCH v2 60/74] tests: metadata: Add a test "
` [RFC PATCH v2 61/74] dtc: Add support for namespace labels references
` [RFC PATCH v2 62/74] tests: metadata: Add a test "
` [RFC PATCH v2 63/74] libfdt: Add support for applying an addon on a base device-tree blob
` [RFC PATCH v2 64/74] Add fdtaddon tool to apply an addon
` [RFC PATCH v2 65/74] tests: Add a first basic test for fdtaddon
` [RFC PATCH v2 66/74] tests: fdtaddon: Add a basic test for addons using an orphan nodes
` [RFC PATCH v2 67/74] tests: fdtaddon: Add a basic test for addons with unresolved phandle references
` [RFC PATCH v2 68/74] tests: fdtaddon: Add a basic test for addons with references by path to orphan nodes
` [RFC PATCH v2 69/74] tests: fdtaddon: Add a test for addons with properties identical to existing ones

[PATCH v3 00/15] Add support for structured tags and v18 dtb version
 2026-08-26  8:31 UTC  (16+ messages)
` [PATCH v3 01/15] fdtget: Use libfdt iterators instead of open coded loops
` [PATCH v3 02/15] libfdt: Don't assume the root node is available at offset 0
` [PATCH v3 03/15] tests: "
` [PATCH v3 04/15] tests/nopulate: Add a FDT_NOP before the root node
` [PATCH v3 05/15] tests: treegen: Introduce emit_fdt_header_vers()
` [PATCH v3 06/15] Introduce structured tag value definition
` [PATCH v3 07/15] fdtdump: Handle unknown tags
` [PATCH v3 08/15] flattree: "
` [PATCH v3 09/15] libfdt: Handle unknown tags in fdt_next_tag()
` [PATCH v3 10/15] libfdt: Introduce fdt_ptr_offset_()
` [PATCH v3 11/15] libfdt: Introduce fdt_getprop_by_offset_w()
` [PATCH v3 12/15] libfdt: Introduce fdt_getprop_offset_namelen()
` [PATCH v3 13/15] tests: Add wip_func utility
` [PATCH v3 14/15] libfdt: Handle unknown tags on dtb modifications
` [PATCH v3 15/15] Introduce v18 dtb version

[PATCH v2] schemas: chosen: Add reset-reason property
 2026-08-21 14:58 UTC  (4+ messages)

[PATCH] dt-bindings: net: add nvmem-consumer reference to network-class
 2026-08-11 14:05 UTC  (2+ messages)

[PATCH v2 00/10] Add support for structured tags and v18 dtb version
 2026-06-18 19:55 UTC  (25+ messages)
` [PATCH v2 01/10] libfdt: Introduce fdt_first_node()
` [PATCH v2 02/10] libfdt: Don't assume that a FDT_BEGIN_NODE tag is available at offset 0
` [PATCH v2 03/10] tests: asm: Introduce treehdr_vers macro
` [PATCH v2 04/10] Introduce structured tag value definition
` [PATCH v2 05/10] fdtdump: Handle unknown tags
` [PATCH v2 06/10] flattree: "
` [PATCH v2 07/10] libfdt: Handle unknown tags in fdt_next_tag()
` [PATCH v2 08/10] libfdt: Introduce fdt_ptr_offset_
` [PATCH v2 09/10] libfdt: Handle unknown tags on dtb modifications
` [PATCH v2 10/10] Introduce v18 dtb version

[PATCH] schemas: chosen: Add reset-reason property
 2026-05-27  1:53 UTC  (4+ messages)

[ANNOUNCEMENT / CFP] LPC 2026 Devicetree Microconference CFP
 2026-05-19 12:28 UTC 

[RFC] Pass reset reason to Linux via FDT
 2026-05-17 22:53 UTC  (4+ messages)

SoC-specific device tree aliases?
 2026-05-06 11:25 UTC  (13+ messages)

[RFC PATCH 00/15] Add support for structured tags and v18 dtb version
 2026-04-08  7:55 UTC  (44+ messages)
` [RFC PATCH 01/15] dtc: Use a consistent type for basenamelen
` [RFC PATCH 02/15] fdtdump: Remove dtb version check
` [RFC PATCH 03/15] fdtdump: Return an error code on wrong tag value
` [RFC PATCH 04/15] libfdt: fdt_rw: Introduce fdt_downgrade_version()
` [RFC PATCH 05/15] libfdt: Introduce fdt_first_node()
` [RFC PATCH 06/15] libfdt: Don't assume that a FDT_BEGIN_NODE tag is available at offset 0
` [RFC PATCH 07/15] libfdt: fdt_check_full: Handle FDT_NOP when FDT_END is expected
` [RFC PATCH 08/15] tests: asm: Introduce treehdr_vers macro
` [RFC PATCH 09/15] Introduce structured tag value definition
` [RFC PATCH 10/15] fdtdump: Handle unknown tags
` [RFC PATCH 11/15] flattree: "
` [RFC PATCH 12/15] libfdt: Handle unknown tags in fdt_get_next()
` [RFC PATCH 13/15] libfdt: Introduce fdt_ptr_offset_
` [RFC PATCH 14/15] libfdt: Handle unknown tags on dtb modifications
` [RFC PATCH 15/15] Introduce v18 dtb version

Devicetree spec: Specifying /cpus/cpu@* unit address format?
 2026-04-06 16:08 UTC  (5+ messages)

reserved-memory: node naming - generic name vs binding recommendation
 2026-03-19 18:15 UTC  (2+ messages)

Question regarding non-volatile memory mapped memory in embedded systems
 2026-03-02 17:50 UTC  (2+ messages)

[PATCH v4] schemas: pci: Document PCIe T_POWER_ON
 2026-02-19 13:45 UTC  (2+ messages)

Ranges - Intended use case
 2026-02-14  2:02 UTC  (7+ messages)

[RFC PATCH 00/77] Add support for dtb metadata and addon device-trees
 2026-01-29  5:08 UTC  (33+ messages)
` [RFC PATCH 02/77] Introduce v18 dtb version
` [RFC PATCH 29/77] Add support for FDT_EXPORT_SYM_REF dtb tag
` [RFC PATCH 35/77] Add support for FDT_IMPORT_SYM "
` [RFC PATCH 40/77] dtc: Introduce dti_get_node_by_path()
` [RFC PATCH 64/77] dtc: Add support for references by path involving orphan nodes


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox