messages from 2026-01-19 05:40:18 to 2026-08-26 09:52:07 UTC [more...]
[RFC PATCH v2 00/74] Add support for dtb metadata and addon device-trees
2026-08-26 9:48 UTC (31+ 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
[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] libfdt: Find a node's parent in a single pass
2026-08-06 19:13 UTC
[PATCH] checks: Avoid warnings for reg override in __overlay__
2026-06-22 21:14 UTC (9+ 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] libfdt: fdt_check_full: Add can_assume(PERFECT) check
2026-06-17 15:16 UTC (9+ messages)
DTC 1.8.1 release (don't use 1.8.0)
2026-05-28 2:56 UTC
Tag a new dtc version?
2026-05-28 0:58 UTC (4+ messages)
DTC 1.8.0 released
2026-05-26 9:16 UTC
[ANNOUNCEMENT / CFP] LPC 2026 Devicetree Microconference CFP
2026-05-19 12:28 UTC
[PATCH] label: collect labels to __phandles__ node in interger format
2026-04-30 6:52 UTC (5+ messages)
Phandles
2026-04-14 19:31 UTC (19+ 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
[PATCH] dtc: Remove unused dts_version in dtc-lexer.l
2026-03-27 9:27 UTC (2+ messages)
[RFC PATCH 00/77] Add support for dtb metadata and addon device-trees
2026-01-29 5:08 UTC (73+ messages)
` [RFC PATCH 02/77] Introduce v18 dtb version
` [RFC PATCH 06/77] Add support for FDT_REF_LOCAL dtb tag
` [RFC PATCH 08/77] dtc: Introduce update_phandles_ref()
` [RFC PATCH 09/77] dtc: Introduce mark_local_phandles()
` [RFC PATCH 10/77] tests: Add basic metadata tests
` [RFC PATCH 11/77] Add support for FDT_REF_PHANDLE dtb tag
` [RFC PATCH 19/77] dtc: Introduce export symbols
` [RFC PATCH 29/77] Add support for FDT_EXPORT_SYM_REF dtb tag
` [RFC PATCH 32/77] dtc-parser: Introduce last_header_flags
` [RFC PATCH 35/77] Add support for FDT_IMPORT_SYM dtb tag
` [RFC PATCH 40/77] dtc: Introduce dti_get_node_by_path()
` [RFC PATCH 46/77] dtc: Introduce dti_get_marker_label()
` [RFC PATCH 51/77] dtc: Avoid NULL fullpath for nodes in orphan trees
` [RFC PATCH 64/77] dtc: Add support for references by path involving orphan nodes
delete-node without label or address from overlay dts
2026-01-20 11:10 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox