devicetree-compiler.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-26 08:10:00 to 2016-09-30 13:57:16 UTC [more...]

[PATCH v7 0/4] libfdt: Add support for device tree overlays
 2016-09-30 13:57 UTC  (4+ messages)
  ` [PATCH v7 1/4] libfdt: Add new errors for the overlay code
  ` [PATCH v7 2/4] libfdt: Extend the reach of FDT_ERR_BADPHANDLE
  ` [PATCH v7 3/4] libfdt: Add overlay application function

[PATCH v6 0/4] libfdt: Add support for device tree overlays
 2016-09-30 12:24 UTC  (8+ messages)
  ` [PATCH v6 1/4] libfdt: Add new errors for the overlay code
  ` [PATCH v6 2/4] libfdt: Extend the reach of FDT_ERR_BADPHANDLE
  ` [PATCH v6 3/4] libfdt: Add overlay application function
  ` [PATCH v6 4/4] tests: Add tests cases for the overlay code

Home Page of dtc is gone?
 2016-09-28  1:29 UTC  (5+ messages)

[PATCH] Fix some typing errors in libfdt.h and livetree.c
 2016-09-27  1:35 UTC  (2+ messages)

[PATCH v5 0/8] libfdt: Add support for device tree overlays
 2016-09-23 12:02 UTC  (17+ messages)
  ` [PATCH v5 1/8] libfdt: Add a subnodes iterator macro
  ` [PATCH v5 2/8] libfdt: Add iterator over properties
  ` [PATCH v5 3/8] libfdt: Add max phandle retrieval function
  ` [PATCH v5 4/8] libfdt: Add fdt_getprop_namelen_w
  ` [PATCH v5 5/8] libfdt: Add fdt_setprop_inplace_namelen_partial
  ` [PATCH v5 6/8] libfdt: Introduce FDT_ERR_BADFIXUP
  ` [PATCH v5 7/8] libfdt: Add overlay application function
  ` [PATCH v5 8/8] tests: Add tests cases for the overlay code

[PATCH v6] Implement the -a option to pad dtb aligned
 2016-09-22  6:03 UTC  (3+ messages)

Missing exports in dtc 1.4.1 release - Make new release adding them?
 2016-09-03 11:11 UTC  (2+ messages)

[PATCH] libfdt: simplify fdt_del_mem_rsv()
 2016-08-22 10:54 UTC  (2+ messages)

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

[PATCH v2 1/2] ARM64: dts: meson-gxbb: add MMC support
 2016-08-05  2:45 UTC 

[PATCH v4 0/8] libfdt: Add support for device tree overlays
 2016-07-28  5:42 UTC  (11+ messages)
  ` [PATCH v4 1/8] libfdt: Add a subnodes iterator macro
  ` [PATCH v4 2/8] libfdt: Add iterator over properties
  ` [PATCH v4 3/8] libfdt: Add max phandle retrieval function
  ` [PATCH v4 4/8] libfdt: Add fdt_getprop_namelen_w
  ` [PATCH v4 5/8] libfdt: Add fdt_setprop_inplace_namelen_partial
  ` [PATCH v4 6/8] libfdt: Introduce FDT_ERR_BADFIXUP
  ` [PATCH v4 7/8] libfdt: Add overlay application function
  ` [PATCH v4 8/8] tests: Add tests cases for the overlay code

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

[PATCH] fdtget.c: Fix memory leak
 2016-07-23 15:04 UTC  (4+ messages)

[PATCH] convert-dtsv0-lexer.l: fix memory leak
 2016-07-23 14:51 UTC  (4+ messages)

[PATCH v2] fdtdump.c: make sure size_t argument to memchr is always unsigned
 2016-07-23 14:41 UTC  (2+ messages)

[PATCH v2 0/6] libfdt: Add support for device tree overlays
 2016-07-21 13:04 UTC  (30+ 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] tests: add -a option cases
 2016-07-18  8:21 UTC  (5+ messages)

[PATCH] fdtput.c: Fix memory leak
 2016-07-13  6:06 UTC  (3+ messages)

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

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

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

[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 3/5] dtc: Document the dynamic plugin internals
 2016-06-30  5:17 UTC  (13+ messages)

[PATCH v3 00/12] cmd: fdt: Add device tree overlays support
 2016-06-30  5:08 UTC  (34+ messages)
` [PATCH v3 04/12] libfdt: Add new headers and defines
` [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 12/12] tests: Introduce DT overlay tests


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