messages from 2016-11-24 12:31:29 to 2017-02-05 20:13:22 UTC [more...]
[PATCH v4 0/5] Introduce Python bindings for libfdt
2017-02-05 20:13 UTC (5+ 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
Warnings do include offending filename
2017-02-03 19:44 UTC (9+ messages)
DTB file appears to have corrupted node property according to fdtdump and kernel?
2017-02-03 8:35 UTC (4+ messages)
[PATCH 0/5] dtc unit-address and character set checks
2017-02-01 21:54 UTC (14+ 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
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 v2] libfdt: add helpers to read address and size from reg
2017-01-27 5:31 UTC (2+ messages)
[PATCH] Makefile: Add tags rule
2017-01-25 19:26 UTC
[PATCH v3 0/4] Introduce Python bindings for libfdt
2017-01-12 4:09 UTC (9+ 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
[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)
[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 (5+ messages)
` [PATCH 1/4] Add an initial Python library "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).