devicetree-compiler.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-21 16:12:16 to 2020-09-06 13:12:20 UTC [more...]

[RFC PATCH v3 0/4] dtc: Add a plugin interface
 2020-09-06 13:12 UTC  (5+ messages)
  ` [RFC PATCH v3 1/4] dtc: Add marker type functionality to dtc.h
  ` [RFC PATCH v3 2/4] dtc: Add a live tree API
  ` [RFC PATCH v3 3/4] dtc: Add plugin documentation and examples
  ` [RFC PATCH v3 4/4] dtc: Add a plugin interface

[RFC PATCH v2 0/3] dtc: Add a plugin interface
 2020-08-21 18:01 UTC  (4+ messages)
  ` [RFC PATCH v2 1/3] dtc: Add plugin documentation and examples
  ` [RFC PATCH v2 2/3] dtc: Move some definitions into dtc-plugin.h
  ` [RFC PATCH v2 3/3] dtc: Add a plugin interface

error when compiling dts preprocessed with -g3
 2020-08-20 11:32 UTC  (3+ messages)

libfdt / fdt_check_node_offset_ with VALID_INPUT
 2020-08-20 10:18 UTC  (5+ messages)

[PATCH] libfdt: fix fdt_check_node_offset_ w/ VALID_INPUT
 2020-08-14  6:47 UTC  (5+ messages)

Windows host support
 2020-08-13 10:12 UTC  (3+ messages)

[RFC PATCH 0/4] dtc: Add a plugin interface
 2020-08-03 14:23 UTC  (13+ messages)
  ` [RFC PATCH 1/4] dtc: Include stdlib.h in util.h
  ` [RFC PATCH 2/4] dtc: Add plugin documentation and examples
  ` [RFC PATCH 3/4] dtc: Move some definitions into dtc-plugin.h
  ` [RFC PATCH 4/4] dtc: Add a plugin interface

[PATCH v2 0/6] dtc: Add support for signed operations
 2020-08-03 10:21 UTC  (9+ messages)
  ` [PATCH v2 1/6] dtc: Avoid UB when shifting
  ` [PATCH v2 2/6] dtc: Add bytestring type
  ` [PATCH v2 3/6] dtc: Turn 'uint64_t integer' into a struct
  ` [PATCH v2 4/6] dtc: Add support for signed operations
  ` [PATCH v2 5/6] dtc: Preserve negative integers in yaml and dts
  ` [PATCH v2 6/6] dtc: Add sign preservation and operation tests

[PATCH 0/3] dtc: Preserve negative integers in yaml and dts output
 2020-08-03  8:52 UTC  (13+ messages)
  ` [PATCH 1/3] dtc: Turn 'uint64_t integer' into a struct
  ` [PATCH 2/3] dtc: Preserve negative integers in yaml and dts output
  ` [PATCH 3/3] dtc: Add sign preservation tests

[PATCH] libfdt: fix fdt_check_full buffer overrun
 2020-07-10  9:55 UTC  (2+ messages)

[PATCH] dtc: Consider one-character strings as strings
 2020-06-25  1:42 UTC  (2+ messages)

[PATCH v4 0/2] dtc: Improve checks for i2c reg properties
 2020-06-22  7:53 UTC  (4+ messages)
  ` [PATCH v4 1/2] checks: Remove warning for I2C_OWN_SLAVE_ADDRESS
` [PATCH v4 2/2] checks: Improve i2c reg property checking

[PATCH] libfdt: add extern "C" for C++
 2020-06-18 23:53 UTC  (2+ messages)

[PATCH] libfdt: trivial typo fix
 2020-06-18  6:26 UTC  (2+ messages)

[PATCH] libfdt: Correct condition for reordering blocks
 2020-06-16  3:13 UTC  (2+ messages)

Fwd: arch/arm/boot/compressed/fdt_rw.c:439:38: sparse: sparse: dubious: x | !y
 2020-06-15 13:56 UTC 

/bits/ encoding
 2020-06-13  7:10 UTC  (2+ messages)

[PATCH] libfdt: Remove superfluous NUL character from overlay symbols
 2020-06-13  3:11 UTC  (4+ messages)

libfdt: extern "C" for c++?
 2020-06-12  9:41 UTC  (2+ messages)

[PATCH v3 0/3] dtc: checks: Validate interrupt-map properties
 2020-06-11 20:04 UTC  (8+ messages)
  ` [PATCH v3 1/3] checks: Add interrupt provider test
  ` [PATCH v3 2/3] checks: Validate interrupt-map properties
  ` [RFC PATCH v3 3/3] checks: interrupt-map: Dump entries on error

[PATCH v3 0/2] dtc: Improve checks for i2c reg properties
 2020-06-04  7:14 UTC  (7+ messages)
` [PATCH v3 1/2] checks: Remove warning for I2C_OWN_SLAVE_ADDRESS
  ` [PATCH v3 2/2] checks: Improve i2c reg property checking

[PATCH] check: Add 10bit/slave i2c reg flags support
 2020-06-02  7:46 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v2 0/2] dtc: Improve checks for i2c reg properties
 2020-05-28  8:44 UTC  (5+ messages)
  ` [PATCH v2 1/2] checks: Remove warning for I2C_OWN_SLAVE_ADDRESS
  ` [PATCH v2 2/2] checks: Improve i2c reg property checking

linux-next: build warning after merge of the aspeed tree
 2020-05-28  7:21 UTC  (8+ messages)

[PATCH] libfdt: Remove superfluous NUL character from overlay symbols
 2020-05-25  6:53 UTC  (3+ messages)

[PATCH] checks: Remove warning for I2C_OWN_SLAVE_ADDRESS
 2020-05-22  7:48 UTC  (4+ messages)

Supporting aliases in PATHREFs
 2020-05-21  1:18 UTC  (2+ messages)

[PATCH v2 0/3] dtc: checks: Validate interrupt-map properties
 2020-05-19  6:52 UTC  (5+ messages)
  ` [PATCH v2 1/3] checks: Add interrupt provider test
  ` [PATCH v2 2/3] checks: Validate interrupt-map properties
  ` [RFC PATCH v2 3/3] checks: interrupt-map: Dump entries on error

[PATCH 0/3] dtc: checks: Validate interrupt-map properties
 2020-05-18  4:31 UTC  (6+ messages)
  ` [PATCH 1/3] checks: Add interrupt provider test
  ` [PATCH 2/3] checks: Validate interrupt-map properties
  ` [PATCH 3/3] RFC: checks: interrupt-map: Dump entries on error

[RFC PATCH 0/2] dtc: checks: Validate interrupt-map properties
 2020-05-15 10:42 UTC  (8+ messages)
  ` [RFC PATCH 1/2] "
  ` [RFC PATCH 2/2] checks: interrupt-map: Dump entries on error

[PATCH] Makefile: when building libfdt only, do not add unneeded deps
 2020-05-14  7:12 UTC  (2+ messages)

interested in Devicetree plumbers 2020 session?
 2020-05-06 23:13 UTC 

bus error on sparc64 running type-preservation test
 2020-04-21  3:22 UTC  (5+ messages)

[RFC PATCH 0/3] Add device tree build information
 2020-04-17 14:27 UTC  (10+ messages)
` [RFC PATCH 1/3] dtc: Add dtb build information option

[RFC PATCH v2 0/4] Add device tree build information
 2020-03-31 15:00 UTC  (18+ messages)
` [RFC PATCH v2 3/4] ARM: dts: stm32: Add dtb build information entry for stm32mp157c-dk2
  ` [RFC PATCH v2 1/4] scripts: Add script to generate dtb build information
  ` [RFC PATCH v2 2/4] of: fdt: print "
  ` [RFC PATCH v2 4/4] script: make automatic dtb build info generation

[PATCH] libfdt: fix undefined behaviour in fdt_splice_()
 2020-03-13  0:24 UTC  (4+ messages)

[PATCH] check: Inform about missing ranges
 2020-03-10  0:44 UTC  (2+ messages)

valgrind tests don't test anything
 2020-03-09 16:31 UTC  (3+ messages)

DTC 1.6.0
 2020-03-04  6:42 UTC 

[PATCH] checks: Add 'dma-ranges' check
 2020-03-03 23:30 UTC  (2+ messages)

[PATCH 1/4] libfdt: Fix a few typos
 2020-03-02 23:01 UTC  (5+ messages)
  ` [PATCH 2/4] libfdt: Improve comments in some of the assumptions
  ` [PATCH 3/4] libfdt: Add support for disabling internal checks
  ` [PATCH 4/4] libfdt: Use VALID_INPUT for FDT_ERR_BADSTATE checks

[RFC PATCH v2 0/4]
 2020-02-26 16:38 UTC  (6+ messages)
` [RFC PATCH v2 1/4] scripts: Add script to generate dtb build information
` [RFC PATCH v2 3/4] ARM: dts: stm32: Add dtb build information entry for stm32mp157c-dk2
` [RFC PATCH v2 4/4] script: make automatic dtb build info generation

[PATCH v7 0/8] libfdt: Allow more control of code size
 2020-02-24  5:58 UTC  (10+ messages)
` [PATCH v7 2/8] Add a way to control the level of checks in the code
` [PATCH v7 3/8] libfdt: Add support for disabling dtb checks
` [PATCH v7 4/8] libfdt: Add support for disabling sanity checks
` [PATCH v7 7/8] libfdt: Add support for disabling ordering check/fixup


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 read-only IMAP folder(s) and NNTP newsgroup(s).