devicetree-compiler.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-08 19:33:30 to 2020-11-04 19:45:26 UTC [more...]

[PATCH v6 0/4] Switch to meson build system
 2020-11-04 19:45 UTC  (4+ messages)
  ` [PATCH v6 1/4] pylibfdt: allow build out of tree
  ` [PATCH v6 2/4] build-sys: add meson build
  ` [PATCH v6 3/4] travis: install meson

[PATCH] libfdt: Make fdt{32,64}_ld() default to assuming unaligned access is safe
 2020-11-04 17:34 UTC  (3+ messages)

[PATCH] libfdt: Check for 8-byte address alignment in fdt_ro_probe_()
 2020-11-04 13:06 UTC 

[PATCH] libfdt: Default to assuming aligned reads are OK
 2020-11-04  2:44 UTC  (4+ messages)

Size growth?
 2020-11-02  2:06 UTC  (28+ messages)

[PATCH v5 0/3] Add meson build system
 2020-10-28  6:03 UTC  (15+ messages)
  ` [PATCH v5 1/3] pylibfdt: allow build out of tree
  ` [PATCH v5 2/3] build-sys: add meson build
  ` [PATCH v5 3/3] travis: test "

[PATCH 00/11] dtc: Fix signed/unsigned comparison warnings
 2020-10-13  5:09 UTC  (22+ messages)
  ` [PATCH 01/11] tests: Fix signedness comparisons warnings
  ` [PATCH 02/11] convert-dtsv0: Fix signedness comparisons warning
  ` [PATCH 03/11] fdtdump: Fix signedness comparisons warnings
  ` [PATCH 04/11] fdtget: "
  ` [PATCH 05/11] dtc: Wrap phandle validity check
  ` [PATCH 06/11] dtc: Fix signedness comparisons warnings: change types
  ` [PATCH 07/11] dtc: Fix signedness comparisons warnings: reservednum
  ` [PATCH 08/11] dtc: Fix signedness comparisons warnings: Wrap (-1)
  ` [PATCH 09/11] dtc: Fix signedness comparisons warnings: pointer diff
  ` [PATCH 10/11] checks: Fix signedness comparisons warnings
  ` [PATCH 11/11] Makefile: add -Wsign-compare to warning options

[PATCH] libfdt: Fix kernel-doc comments
 2020-10-13  4:47 UTC  (2+ messages)

[PATCH] libfdt: Document sequential write mechanism
 2020-10-12 23:06 UTC  (3+ messages)

[PATCH v4 0/4] Add meson build system
 2020-10-12  7:29 UTC  (13+ messages)
  ` [PATCH v4 1/4] pylibfdt: fix build-lib location
  ` [PATCH v4 2/4] pylibfdt: allow build out of tree
  ` [PATCH v4 3/4] build-sys: add meson build
  ` [PATCH v4 4/4] travis: test "

[PATCH v2 0/6] libfdt: Fix signed/unsigned comparison warnings
 2020-10-02 14:43 UTC  (17+ messages)
  ` [PATCH v2 1/6] libfdt: fdt_add_string_(): Fix comparison warning
  ` [PATCH v2 2/6] libfdt: fdt_move(): Fix comparison warnings
  ` [PATCH v2 3/6] libfdt: fdt_create_with_flags(): Fix comparison warning
  ` [PATCH v2 4/6] libfdt: libfdt_wip: "
  ` [PATCH v2 5/6] libfdt: fdt_get_string(): Fix sequential write comparison warnings
  ` [PATCH v2 6/6] libfdt: fdt_strerror(): Fix comparison warning

[PATCH 00/14] libfdt: Fix signed/unsigned comparison warnings
 2020-10-02 12:25 UTC  (37+ messages)
  ` [PATCH 01/14] libfdt: fdt_offset_ptr(): Fix "
  ` [PATCH 02/14] libfdt: fdt_mem_rsv(): "
  ` [PATCH 03/14] libfdt: fdt_grab_space_(): Fix comparison warning
  ` [PATCH 04/14] libfdt: fdt_add_string_(): "
  ` [PATCH 05/14] libfdt: fdt_move(): Fix comparison warnings
  ` [PATCH 06/14] libfdt: fdt_get_string(): "
  ` [PATCH 07/14] libfdt: fdt_splice_(): Fix comparison warning
  ` [PATCH 08/14] libfdt: fdt_create_with_flags(): "
  ` [PATCH 09/14] libfdt: fdt_resize(): "
  ` [PATCH 10/14] libfdt: libfdt_wip: "
  ` [PATCH 11/14] libfdt: overlay: "
  ` [PATCH 12/14] libfdt: fdt_get_string(): Fix sequential write comparison warnings
  ` [PATCH 13/14] libfdt: fdt_node_offset_by_phandle(): Fix comparison warning
  ` [PATCH 14/14] libfdt: fdt_strerror(): "

[PATCH v2 0/6] Introduce fdt_overlay_merge() to allow merge of overlay blob
 2020-10-02  3:53 UTC  (8+ messages)
  ` [PATCH v2 1/6] libfdt: overlay_merge: Introduce fdt_overlay_merge()
  ` [PATCH v2 2/6] libfdt: overlay_merge: Rename fragments
  ` [PATCH v2 3/6] libfdt: overlay_merge: Ignore unresolved symbols
  ` [PATCH v2 4/6] libfdt: overlay_merge: remove resolved symbols
  ` [PATCH v2 5/6] libfdt: overlay_merge: Copy over various nodes and their properties
  ` [PATCH v2 6/6] fdtoverlaymerge: A tool that merges overlays

[PATCH v3 0/4] Add meson build system
 2020-10-02  3:41 UTC  (17+ messages)
  ` [PATCH v3 1/4] pylibfdt: allow build out of tree
  ` [PATCH v3 2/4] pylibfdt: fix build lib location
  ` [PATCH v3 3/4] build-sys: add meson build
  ` [PATCH v3 4/4] travis: test "

[PATCH 1/2] checks: Allow PCI bridge child nodes without an address
 2020-10-02  3:34 UTC  (4+ messages)
  ` [PATCH 2/2] checks: Relax SPI slave checks

[PATCH] libfdt: Correct signed/unsigned comparisons
 2020-09-22  0:14 UTC  (10+ messages)

[RFC PATCH v4 0/4] dtc: Add a plugin interface
 2020-09-15 17:07 UTC  (5+ messages)
  ` [RFC PATCH v4 1/4] dtc: Add marker type functionality to dtc.h
  ` [RFC PATCH v4 2/4] dtc: Add a live tree API
  ` [RFC PATCH v4 3/4] dtc: Add plugin documentation and examples
  ` [RFC PATCH v4 4/4] dtc: Add a plugin interface

[PATCH v2 00/10] RFC: Add meson build system
 2020-09-14 14:44 UTC  (2+ messages)

[RFC PATCH v3 0/4] dtc: Add a plugin interface
 2020-09-13 12:25 UTC  (3+ messages)

[PATCH v2 0/6] Introduce fdt_overlay_merge() to allow merge of overlay blob
 2020-09-08 19:33 UTC  (7+ messages)
  ` [PATCH v2 1/6] libfdt: overlay_merge: Introduce fdt_overlay_merge()
  ` [PATCH v2 2/6] libfdt: overlay_merge: Rename fragments
  ` [PATCH v2 3/6] libfdt: overlay_merge: Ignore unresolved symbols
  ` [PATCH v2 4/6] libfdt: overlay_merge: remove resolved symbols
  ` [PATCH v2 5/6] libfdt: overlay_merge: Copy over various nodes and their properties
  ` [PATCH v2 6/6] fdtoverlaymerge: A tool that merges overlays


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).