devicetree-compiler.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-05 17:05:21 to 2017-03-03 04:22:57 UTC [more...]

[PATCH v7 0/5] Introduce Python bindings for libfdt
 2017-03-03  4:22 UTC  (15+ messages)
  ` [PATCH v7 1/5] Add an initial Python library "
  ` [PATCH v7 2/5] Add tests for pylibfdt
  ` [PATCH v7 3/5] Mention pylibfdt in the documentation
  ` [PATCH v7 4/5] Adjust libfdt.h to work with swig
  ` [PATCH v7 5/5] Build pylibfdt as part of the normal build process

[PATCH v3 0/3] dtc bus and unit address checks
 2017-03-03  2:12 UTC  (7+ messages)
  ` [PATCH v3 1/3] checks: Add bus checks for PCI buses
  ` [PATCH v3 2/3] checks: Add bus checks for simple-bus buses
  ` [PATCH v3 3/3] checks: Warn on node name unit-addresses with '0x' or leading 0s

[PATCH v8 0/5] Introduce Python bindings for libfdt
 2017-03-02 12:29 UTC  (7+ messages)
  ` [PATCH v8 1/5] Add an initial Python library "
  ` [PATCH v8 2/5] Add tests for pylibfdt
  ` [PATCH v8 3/5] Mention pylibfdt in the documentation
  ` [PATCH v8 4/5] Adjust libfdt.h to work with swig
  ` [PATCH v8 5/5] Build pylibfdt as part of the normal build process

DTC 1.4.3 released
 2017-03-01  0:15 UTC 

[PATCH v4 0/5] Introduce Python bindings for libfdt
 2017-02-27  7:21 UTC  (21+ messages)
  ` [PATCH v4 1/5] Add an initial Python library "
  ` [PATCH v4 2/5] Add tests for pylibfdt
  ` [PATCH v4 3/5] Mention pylibfdt in the documentation
  ` [PATCH v4 4/5] Adjust libfdt.h to work with swig
  ` [PATCH v4 5/5] Build pylibfdt as part of the normal build process

Warnings do include offending filename
 2017-02-23  9:13 UTC  (14+ messages)

[PATCH v5 0/5] Introduce Python bindings for libfdt
 2017-02-22  6:19 UTC  (21+ messages)
  ` [PATCH v5 1/5] Add an initial Python library "
  ` [PATCH v5 2/5] Add tests for pylibfdt
  ` [PATCH v5 3/5] Mention pylibfdt in the documentation
  ` [PATCH v5 4/5] Adjust libfdt.h to work with swig
  ` [PATCH v5 5/5] Build pylibfdt as part of the normal build process

[PATCH v6 0/5] Introduce Python bindings for libfdt
 2017-02-17  4:47 UTC  (6+ messages)
  ` [PATCH v6 1/5] Add an initial Python library "
  ` [PATCH v6 2/5] Add tests for pylibfdt
  ` [PATCH v6 3/5] Mention pylibfdt in the documentation
  ` [PATCH v6 4/5] Adjust libfdt.h to work with swig
  ` [PATCH v6 5/5] Build pylibfdt as part of the normal build process

[PATCH v2 0/4] dtc unit-address and character set checks
 2017-02-14  2:12 UTC  (12+ messages)
  ` [PATCH v2 1/4] checks: Add Warning for stricter property name character checking
  ` [PATCH v2 2/4] checks: Add Warning for stricter node "
  ` [PATCH v2 3/4] checks: Warn on node name unit-addresses with '0x' or leading 0s
  ` [PATCH v2 4/4] checks: Add bus checks for PCI buses

[RFC PATCH] checks: Add check for standard node names
 2017-02-10 16:08 UTC 

[PATCH v2] libfdt: add helpers to read address and size from reg
 2017-02-10  3:37 UTC  (5+ messages)

[PATCH v3] libfdt: add helpers to read address and size from reg
 2017-02-10  3:28 UTC  (2+ messages)

[PATCH] livetree.c: Fix memory leak
 2017-02-08  6:40 UTC  (2+ messages)

[PATCH] srcpos.c: Fix dereference after null check
 2017-02-08  6:40 UTC  (2+ messages)

[PATCH v3 0/4] Introduce Python bindings for libfdt
 2017-02-06  9:22 UTC  (7+ messages)
` [PATCH v3 1/4] Add an initial Python library "
            ` [PATCH "

[PATCH 0/5] dtc unit-address and character set checks
 2017-02-06  2:14 UTC  (15+ messages)
  ` [PATCH 1/5] checks: Add Warning for stricter property name character checking
  ` [PATCH 2/5] checks: Add Warning for stricter node "
  ` [PATCH 3/5] checks: Warn on node name unit-addresses with '0x' or leading 0s
  ` [PATCH 4/5] checks: Add infrastructure for setting bus type of nodes
  ` [PATCH 5/5] checks: Add bus checks for PCI buses

DTB file appears to have corrupted node property according to fdtdump and kernel?
 2017-02-03  8:35 UTC  (4+ messages)

Lots of "Warning (unit_address_vs_reg): Node /blah/blah/blah has a unit name, but no reg property"
 2017-01-31  8:28 UTC  (2+ messages)

[RFC/PATCH 0/4] New style overlay and /expansion/ support
 2017-01-31  0:02 UTC  (5+ messages)
` [RFC/PATCH 1/4] Start moving overlay handling from parser into dtc core
` [RFC/PATCH 2/4] dtc: Add syntactic sugar version of overlays
  ` [RFC/PATCH 3/4] tests: Add a test for overlays syntactic sugar
` [RFC/PATCH 4/4] dtc: Add /expansion/ support

[PATCH v2] dtc: Fix NULL pointer use in dtlabel + dtref case
 2017-01-30 22:51 UTC  (2+ messages)

[PATCH] dtc: Fix NULL pointer use in dtlabel + dtref case
 2017-01-30  4:48 UTC  (2+ messages)

[PATCH] manual: Fix typo it -> in
 2017-01-30  1:32 UTC  (2+ messages)

[PATCH v2] Makefile: Add tags rule
 2017-01-30  1:17 UTC  (2+ messages)

[PATCH] Makefile: Add tags rule
 2017-01-25 19:26 UTC 

[RFC PATCH 0/5] overlay: tool to convert old overlay style dts to new style
 2017-01-03 12:13 UTC  (7+ messages)
  ` [RFC PATCH 1/5] overlay: perl script to convert dts from old overlay style to new overlay style
  ` [RFC PATCH 2/5] overlay: shell script to make overlay_convert easier to use
  ` [RFC PATCH 3/5] overlay: a.dts, example of an old style dts file to be converted
  ` [RFC PATCH 4/5] overlay: bad_a_1.dts, example of an old style dts file unable "
  ` [RFC PATCH 5/5] overlay: bad_a_2.dts, example of an old style dts file "

[PATCH 1/1] fdtdump.c: provide colored output
 2016-12-26 22:53 UTC  (3+ messages)

[PATCH 1/1] dtc: fdtdump: check fdt if not in scanning mode
 2016-12-26 22:47 UTC  (6+ messages)
      ` [PATCH 1/1 v2] "

labels within a property value
 2016-12-12  3:23 UTC  (2+ messages)

[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] libfdt: add helpers to read address and size from reg
 2016-12-05 21:46 UTC  (6+ 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).