devicetree-compiler.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-30 03:31:32 to 2016-06-10 13:55:12 UTC [more...]

[PATCH v2 0/9] cmd: fdt: Add device tree overlays support
 2016-06-10 13:55 UTC  (21+ messages)
  ` [PATCH v2 1/9] cmd: fdt: Narrow the check for fdt addr
  ` [PATCH v2 2/9] scripts: Makefile.lib: Sanitize DTB names
  ` [PATCH v2 3/9] vsprintf: Include stdarg for va_list
  ` [PATCH v2 4/9] libfdt: Add new headers and defines
  ` [PATCH v2 5/9] libfdt: Add iterator over properties
  ` [PATCH v2 6/9] libfdt: Add max phandle retrieval function
  ` [PATCH v2 7/9] libfdt: Add overlay application function
  ` [PATCH v2 8/9] cmd: fdt: add fdt overlay application subcommand
  ` [PATCH v2 9/9] tests: Introduce DT overlay tests

[PATCH v8 0/3] dtc: Dynamic DT support
 2016-06-09  4:53 UTC  (8+ messages)
  ` [PATCH v8 1/3] DTBO magic and dtbo format options
  ` [PATCH v8 2/3] dtc: Document the dynamic plugin internals
  ` [PATCH v8 3/3] dtc: Plugin and fixup support

[PATCH v7 0/5] dtc: Dynamic DT support
 2016-06-03  1:11 UTC  (30+ messages)
  ` [PATCH v7 1/5] util: Add xasprintf portable asprintf variant
  ` [PATCH v7 2/5] DTBO magic and dtbo format options
  ` [PATCH v7 3/5] dtc: Document the dynamic plugin internals
  ` [PATCH v7 4/5] dtc: Plugin and fixup support
  ` [PATCH v7 5/5] plugin: Transparently support old style syntax

[PATCH 0/4] libfdt: Add support for device tree overlays
 2016-06-02  5:23 UTC  (11+ messages)
  ` [PATCH] fdt: Add a subnodes iterator macro
  ` [PATCH 1/4] libfdt: "
  ` [PATCH 2/4] libfdt: Add iterator over properties
  ` [PATCH 3/4] libfdt: Add max phandle retrieval function
  ` [PATCH 4/4] libfdt: Add overlay application function

[PATCH v6 0/4] dtc: Dynamic DT support
 2016-05-25  3:55 UTC  (19+ messages)
  ` [PATCH v6 1/4] dtc: Document the dynamic plugin internals
  ` [PATCH v6 2/4] dtc: Plugin and fixup support
  ` [PATCH v6 3/4] plugin: Transparently support old style syntax
  ` [PATCH v6 4/4] DTBO magic and dtbo format options

[PATCH V2 2/2] scripts: dtc: fix memory leak after realloc
 2016-04-13  4:17 UTC  (4+ messages)
    ` (unknown),

[RFC 1/3] checks: Add infrastructure for setting bus type of nodes
 2016-04-04  1:08 UTC  (14+ messages)
  ` [RFC 2/3] checks: Add unit-address checks for simple-bus and default
  ` [RFC 3/3] checks: Add unit-address checks for PCI buses

[PATCH] fdt: Try to read #address-cells/size-cells from parent
 2016-03-16 23:21 UTC  (6+ messages)

[PATCH v2 00/27] spl: Support loading a FIT image containing U-Boot
 2016-03-15 11:53 UTC  (3+ messages)
  ` [PATCH v2 07/27] libfdt: Add a function to write a property placeholder
      ` [U-Boot, v2, "

[PATCH] Add a libfdt function to write a property placeholder
 2016-03-07 16:21 UTC  (3+ messages)

[PATCH 0/3] Fix some code nits
 2016-03-07  4:38 UTC  (5+ messages)
  ` [PATCH 1/3] Correct space-after-tab in libfdt.h
  ` [PATCH 2/3] Correct line lengths "
  ` [PATCH 3/3] Correct a missing space in a fdt_header cast

[PATCH 0/2] DTC unit-address checks
 2016-02-25  0:49 UTC  (11+ messages)
  ` [PATCH 1/2] Warn on node name unit-address presence/absence mismatch
  ` [PATCH 2/2] Warn on node name unit-addresses with '0x' or leading 0s

[PATCH] libfdt: simplify fdt_node_check_compatible()
 2016-02-20  0:29 UTC  (2+ messages)

[PATCH 00/26] spl: Support loading a FIT image containing U-Boot
 2016-02-19 20:55 UTC  (11+ messages)
  ` [PATCH 07/26] libfdt: Add a function to write a property placeholder
  ` [U-Boot] [PATCH 00/26] spl: Support loading a FIT image containing U-Boot

[PATCH] Catch unsigned 32bit overflow when parsing flattened device tree offsets
 2016-02-18 14:10 UTC  (3+ messages)

Fwd: [robh:dt/next 2/2] fdt_ro.c:undefined reference to `strnlen'
 2016-01-26 22:38 UTC  (3+ messages)

fuzzing dtc with AFL
 2016-01-12  8:29 UTC  (6+ messages)

[PATCH] libfdt: check for potential overrun in _fdt_splice()
 2015-12-02  2:12 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v5 0/2] dtc: Dynamic DT support
 2015-11-20  6:57 UTC  (7+ messages)
` [PATCH v5 1/2] dtc: Plugin and fixup support
` [PATCH v5 2/2] dtc: Document the dynamic plugin internals

[PATCH] Remove duplicated -Werror in dtc Makefile
 2015-11-16 12:46 UTC  (2+ messages)

[RFC PATCH v6 0/2] dtc: dts source location annotation
 2015-10-07  6:58 UTC  (14+ messages)
  ` [RFC PATCH v6 1/3] dtc: protect against null pointer dereference in srcpos_string()
  ` [RFC PATCH v6 2/3] dtc: dts source location annotation
    ` [RFC PATCH v6 3/3] dtc: dts source location annotation, short location format

[RFC PATCH v5 0/2] dtc: dts source location annotation
 2015-10-03  4:29 UTC  (8+ messages)
  ` [RFC PATCH v5 1/2] dtc: protect against null pointer dereference in srcpos_string()
  ` [RFC PATCH v5 1/2] dtc: dts source location annotation

[PATCH v3 0/3] Add a couple of string-related functions
 2015-10-01 12:17 UTC  (6+ messages)

[RFC PATCH v4] dtc: dts source location annotation
 2015-10-01  3:15 UTC  (5+ messages)
  ` [RFC PATCH v4 1/2] dtc: protect against null pointer dereference in srcpos_string()
  ` [RFC PATCH v4 2/2] dtc: dts source location annotation


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