devicetree-spec.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v1] schemas: Add schema for post-init-providers
 2024-03-14  1:36 UTC  (9+ messages)

[PATCH v2] schemas: Add schema for post-init-providers
 2024-03-08  6:58 UTC  (2+ messages)

dtschema: i2c: messy situation about timeouts
 2024-02-27 12:57 UTC  (8+ messages)

Firefly RK3399 “Invalid device tree, expect boot to fail” (openbsd-current)
 2024-02-27  9:58 UTC 

subscribe
 2024-02-27  6:52 UTC 

[PATCH 0/2] Add board-id support for multiple DT selection
 2024-01-22 17:50 UTC 

[PATCH v2] schemas: Add Google Widevine initialization parameters
 2024-01-11 20:16 UTC  (4+ messages)

[PATCH v2] schemas: Add Google Widevine initialization parameters
 2024-01-08 18:53 UTC  (3+ messages)

[PATCH] Fixing some typos and adding missing dots, commas, and hyphens
 2024-01-05 11:35 UTC 

[dtschema PATCH] tools: Add tool to compare schemas for ABI changes
 2023-12-02 18:33 UTC  (2+ messages)

[PATCH] schemas: Add Google Widevine initialization parameters
 2023-11-28 10:29 UTC  (5+ messages)

Definition of "should" seems inconsistent with idea of "deprecated"
 2023-10-23  0:32 UTC  (4+ messages)

[PATCH] chapter2-devicetree-basics.rst: Fix "TItle underline too short"
 2023-10-19 18:52 UTC 

This list is being migrated to new infrastructure
 2023-10-06  1:36 UTC  (2+ messages)

[PATCH] dt-bindings: Add Google Widevine initialization parameters
 2023-09-18 19:42 UTC  (5+ messages)

Device tree usage in TF-A & OP-Tee consultation
 2023-08-16  5:34 UTC  (16+ messages)

[PATCH v2 0/2] of: reserved_mem: Improve range allocations
 2023-06-20 15:35 UTC  (5+ messages)
  ` [PATCH v2 1/2] of: reserved_mem: Try to keep range allocations contiguous
` [PATCH v2 2/2] of: reserved_mem: Use stable allocation order

[PATCH] dt-bindings: Remove last usage of "binding" or "schema" in titles
 2023-06-16 19:56 UTC  (8+ messages)

[PATCH 0/5] of: reserved_mem: Provide more control about allocation behavior
 2023-06-13 13:33 UTC  (11+ messages)
` [PATCH RFC 4/5] arm64: dts: qcom: msm8916: Enable modem on two phones
  ` [PATCH 1/5] dt-bindings: reserved-memory: Add alloc-{bottom-up,top-down}
  ` [PATCH 2/5] of: reserved_mem: Implement alloc-{bottom-up,top-down}
  ` [PATCH 3/5] of: reserved_mem: Use stable allocation order
  ` [PATCH RFC 5/5] arm64: dts: qcom: msm8916: Reserve firmware memory dynamically

dt_binding_check not reporting all errors
 2023-04-26  7:54 UTC  (3+ messages)

[RFC PATCH] Describe chosen modules for hypervisor booting
 2023-04-24 23:55 UTC  (7+ messages)

[PATCH] meta-schemas: Allow 'not' keyword
 2023-03-23 16:13 UTC  (2+ messages)

[PATCH v2 0/4] dt-bindings: net: Add network-class.yaml schema
 2023-02-20 22:02 UTC  (11+ messages)
  ` [PATCH v2 1/4] dt-bindings: net: Add network-class schema for mac-address properties
  ` [PATCH v2 2/4] dt-bindings: wireless: bcm4329-fmac: Use network-class.yaml schema
  ` [PATCH v2 3/4] dt-bindings: wireless: silabs,wfx: Use network-class.yaml
  ` [PATCH v2 4/4] nios2: dts: Fix tse_mac "max-frame-size" property

[PATCH RFC 0/3] dt-bindings: net: Add network-class.yaml schema
 2023-02-07  7:10 UTC  (10+ messages)
  ` [PATCH RFC 1/3] dt-bindings: net: Add network-class schema for mac-address properties
` [PATCH RFC 2/3] dt-bindings: wireless: bcm4329-fmac: Use network-class.yaml schema
` [PATCH RFC 3/3] dt-bindings: wireless: silabs,wfx: Use network-class.yaml

[PATCH] dt-bindings: reserved-memory: Refine 'size' and 'alignment' types
 2023-01-31 23:40 UTC  (2+ messages)

[PATCH v2] schemas: chosen: Add 'boot-hart-id' property
 2023-01-05  2:23 UTC 

[PATCH] schemas: chosen: Add 'boot-hart-id' property
 2023-01-05  2:06 UTC  (3+ messages)

[PATCH 00/21] mm: introduce Designated Movable Blocks
 2022-09-29  9:00 UTC  (59+ messages)
` [PATCH 01/21] mm/page_isolation: protect cma from isolate_single_pageblock
` [PATCH 02/21] mm/hugetlb: correct max_huge_pages accounting on demote
  ` [PATCH 03/21] mm/hugetlb: correct demote page offset logic
  ` [PATCH 04/21] mm/hugetlb: refactor alloc_and_dissolve_huge_page
  ` [PATCH 05/21] mm/hugetlb: allow migrated hugepage to dissolve when freed
  ` [PATCH 06/21] mm/hugetlb: add hugepage isolation support
  ` [PATCH 07/21] lib/show_mem.c: display MovableOnly
  ` [PATCH 08/21] mm/vmstat: show start_pfn when zone spans pages
  ` [PATCH 09/21] mm/page_alloc: calculate node_spanned_pages from pfns
  ` [PATCH 10/21] mm/page_alloc.c: allow oversized movablecore
  ` [PATCH 12/21] memblock: introduce MEMBLOCK_MOVABLE flag
  ` [PATCH 14/21] mm/page_alloc: make alloc_contig_pages DMB aware
  ` [PATCH 15/21] mm/page_alloc: allow base for movablecore
  ` [PATCH 16/21] dt-bindings: reserved-memory: introduce designated-movable-block
  ` [PATCH 17/21] mm/dmb: introduce rmem designated-movable-block
  ` [PATCH 18/21] mm/cma: support CMA in Designated Movable Blocks
  ` [PATCH 19/21] dt-bindings: reserved-memory: shared-dma-pool: support DMB
  ` [PATCH 20/21] mm/cma: introduce rmem shared-dmb-pool
` [PATCH 11/21] mm/page_alloc: introduce init_reserved_pageblock()
` [PATCH 13/21] mm/dmb: Introduce Designated Movable Blocks
` [PATCH 21/21] mm/hugetlb: introduce hugetlb_dmb

Intended use of "model" property?
 2022-09-13 11:04 UTC  (3+ messages)

No DT meeting Sept 5
 2022-09-05  0:06 UTC 

[PATCH] schemas: pci-bus: make reg optional for Marvell PCI controllers
 2022-08-29 20:48 UTC  (2+ messages)

UART map / multiple uart connections
 2022-08-19 12:44 UTC  (4+ messages)

[PATCH] Add 'dma-noncoherent' property as a standard property
 2022-07-02  9:30 UTC  (5+ messages)


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 NNTP newsgroup(s).