Devicetree Spec
 help / color / mirror / Atom feed
 messages from 2025-04-01 14:10:25 to 2026-01-12 14:21:26 UTC [more...]

[RFC PATCH 00/77] Add support for dtb metadata and addon device-trees
 2026-01-12 14:19 UTC  (43+ messages)
` [RFC PATCH 01/77] checks: Use consistent type for strspn() returned value
` [RFC PATCH 02/77] Introduce v18 dtb version
` [RFC PATCH 03/77] libfdt: Introduce fdt_next_tag_full() and use it in fdt_next_tag()
` [RFC PATCH 04/77] dtc: Allow to use data_append_markers() out of data.c
` [RFC PATCH 05/77] fdtdump: Change FDT_PROP prob handling to ease future addition
` [RFC PATCH 06/77] Add support for FDT_REF_LOCAL dtb tag
` [RFC PATCH 07/77] livetree: Improve get_node_by_phandle()
` [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 12/77] tests: metadata: Add external phandle reference tests
` [RFC PATCH 13/77] Introduce dt_flags field in dtb header
` [RFC PATCH 14/77] tests: metadata: Add a first test related to the dt_flags header field
` [RFC PATCH 15/77] Add support for /addon/ keyword
` [RFC PATCH 16/77] tests: metadata: Add a test related to addon dt_flags header value
` [RFC PATCH 17/77] tests: metadata: Add a basic addon test
` [RFC PATCH 18/77] dtc-parser.y: Avoid an empty proplist
` [RFC PATCH 19/77] dtc: Introduce export symbols
` [RFC PATCH 20/77] dtc: Add support for /export/ dts keyword parsing
` [RFC PATCH 21/77] checks: Handle export symbols in fixup_phandle_references()
` [RFC PATCH 22/77] dtc: Add export symbols (/export/ keyword) in generated dts file
` [RFC PATCH 23/77] dtc: Introduce mark_local_exports()
` [RFC PATCH 24/77] dtc: Introduce update_exports_ref()
` [RFC PATCH 25/77] Add support for FDT_EXPORT_SYM dtb tag
` [RFC PATCH 26/77] tests: metadata: Add export symbols with local references tests
` [RFC PATCH 27/77] dtc: Add support for export symbols sorting
` [RFC PATCH 28/77] tests: metadata: Add a test "
` [RFC PATCH 29/77] Add support for FDT_EXPORT_SYM_REF dtb tag
` [RFC PATCH 30/77] tests: metadata: Add export symbols with external references tests
` [RFC PATCH 31/77] dtc: Introduce import symbols
` [RFC PATCH 32/77] dtc-parser: Introduce last_header_flags
` [RFC PATCH 33/77] dtc: Add support for /import/ dts keyword parsing
` [RFC PATCH 34/77] dtc: Add import symbols (/import/ keyword) in generated dts file
` [RFC PATCH 35/77] Add support for FDT_IMPORT_SYM dtb tag
` [RFC PATCH 36/77] tests: metadata: Add import symbols tests
` [RFC PATCH 37/77] dtc: Add support for import symbols sorting
` [RFC PATCH 38/77] tests: metadata: Improve sort test to check "
` [RFC PATCH 39/77] check: Get 'chosen' node using get_subnode()
` [RFC PATCH 40/77] dtc: Introduce dti_get_node_by_path()
` [RFC PATCH 41/77] dtc: Introduce dti_get_node_by_label()
` [RFC PATCH 42/77] dtc: Introduce dti_get_node_by_phandle()

Proposal: document where SoC info belongs
 2025-12-19  3:53 UTC  (3+ messages)

Proposal: Officially allow "incomplete" trees as a base
 2025-12-15 19:41 UTC  (27+ messages)

SoC-specific device tree aliases?
 2025-12-04 18:51 UTC  (30+ messages)

[PATCH v3] docs: devicetree: overlay-notes: recommend top-level compatible in DTSO
 2025-12-03 14:41 UTC  (3+ messages)

[PATCH v2] Add 'bootsource' /chosen property
 2025-12-01 17:23 UTC  (7+ messages)

[PATCH v3] schemas: pci: Document PCIe T_POWER_ON
 2025-11-26 14:44 UTC  (3+ messages)

[PATCH v2] schemas: pci: Document PCIe T_POWER_ON
 2025-11-14  1:02 UTC  (13+ messages)

[PATCH] schemas: pci: Document PCIe T_POWER_ON
 2025-11-10 13:13 UTC  (2+ messages)

[PATCH] schemas: pci: Document PCIe T_POWER_ON
 2025-11-06 14:07 UTC  (3+ messages)

[PATCH v2] docs: devicetree: overlay-notes: recommend top-level compatible in DTSO
 2025-09-08 14:12 UTC  (5+ messages)

[PATCH v3 0/1] i2c: Introduce I2C bus extensions
 2025-08-29 11:08 UTC  (9+ messages)
` [PATCH v3 1/1] schemas: "

[ANNOUNCEMENT / CFP] LPC 2025 Devicetree Microconference CFP
 2025-08-07 11:46 UTC 

[PATCH] docs: devicetree: overlay-notes: recommend top-level compatible in DTSO
 2025-07-14 14:37 UTC  (2+ messages)

[PATCH] schemas: PCI: Add standard PCIe WAKE# signal
 2025-06-09 14:37 UTC  (4+ messages)

[PATCH] meta-schemas: nodes: Allow if-then-else directly in patternProperties objects
 2025-06-09 13:17 UTC  (2+ messages)

[PATCH dt-schema] schemas: i2c: Allow '-' in 'i2c-.*' node names
 2025-05-21  9:35 UTC  (5+ messages)

[PATCH v2 0/1] i2c: Introduce I2C bus extensions
 2025-05-05  8:22 UTC  (4+ messages)
` [PATCH v2 1/1] schemas: "

[PATCH v3] Add new `export-symbols` node
 2025-04-30 18:56 UTC  (11+ messages)

[PATCH 0/2] i2c: Introduce I2C bus extensions
 2025-04-29 18:04 UTC  (8+ messages)
` [PATCH 1/2] schemas: i2c: Avoid extra characters in i2c nodename pattern
` [PATCH 2/2] schemas: i2c: Introduce I2C bus extensions

[PATCH v1 0/5] DT: Enable sharing resources for SMT threads
 2025-04-29 14:25 UTC  (8+ messages)
` [PATCH v1 1/5] DT: add infra for finding CPU id from phandle
` [PATCH v1 2/5] arm64: of: handle multiple threads in ARM cpu node
` [PATCH v1 3/5] driver/base/arch_topology: update CPU map to use the new API
` [PATCH v1 4/5] driver/hwtracing/coresight: Use of_cpu_phandle_to_id for grabbing CPU id
` [PATCH v1 5/5] DT: of_cpu_phandle_to_id to support SMT threads

[PATCH v5 0/5] dt-bindings: net: Add network-class.yaml schema
 2025-04-24 19:06 UTC  (11+ messages)
` [PATCH v5 3/5] dt-bindings: wireless: bcm4329-fmac: Use wireless-controller.yaml schema

[PATCH v2] Add new `export-symbols` node
 2025-04-08 11:03 UTC  (2+ messages)

[PATCH] chapter2: fix reference to chapter6
 2025-04-01 14:30 UTC  (2+ messages)


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