devicetree-compiler.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-27 05:25:13 to 2016-12-11 23:34:52 UTC [more...]

[PATCH] dtc: Fix memory leak in character literal parsing
 2016-12-11 23:34 UTC  (2+ messages)

[PATCH v13 0/7] dtc: Dynamic DT support
 2016-12-09  9:12 UTC  (12+ messages)
  ` [PATCH v13 1/7] dtc: Document the dynamic plugin internals
  ` [PATCH v13 2/7] dtc: Plugin and fixup support
  ` [PATCH v13 3/7] tests: Add check_path test
  ` [PATCH v13 4/7] tests: Add overlay tests
  ` [PATCH v13 5/7] overlay: Documentation for the overlay sugar syntax
  ` [PATCH v13 6/7] overlay: Add syntactic sugar version of overlays
  ` [PATCH v13 7/7] tests: Add a test for overlays syntactic sugar

[PATCH v12 0/4] dtc: Dynamic DT support
 2016-12-07  4:31 UTC  (10+ messages)
  ` [PATCH v12 1/7] dtc: Document the dynamic plugin internals
  ` [PATCH v12 2/7] dtc: Plugin and fixup support
  ` [PATCH v12 3/7] tests: Add check_path test
  ` [PATCH v12 4/7] tests: Add overlay tests
  ` [PATCH v12 5/7] overlay: Documentation for the overlay sugar syntax
  ` [PATCH v12 6/7] overlay: Add syntactic sugar version of overlays
  ` [PATCH v12 7/7] tests: Add a test for overlays syntactic sugar

coverage test failed
 2016-12-07  3:47 UTC  (2+ messages)

[PATCH v2] libfdt: add helpers to read address and size from reg
 2016-12-05 23:11 UTC 

[PATCH] libfdt: add helpers to read address and size from reg
 2016-12-05 21:46 UTC  (10+ messages)

[PATCH v3 0/4] Introduce Python bindings for libfdt
 2016-12-05  6:23 UTC  (7+ messages)
  ` [PATCH v3 1/4] Add an initial Python library "
  ` [PATCH v3 2/4] Add tests for pylibfdt
  ` [PATCH v3 3/4] Mention pylibfdt in the documentation
  ` [PATCH v3 4/4] Build pylibfdt as part of the normal build process

[PATCH v10 0/4] dtc: Dynamic DT support
 2016-12-05  4:14 UTC  (38+ messages)
  ` [PATCH v10 1/4] checks: Pass boot_info instead of root node
  ` [PATCH v10 2/4] dtc: Document the dynamic plugin internals
  ` [PATCH v10 3/4] dtc: Plugin and fixup support
  ` [PATCH v10 4/4] tests: Add overlay tests

[PATCH v3 0/5] Introduce Python bindings for libfdt
 2016-12-04  1:05 UTC  (3+ messages)
  ` [PATCH v3 1/5] checks: Pass boot_info instead of root node

[PATCH v2 0/4] Introduce Python bindings for libfdt
 2016-12-04  0:47 UTC  (7+ messages)
  ` [PATCH v2 1/4] Add an initial Python library "
  ` [PATCH v2 2/4] Add tests for pylibfdt
  ` [PATCH v2 3/4] Mention pylibfdt in the documentation
  ` [PATCH v2 4/4] RFC: Build pylibfdt as part of the normal build process

Overlays and boolean properties
 2016-12-02  3:04 UTC  (5+ messages)

[PATCH v11 0/4] dtc: Dynamic DT support
 2016-11-30  9:07 UTC  (20+ messages)
  ` [PATCH v11 1/7] dtc: Document the dynamic plugin internals
  ` [PATCH v11 2/7] dtc: Plugin and fixup support
  ` [PATCH v11 3/7] tests: Add check_path test
  ` [PATCH v11 4/7] tests: Add overlay tests
  ` [PATCH v11 5/7] overlay: Documentation for the overlay sugar syntax
  ` [PATCH v11 6/7] overlay: Add syntactic sugar version of overlays
  ` [PATCH v11 7/7] tests: Add a test for overlays syntactic sugar

[PATCH v9 0/4] dtc: Dynamic DT support
 2016-11-28 11:55 UTC  (17+ messages)
  ` [PATCH v9 1/4] checks: Pass boot_info to the check methods
  ` [PATCH v9 2/4] dtc: Document the dynamic plugin internals
  ` [PATCH v9 3/4] dtc: Plugin and fixup support
  ` [PATCH v9 4/4] tests: Add overlay tests

[PATCH 0/4] Introduce Python bindings for libfdt
 2016-11-24 22:03 UTC  (8+ messages)
  ` [PATCH 1/4] Add an initial Python library "
  ` [PATCH 2/4] Add tests for pylibfdt
  ` [PATCH 3/4] Mention pylibfdt in the documentation
  ` [PATCH 4/4] RFC: Build pylibfdt as part of the normal build process

[PATCH v2] Add a libfdt function to write a property placeholder
 2016-11-16  0:17 UTC  (2+ messages)

[PATCH] libfdt: add missing errors to fdt_strerror()
 2016-11-03 20:18 UTC  (2+ messages)

[PATCH 1/2] libfdt: fix fdt_stringlist_count()
 2016-10-17  9:58 UTC  (3+ messages)
  ` [PATCH 2/2] libfdt: fix fdt_stringlist_search()

[PATCH v7 0/4] libfdt: Add support for device tree overlays
 2016-10-12 21:41 UTC  (14+ 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 v7 4/4] tests: Add tests cases for the overlay code

[PATCH] tests: overlay: Rename the device tree blobs to be more explicit
 2016-10-11 23:08 UTC  (2+ messages)

[PATCH 0/4] libfdt: A few overlay fixes
 2016-10-11 10:18 UTC  (11+ messages)
  ` [PATCH 1/4] libfdt: Add BADPHANDLE error string
  ` [PATCH 2/4] libfdt: overlay: Report a bad overlay for mismatching local fixups
  ` [PATCH 3/4] libfdt: overlay: Fix symbols and fixups nodes condition
  ` [PATCH 4/4] tests: overlay: Move back the bad fixup tests

[PATCH 1/3] fdt: strerr: Remove spurious BADOVERLAY
 2016-10-11 10:16 UTC  (4+ messages)
  ` [PATCH 2/3] libfdt: Add fdt_overlay_apply to the exported symbols
  ` [PATCH 3/3] tests: overlay: Add test suffix to the compiled blobs

[PATCH 0/6] libfdt: Sync to upstream
 2016-10-06 21:06 UTC  (9+ messages)
  ` [PATCH 2/6] libfdt: Fix undefined behaviour in fdt_offset_ptr()
  ` [PATCH 3/6] libfdt: Sync up with upstream
  ` [PATCH 4/6] libfdt: Bring in upstream stringlist functions
  ` [PATCH 5/6] libfdt: Sync fdt_for_each_subnode() with upstream
  ` [PATCH 6/6] libfdt: Drop inlining of fdt_path_offset()

[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  (4+ 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).