devicetree-compiler.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-25 03:55:25 to 2016-07-13 02:50:22 UTC [more...]

[PATCH] fdtput.c: Fix memory leak
 2016-07-13  2:50 UTC  (2+ messages)

[PATCH] fdtget.c: Fix memory leak
 2016-07-13  2:50 UTC  (2+ messages)

[PATCH] convert-dtsv0-lexer.l: fix memory leak
 2016-07-13  2:04 UTC  (2+ messages)

[PATCH v5] Implement the -a option to pad dtb aligned
 2016-07-13  1:38 UTC  (3+ messages)

[PATCH v2] fdtdump.c: make sure size_t argument to memchr is always unsigned
 2016-07-13  0:31 UTC 

[PATCH] fdtdump.c: make sure size_t argument to memchr is always unsigned
 2016-07-13  0:29 UTC  (2+ messages)

[PATCH v2 0/6] libfdt: Add support for device tree overlays
 2016-07-12 15:07 UTC  (18+ messages)
  ` [PATCH v2 1/6] libfdt: Add a subnodes iterator macro
  ` [PATCH v2 2/6] libfdt: Add iterator over properties
  ` [PATCH v2 3/6] libfdt: Add max phandle retrieval function
  ` [PATCH v2 4/6] libfdt: Add fdt_getprop_namelen_w
  ` [PATCH v2 5/6] libfdt: Add fdt_setprop_inplace_namelen_partial
  ` [PATCH v2 6/6] libfdt: Add overlay application function

[PATCH] DTC: Fix unprotected file name member access
 2016-07-12 14:45 UTC  (4+ messages)

[PATCH v4 00/13] cmd: fdt: Add device tree overlays support
 2016-07-12  5:10 UTC  (21+ messages)
  ` [PATCH v4 01/13] cmd: fdt: Narrow the check for fdt addr
  ` [PATCH v4 02/13] scripts: Makefile.lib: Sanitize DTB names
  ` [PATCH v4 03/13] vsprintf: Include stdarg for va_list
  ` [PATCH v4 04/13] libfdt: Add new headers and defines
  ` [PATCH v4 05/13] libfdt: Add iterator over properties
  ` [PATCH v4 06/13] libfdt: Add max phandle retrieval function
  ` [PATCH v4 07/13] libfdt: Fix separator spelling
  ` [PATCH v4 08/13] libfdt: Add fdt_path_offset_namelen
  ` [PATCH v4 09/13] libfdt: Add fdt_getprop_namelen_w
  ` [PATCH v4 10/13] libfdt: Add fdt_setprop_inplace_namelen_partial
  ` [PATCH v4 11/13] libfdt: Add overlay application function
  ` [PATCH v4 12/13] cmd: fdt: add fdt overlay application subcommand
  ` [PATCH v4 13/13] tests: Introduce DT overlay tests

[PATCH] DTC: Fix memory leak on flatname
 2016-07-11  1:29 UTC  (2+ messages)

[PATCH v4] Implement the -a option to pad dtb aligned
 2016-07-07  9:56 UTC  (3+ messages)

[PATCH v3] Implement the -a option to pad dtb aligned
 2016-07-01  2:29 UTC 

[PATCH] Implement the -a option to pad dtb aligned
 2016-07-01  2:26 UTC  (5+ messages)
              ` [PATCH V2] "

[PATCH v7 0/5] dtc: Dynamic DT support
 2016-06-30  5:17 UTC  (31+ 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 v3 00/12] cmd: fdt: Add device tree overlays support
 2016-06-30  5:08 UTC  (45+ messages)
  ` [PATCH v3 01/12] cmd: fdt: Narrow the check for fdt addr
  ` [PATCH v3 02/12] scripts: Makefile.lib: Sanitize DTB names
  ` [PATCH v3 03/12] vsprintf: Include stdarg for va_list
  ` [PATCH v3 04/12] libfdt: Add new headers and defines
  ` [PATCH v3 05/12] libfdt: Add iterator over properties
  ` [PATCH v3 06/12] libfdt: Add max phandle retrieval function
  ` [PATCH v3 07/12] libfdt: Add fdt_setprop_inplace_by_index
  ` [PATCH v3 08/12] libfdt: Add fdt_path_offset_namelen
  ` [PATCH v3 09/12] libfdt: Add fdt_getprop_namelen_w
  ` [PATCH v3 10/12] libfdt: Add overlay application function
  ` [PATCH v3 11/12] cmd: fdt: add fdt overlay application subcommand
  ` [PATCH v3 12/12] tests: Introduce DT overlay tests

phandle via absolute path?
 2016-06-16  1:01 UTC  (2+ messages)

[PATCH v2 0/9] cmd: fdt: Add device tree overlays support
 2016-06-16  0:39 UTC  (41+ 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 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  (5+ messages)
` [PATCH v6 2/4] dtc: Plugin and fixup support


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