devicetree-compiler.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH] checks: Document possible false warning for graph child addresses
 2025-07-18  9:30 UTC  (6+ messages)

[PATCH] checks: Fix detection of 'i2c-bus' node
 2025-07-10  9:17 UTC  (2+ messages)

[PATCH] checks: Remove check for graph child addresses
 2025-07-08 16:15 UTC 

[PATCH v2 0/7] of: overlay: Add support for export-symbols node feature
 2025-07-04  9:10 UTC  (21+ messages)
` [PATCH v2 1/7] dt-bindings: Add support for export-symbols node
` [PATCH v2 2/7] of: resolver: Introduce get_phandle_from_symbols_node()
` [PATCH v2 3/7] of: resolver: Add export_symbols in of_resolve_phandles() parameters
` [PATCH v2 4/7] of: resolver: Add support for the export symbols node
` [PATCH v2 5/7] of: overlay: Add export_symbols_name in of_overlay_fdt_apply() parameters
` [PATCH v2 6/7] of: overlay: Add support for the export symbols node
` [PATCH v2 7/7] of: unittest: Add tests for export symbols

[PATCH v3 0/4] Introduce fdt_overlay_merge() to allow merge of overlay blobs
 2025-06-28 11:02 UTC  (21+ messages)
` [PATCH v3 1/4] libfdt: overlay_merge: Introduce fdt_overlay_merge()
` [PATCH v3 2/4] libfdt: overlay_merge: Rename & copy overlay fragments and their properties
` [PATCH v3 3/4] libfdt: overlay_merge: Update phandles, symbols, fixups & local_fixups
` [PATCH v3 4/4] fdtoverlaymerge: A tool that merges overlays

[PATCH v3 0/4] Add capability to create property from old property
 2025-06-12 10:56 UTC  (7+ messages)
` [PATCH v3 1/4] srcpos: Define srcpos_free
` [PATCH v3 2/4] dtc: Add data_insert_data function
` [PATCH v3 3/4] dtc: Add /./
` [PATCH v3 4/4] tests: Add test for /./

[PATCH] meson: use override_find_program/override_dependency
 2025-06-12  6:34 UTC  (2+ messages)

[PATCH v2 0/4] Add capability to create property from old property
 2025-06-02  8:20 UTC  (9+ messages)
` [PATCH v2 1/4] Add alloc_marker
` [PATCH v2 2/4] srcpos: Define srcpos_free
` [PATCH v2 3/4] dtc: Add /./
` [PATCH v2 4/4] tests: Add test for /./

linux-next: build warnings after merge of the renesas tree
 2025-05-12  8:46 UTC  (3+ messages)

[PATCH] meson: port python bindings to build natively via meson and meson-python
 2025-05-01 12:33 UTC  (20+ messages)
        ` [PATCH v2 0/2] port python bindings to native Meson
          ` [PATCH v2 1/2] Makefile: deprecate in favor of Meson
                  ` [PATCH v3 0/2] port python bindings to native Meson
                    ` [PATCH v3 1/2] Makefile: deprecate in favor of Meson
                    ` [PATCH v3 2/2] meson: port python bindings to build natively via meson and meson-python
          ` [PATCH v2 "

[PATCH 0/7] of: overlay: Add support for export-symbols node feature
 2025-04-30 12:50 UTC  (9+ messages)
` [PATCH 1/7] dt-bindings: Add support for export-symbols node
` [PATCH 2/7] of: resolver: Introduce get_phandle_from_symbols_node()
` [PATCH 3/7] of: resolver: Add export_symbols in of_resolve_phandles() parameters
` [PATCH 4/7] of: resolver: Add support for the export symbols node
` [PATCH 5/7] of: overlay: Add export_symbols_name in of_overlay_fdt_apply() parameters
` [PATCH 6/7] of: overlay: Add support for the export symbols node
` [PATCH 7/7] of: unittest: Add tests for export symbols

[PATCH v2] flattree: Optimize stringtable_insert() with memmem()
 2025-04-18  7:58 UTC  (2+ messages)

[RESEND PATCH] flattree: Optimize stringtable_insert()
 2025-04-15  4:03 UTC  (7+ messages)

[PATCH] Remove duplicated words in documentation and comments
 2025-03-14  5:27 UTC  (3+ messages)

[PATCH] Fix some typos
 2025-03-14  3:02 UTC  (2+ messages)

[PATCH] Use __ASSEMBLER__ instead of __ASSEMBLY__
 2025-03-14  3:02 UTC  (2+ messages)

[PATCH 0/3] Allow specifying target node in fdtoverlay
 2025-03-12 19:42 UTC  (4+ messages)
` [PATCH 1/3] libfdt: Add fdt_relative_path_offset
` [PATCH 2/3] fdtoverlay: Add target option
` [PATCH 3/3] tests: Add test for fdtoverlay target argument

[PATCH] checks: Add support for export-symbols
 2025-03-10  5:18 UTC  (3+ messages)

[PATCH 0/3] Add capability to create property from old property
 2025-03-05  4:17 UTC  (8+ messages)
` [PATCH 1/3] Add alloc_marker
` [PATCH 2/3] dtc: Add /./
` [PATCH 3/3] tests: Add test for /./

[PATCH] meson: don't build test programs by default
 2025-03-03  1:56 UTC  (2+ messages)

[PATCH] libfdt: overlay: Add export-symbols support
 2025-01-19 13:19 UTC  (3+ messages)

[PATCH v3 0/2] Add capability to append to property
 2024-12-27  4:05 UTC  (9+ messages)

[PATCH 0/5] Add support for resolving path references in overlays
 2024-12-26  6:33 UTC  (19+ messages)
` [PATCH 1/5] dtc: Allow path fixups "
` [PATCH 2/5] libfdt: Add namelen variants for setprop
` [PATCH 3/5] fdtoverlay: Implement resolving path references
` [PATCH 4/5] tests: Fix overlay tests
` [PATCH 5/5] tests: Add path tests for overlay

[PATCH] checks: Warn about missing #address-cells for interrupt parents
 2024-12-19  4:07 UTC  (7+ messages)

[PATCH 0/7] of: overlay: Add support for export-symbols node feature
 2024-12-18 12:22 UTC  (3+ messages)

[PATCH v2 0/4] libfdt: Add namelen variants for setprop
 2024-12-06  5:48 UTC  (6+ messages)
` [PATCH v2 1/4] libfdt: add fdt_get_property_namelen_w()
` [PATCH v2 2/4] libfdt_internal: fdt_find_string_len_()
` [PATCH v2 3/4] libfdt: Add fdt_setprop_namelen()
` [PATCH v2 4/4] libfdt: Add fdt_setprop_namelen_string()

[PATCH v2] Add clang-format config
 2024-12-06  5:07 UTC  (2+ messages)

[PATCH] Add clang-format config
 2024-12-05  1:37 UTC  (2+ messages)

[PATCH 0/4] libfdt: Add namelen variants for setprop
 2024-12-04 23:45 UTC  (12+ messages)
` [PATCH 1/4] libfdt: add fdt_get_property_namelen_w()
` [PATCH 2/4] libfdt_internal: fdt_find_string_len_()
` [PATCH 3/4] libfdt: Add fdt_setprop_namelen()
` [PATCH 4/4] libfdt: Add fdt_setprop_namelen_string()

[PATCH v2] checks: Relax avoid_unnecessary_addr_size check to allow child ranges properties
 2024-11-27  3:56 UTC  (2+ messages)

[PATCH v2] libfdt: Remove fdt parameter from overlay_fixup_one_phandle
 2024-11-25  1:26 UTC  (2+ messages)

ModuleNotFoundError: No module named 'libfdt' after Installing
 2024-11-21 20:28 UTC  (4+ messages)

[PATCH 1/2] libfdt: Suppress a unused parameter warning in overlay_fixup_one_phandle
 2024-11-18 10:15 UTC  (3+ messages)

[PATCH 0/2] libfdt: Fix -Wextra -Wpedantic warnings
 2024-11-18  3:32 UTC  (3+ messages)
` [PATCH 2/2] libfdt: Remove extra semi-colons outside functions


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).